Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Monday, June 23, 2008 7:15:32 AM(UTC)
rick2018185

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
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Tuesday, June 24, 2008 6:26:15 AM(UTC)

Adnan Ismail  
Guest

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)
rick2018185

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)

Adnan Ismail  
Guest

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)
rick2018185

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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.609 seconds.