Welcome to LEAD Support Forum Login | Register | Faq  

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

How to save tiff file in WANG compatible
Started by rick2018185 at 06-23-2008 12:20. Topic has 4 replies.

Print Search « Previous Thread Next Thread »
  06-23-2008, 12:20
rick2018185 is not online. Last active: 8/12/2008 1:01:03 PM rick2018185

Top 150 Posts
Joined on 04-08-2007
Posts 15
How to save tiff file in WANG compatible
Reply Quote
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 is not online. Last active: 9/4/2008 2:25:00 PM Adnan Ismail



Top 10 Posts
Joined on 07-31-2006
Posts 1,150
Re: How to save tiff file in WANG compatible
Reply Quote
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, 7:06
rick2018185 is not online. Last active: 8/12/2008 1:01:03 PM rick2018185

Top 150 Posts
Joined on 04-08-2007
Posts 15
Re: How to save tiff file in WANG compatible

Attachment: 1.rar
Reply Quote

Hi,

Here is the tiff file.
I send the file to support mailbox. Check it plz.


Thanks

rick


   Report 
  06-26-2008, 13:44
Adnan Ismail is not online. Last active: 9/4/2008 2:25:00 PM Adnan Ismail



Top 10 Posts
Joined on 07-31-2006
Posts 1,150
Re: How to save tiff file in WANG compatible
Reply Quote
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 is not online. Last active: 8/12/2008 1:01:03 PM rick2018185

Top 150 Posts
Joined on 04-08-2007
Posts 15
Re: How to save tiff file in WANG compatible
Reply Quote
Hi,

It works!

Thanks a lot

Rgds,
rick

   Report 
Post
LEAD Support Fo... » Developer » Image Compressi... » How to save tiff file in WANG compatible

Powered by Community Server, by Telligent Systems