Unable to addtext In Tiff File

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

Amitsinghkohli
Posts: 1
Joined: Thu Jan 19, 2006 7:46 am

Unable to addtext In Tiff File

Post by Amitsinghkohli »

Hi 2 all,
I worte a code to add text on tiff file, but
When I am trying to Add Text at Bottum left corner of tiff file,
But it does not works
But when i Use same code but change the file type(jpg) it works fine,
i try both Version Activex/VbModule but problem is same
Please tell me the way to add text on tiff file
Thanks
Amit Singh Kohli
User avatar
xnview
Author of XnView
Posts: 44920
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Unable to addtext In Tiff File

Post by xnview »

Amitsinghkohli wrote:Hi 2 all,
I worte a code to add text on tiff file, but
When I am trying to Add Text at Bottum left corner of tiff file,
But it does not works
But when i Use same code but change the file type(jpg) it works fine,
i try both Version Activex/VbModule but problem is same
Please tell me the way to add text on tiff file
Thanks
Amit Singh Kohli
Your tiff is a binary picture or RGB?
Pierre.
Guest

Re: Unable to addtext In Tiff File

Post by Guest »

Amitsinghkohli wrote:Hi 2 all,
I worte a code to add text on tiff file, but
When I am trying to Add Text at Bottum left corner of tiff file,
But it does not works
But when i Use same code but change the file type(jpg) it works fine,
i try both Version Activex/VbModule but problem is same
Please tell me the way to add text on tiff file
Thanks
Amit Singh Kohli
forgive my poor english first..
I have ever met the same problem,when i Merge a .jpg file with a .tif file.
the .tif file was in index color mode,but i changed it to RGB mode with photoshop ,it works perfectly.
so ,i suggest you to change the tif file's color mode to RGB mode with photoshop.