Welcome![Sign In][Sign Up]
Location:
Search - jpg re

Search list

[GDI-BitmapCPicture

Description: 一个实现JPG图像显示的类,实现在界面上重画功能,方便实用-JPG image shows a realization of the category, realize in the interface re-drawing function, convenient and practical
Platform: | Size: 6144 | Author: shuaixiansheng | Hits:

[Picture ViewerimgNameFormat

Description: 将指定文件夹下的所有图像改为jpeg格式(可重新设置格式比如jpg,bmp) 并将文件名改为“文件夹名+空格+序号”。序号从001开始 递归进行。 -The specified folder changed all jpeg format image (which can be re-set format such as jpg, bmp) file name will be changed to folder name+ Spaces+ Serial number. Serial number from 001 to carry out the beginning of recursive.
Platform: | Size: 1024 | Author: zzd | Hits:

[Compress-Decompress algrithmsjpegc

Description: 本文档实现了JPEG压缩算法,字组织比较简陋, 大体上分成 3 个部分. 压缩算法简介 1. 色彩模型 2. DCT (离散余弦变换) 3. 重排列 DCT 结果 4. 量化 5. 0 RLE 编码 6. 范式 Huffman 编码 7. DC 的编码 解码过程简述 8. 一个数据单元 Y 的解码 9. JPG 文件(Byte 级)里怎样组织图片信息 10. 关于标记 11. JPG 文件中 Haffman 表的储存 12. 采样系数 13. JPG 文件的解码简述-This document implements JPEG compression algorithm, the word organization is relatively simple, broadly divided into three parts. Compression algorithm Introduction 1. Color model 2. DCT (discrete cosine transform) 3. Re-arrangement of DCT results 4. Quantified 5. 0 RLE encoding 6 . paradigm Huffman coding 7. DC encoding decoding process outlined 8. a Y decoding data unit 9. JPG file (Byte level) where information on how to organize the images 10. on the marking 11. JPG files Haffman table storage 12. Sampling coefficient of 13. JPG file Brief decoding
Platform: | Size: 843776 | Author: george | Hits:

[Compress-Decompress algrithmsil_jpeg

Description: //--- --- --- --- --- --- --- --- --- --- --- --- ----- // ImageLib Sources // Copyright (C) 2000-2002 by Denton Woods // Last modified: 05/26/2002 <--Y2K Compliant! =] // // Filename: src-IL/src/il_jpeg.c // // Description: Jpeg (.jpg) functions // //----------------------------------------------------------------------------- // // Most of the comments here are sufficient, as we re just using libjpeg. // I have left most of the libjpeg example s comments intact, though. // -//----------------------------------------------------------------------------- // // ImageLib Sources // Copyright (C) 2000-2002 by Denton Woods // Last modified: 05/26/2002 <--Y2K Compliant! =] // // Filename: src-IL/src/il_jpeg.c // // Description: Jpeg (.jpg) functions // //----------------------------------------------------------------------------- // // Most of the comments here are sufficient, as we re just using libjpeg. // I have left most of the libjpeg example s comments intact, though. //
Platform: | Size: 6144 | Author: hadmi | Hits:

[Special Effectsjpg_read_and_write

Description: jpeg 编解码,可以读出数据,也可以存为jpg格式,试过可以编译。-jpeg codec, you can read data can also be saved as jpg format, tried to compile.
Platform: | Size: 400384 | Author: weweken | Hits:

[WEB Codeyioop-v0.80

Description: Yioop搜索引擎源码。 yioop 是一个 PHP 的搜索引擎,可用于 Web 的一般用途搜索,或者可提供URL搜索以及各种文档的索引搜索,包括:HTML, PDF, DOC, PPT, RTF, RSS, XML, SVG, PNG, JPG, BMP, GIF, 以及 sitemaps。 -This version supports starting, stopping, and viewing log files of the queue server and fetchers from a Web interface. One can now inject new URLs into an active crawl via a Web interface. This version of Yioop! supports re-crawling of pages after a fixed number of days. Also, the file extensions that are crawled, the number of bytes downloaded per page, and how Yioop! weighs different page components can now all be controlled through a Web interface rather than just the config.php file. Improvements have also been made to how HTML Processor extracts text to index.
Platform: | Size: 752640 | Author: dsdsdsd | Hits:

[Other Riddle gamesphoto

Description: #代码重新用类整理一下,对类class还不怎么了解,只做了简单的分类,图形输出、按键控制、数据计算 三个class。 #比原先新增了些功能,新增拼图时间计算,存档,“速度排行榜”,背景音乐循环播放。美化进度条,支持自定义图片拼图, #自定义背景音乐(图片格式支持中英文文件名JPG、BMP文件,音乐支持MP3、WAV格式文件,测试请将图片文件、音乐文件-# Code re-use the class to sort out, do not understand how the class class, only a simple classification, graphical output, key control, data to calculate the three classes.# Than the original add some features, the new puzzle time calculation, archiving, and " speed rating, background music loop. Beautify the progress bar, and support custom image puzzles,# since the definition of background music (image format support for English documents in JPG, BMP files, music support MP3, WAV format files, the test set image files, music files
Platform: | Size: 6144 | Author: zhouming | Hits:

[File OperateDemo

Description: 目的:对以数字为序号的jpg文件进行重命名,使ACDSee对文件的排序与windoes的相同。 功能描述:通过设置文件扩展名和所需的文件名宽度,程序能够将当前目录下指定扩展名、且文件名小于指定文件名宽度的文件的文件名通过在文件名首添加“0”的方式重命名为指定的宽度;例如:扩展名为“jpg”,文件名宽度为“2”,当前目录中的jpg文件有:“1.jpg”、“2.jpg”、“3.jpg”、“4.jpg”、“5.jpg”、“6.jpg”、“7.jpg”、“8.jpg”、“9.jpg”、“10.jpg”、“01.jpg”,程序执行后,文件被重命名为::“1.jpg”、“02.jpg”、“03.jpg”、“04.jpg”、“05.jpg”、“06.jpg”、“07.jpg”、“08.jpg”、“09.jpg”、“10.jpg”、“01.jpg”,由于“1.jpg”和“01.jpg”同时存在,则这两个文件的文件名都不会被修改,并在“冲突的文件”提示框中提示。扩展名默认为“jpg”,文件名宽度默认为“2”,可以修改。-Objective: To rename jpg files to digital serial number ACDSee sort of file with windoes same. The file name of Description: extension specified file extension by setting the width and the desired file name, the program to the current directory, and the file name is less than the width of the specified file name of the file by the way, add a "0" in the file name rename the specified width example: extension "jpg", "2" file name width jpg files in the current directory: "1.jpg", "2.jpg", "3.jpg" "4.jpg", "5.jpg", "6.jpg", "7.jpg", "8.jpg", "9.jpg", "10.jpg", "01.jpg", the program execution after the file is re-named :: "1.jpg", "02.jpg", "03.jpg", "04.jpg", "05.jpg", "06.jpg", "07.jpg" , "08.jpg", "09.jpg", "10.jpg", "01.jpg", "1.jpg" and "01.jpg" exist simultaneously, these two files file name is not will be modified in the conflict file "prompt box prompt. The extensions default is "jpg", the default file name width "2", can be modified.
Platform: | Size: 3409920 | Author: ly | Hits:

[WEB CodeJQueryUploadDemo

Description: JQueryUploadDemo源码,基于jquery插件jquery.uploadify,支持批量多文件上传,文件格式包括JGEG/JPG/BMP/GIF/TXT/RAR/HTML等格式,也就是示例中没有限制文件格式,实际用时候,你需要限制成只允许上传某类型的文件。上传方法:先选择文件,如果先错了还可以重新选,确定之后点击“上传”后即可开始上传文件。若对jquery.uploadify上传插件不熟悉的,也可以参考这个例子,在ASP中使用本插件,确实是比较方便的-JQueryUploadDemo source, based on jquery plugins jquery.uploadify, support batch file upload, file formats, including JGEG/JPG/BMP/GIF/TXT/RAR/HTML format, that is, the sample does not limit the file format, the actual use, you need to restrictions to allow only certain types of files to upload. Upload Methods: First, select a file, if the first mistake you can also re-elected to start uploading the file after determining Click " Upload" post. If the plug on jquery.uploadify upload unfamiliar, you can refer to this example, the use of this plug-in ASP is indeed more convenient
Platform: | Size: 534528 | Author: ypudn22 | Hits:

CodeBus www.codebus.net