-
Converting Graphic files
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????
-
Re: Converting Graphic files
> 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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|