Page 1 of 1
Unable to addtext In Tiff File
Posted: Thu Jan 19, 2006 11:23 am
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
Re: Unable to addtext In Tiff File
Posted: Wed Feb 01, 2006 10:10 am
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?
Re: Unable to addtext In Tiff File
Posted: Fri Feb 24, 2006 4:37 am
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.