I have to find a way or a third party component which converts graphic files.
For example i have a JPEG file i want to be able to convert it to .bmp, .gif,
..wmf, .eps.
The conversion must automized by the .dll
Any sugestions????
Printable View
I have to find a way or a third party component which converts graphic files.
For example i have a JPEG file i want to be able to convert it to .bmp, .gif,
..wmf, .eps.
The conversion must automized by the .dll
Any sugestions????
> I have to find a way or a third party component which converts graphic
files.
> For example i have a JPEG file i want to be able to convert it to .bmp,
..gif,
> .wmf, .eps.
> The conversion must automized by the .dll
The picture box will read and save the JPEG as a .BMP
Just LoadPicture() the image into it's .Picture property then use it's
..SavePicture() method to write to disk. You can only save as a BMP using
this method though, to save as any of the others you'll need to write your
own export routines, you'll find the format specifications on
www.wotsit.org.
Hope this helps,
Mike
-- EDais --
- Microsoft Visual Basic MVP -
WWW: Http://EDais.earlsoft.co.uk/
Work E-Mail: EDais@btclick.com
Other E-Mail: Mike.Sutton@btclick.com