This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, June 23, 2008 7:15:32 AM(UTC)
Groups: Registered
Posts: 21
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
#2
Posted
:
Tuesday, June 24, 2008 6:26:15 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
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.
#3
Posted
:
Thursday, June 26, 2008 2:01:15 AM(UTC)
Groups: Registered
Posts: 21
Hi,
Here is the tiff file.
I send the file to support mailbox. Check it plz.
Thanks
rick
File Attachment(s):
1.rar (683kb) downloaded 22 time(s).
#4
Posted
:
Thursday, June 26, 2008 8:39:41 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
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
#5
Posted
:
Friday, June 27, 2008 5:18:33 PM(UTC)
Groups: Registered
Posts: 21
Hi,
It works!
Thanks a lot
Rgds,
rick
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.