Re: How to save tiff file in WANG compatible
Started by rick2018185 at 06-23-2008 12:20. Topic has 4 replies.
|
|
06-23-2008, 12:20
|
rick2018185
Joined on 04-08-2007
Posts 15
|
How to save tiff file in WANG compatible
|
 
 
|
|
|
Hi,
I'm using leadtools 13. I find that the image compressed with FILE_JTIF can not be recognized by Kodak Image Pro 2.5. While image from Image Pro can be loaded by leadtools.
I'v tried annsavetag method, but it doesn't work.
Is there any way for leadtools 13 to save a jpeg compressed tif file that can be loaded by Image Pro ?
Thanks, Rgds, rick
|
|
|
|
|
Report
|
|
|
|
06-24-2008, 11:31
|
Adnan Ismail

Joined on 07-31-2006
Posts 1,367
|
Re: How to save tiff file in WANG compatible
|
 
 
|
|
|
Rick, I don't have a list of file formats supported by this application. As you may know, LEADTOOLS supports a very large number of file formats and sub-types, and not many other programs support all of them. If you have a valid image that gets loaded correctly by that program, attach it here or email it to support@leadtools.com and we will tell you if and how LEADTOOLS can save a similar format.
Adnan Ismail LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|
06-26-2008, 13:44
|
Adnan Ismail

Joined on 07-31-2006
Posts 1,367
|
Re: How to save tiff file in WANG compatible
|
 
 
|
|
|
Rick, If you are using the main OCX, try this code, which saves JTIF files that are compatible with some old applications: LEAD1.Load "1.tif", 0, 1, 2 LEAD1.SaveOldJTIF = True 'first page LEAD1.SaveTileHeight = LEAD1.BitmapHeight LEAD1.SaveTileWidth = LEAD1.BitmapWidth LEAD1.Save "13OldTiled.tif", LEADLib.FileConstants.FILE_JTIF, 24, 20, SAVE_OVERWRITE 'second page LEAD1.BitmapListIndex = 1 LEAD1.SaveTileHeight = LEAD1.BitmapHeight LEAD1.SaveTileWidth = LEAD1.BitmapWidth LEAD1.Save "13OldTiled.tif", LEADLib.FileConstants.FILE_JTIF, 24, 20, SAVE_APPEND
Adnan Ismail LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|
06-27-2008, 22:23
|
rick2018185
Joined on 04-08-2007
Posts 15
|
Re: How to save tiff file in WANG compatible
|
 
 
|
|
|
Hi,
It works!
Thanks a lot
Rgds, rick
|
|
|
|
|
Report
|
|
|
|
|
LEAD Support Fo... » Developer » Image Compressi... » Re: How to save tiff file in WANG compatible
|
|
Copyright LEAD Technologies, Inc. 2008
