This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, March 3, 2009 10:57:02 AM(UTC)
Groups: Registered
Posts: 5
When open an 8 bits a scanned image (Tif uncompreess) and save with Leadtools 13, Some original tags are being changed!
Tags 262 value is changed from 1 to 3 (index color)
Tags 320 (colormap) is added an some others
In VB6 I used:
Lead1.load inputfile, 0,0,1
Lead1.save outputfilename, FILE_TIF,8,0, save_overwrite.
Also tried:
Lead1.save outputfilename, LEAD1.InfoFormat,Lead1.bitmapbits,0, save_overwrite.
How can I keep all orignal tags? Please help.
Thanks.
dtran attached the following image(s):
#2
Posted
:
Wednesday, March 4, 2009 4:13:54 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You should set the SaveNoPalette property to True before calling the Save method.
#3
Posted
:
Wednesday, March 4, 2009 6:15:37 AM(UTC)
Groups: Registered
Posts: 5
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.