I need to convert a gif file to a tiff format on click of command button?
Are there any ocx available?
Printable View
I need to convert a gif file to a tiff format on click of command button?
Are there any ocx available?
in u'r component list there is a component called Kodak Image Edit Control.
alot of filetypes are supported :
http://www.vbforums.com/
Looks like gif and tif are supported. :)
load it as gif, and save it as tif.... should work :)
I tried using Kodak image control. I don't think it supports file conversion
I am looking for some dll's which will do the work something like gif>tiff, gif>jpg,jpg>tiff etc.
Get yourself a copy of the share-ware "Konvertor". Its an app, not a library.
It supports a multitude of Graphics/Audio/Video/Text formats.
You should be able to get a copy from http://download.com.com/3000-2192-10...ml?tag=lst-0-1
In .Net you can do this with like 5 lines of code. If you need it, let me know. I will write it out for you.