寻JPEG出错信息大全,300分奉上!(300分)

  • 主题发起人 主题发起人 卷起千堆雪tyn
  • 开始时间 开始时间

卷起千堆雪tyn

Unregistered / Unconfirmed
GUEST, unregistred user!
记得在哪里见过,就是想不起来了,:(
 
我也正在找,如果找到了还望卷姐发给我一份,不胜感激。baniu@etang.com
 
http://www.ijg.org/

http://www.jpeg.org

去找找
 
小桃,偶的代理只限China!
 
明白了!
 
给我一些关键词,我帮你到国外找
 
卷姐,麻烦你帮我看看:http://www.delphibbs.com/delphibbs/dispq.asp?lid=900037
 
key words : jpeg error
 
就这个阿!天!尽量阿!
 
Interpreting Cryptic Jpeg Error Number's By Corbin Dunn

If you have used the TJpegImage class you may be familiar with the "JPEG error #xx" error that comes up on occasion. You may want to know exactly what went wrong, and how to get more information based on that number.

Luckily, the TJpegImage pascal source is included on the Delphi CD. Looking at the source, you will notice that it is a wrapper around some C code. There is one particular file called "jerror.h" which contains an enumeration of error strings. Based on the offset in this enum, you can find out what a given error number means.

For ease of use, I converted the "jerror.h" file to pascal in the unit JpegErrors.pas. To use this unit, simply reference the string array cJpegErrors, passing a given error number to find the error string, such as:

Label .Caption := cJpegErrors ;StrToInt(Edit .Text)]
Note that the JpegErrors.pas unit was based on the Jpeg source that comes with Delphi 5. If the order of the error messages in "jerror.h" ever changes, the JpegErrors.pas will not by in sync with it and has to be updated. Download a sample program and the JpegErrors.pas unit

提供了这个连接,可是我不能下载 :~~~~~~~~~~~~~~<
http://www.delphi32.com/article/images/20433/jpeg_errors.zip
 
http://community.borland.com/article/images/20433/jpeg_errors.zip

你有救了!哈哈!可以下载!你不能下载留下信箱
 
看你的了 :?forevertyn@sina.com
 
http://www.hamline.edu/~wnk/cpb/msg00646.html
 
http://www.hamline.edu/~wnk/cpb/msg00646.html
 
后退
顶部