Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

122LHQ: PROBLEM: Other application cannot read LEAD's saved JFIF (.jpg) files
Started by Gabe-Forum@LEADTOOLS.com at 09-21-2006 18:42. Topic has 0 replies.

Print Search « Previous Thread Next Thread »
  09-21-2006, 18:42
Gabe-Forum@LEADTOOLS.com is not online. Last active: 7/18/2008 3:15:03 PM Gabe-Forum@LEADTOOLS.com



Top 25 Posts
Joined on 04-27-2005
Posts 237
122LHQ: PROBLEM: Other application cannot read LEAD's saved JFIF (.jpg) files

 
The information on this page applies to: LEADTOOLS version 10 or greater

Symptoms: Other applications can not read JPEG (FILE_JFIF) files that were created by LEADTOOLS.

Cause: Most likely you are passing 0 for iQuality argument in your call to Lead's Save function. This will create a loss less JPEG file and most applications do not have support for such compression.

Another cause could be that the application loading the file only reads the older style JPEG compressed TIFF files. IN the old specification, the compression tag was set to 6. This was changed to 7 but some applications cannot read it. By setting the flags below, it will save it with a tag value of 6.

.NET - CodecsJpegOptions.CodecsJpegSaveOptions.SaveOldJtif Property
API, C++ Lib - ESO_SAVEOLDJTIF Flag In SAVEFILEOPTION Structure
OCX,COM,VCL – SaveOldJTIF Property


   Report 
LEAD Support Fo... » Developer » FAQ » 122LHQ: PROBLEM: Other application cannot read LEAD's saved JFIF (.jpg) files

Powered by Community Server, by Telligent Systems