Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: BMP to JPG


Message #1 by "Kevin Crider" <criderkevin@a...> on Mon, 30 Sep 2002 20:23:43
Hi Kevin,

you are not missing anything. The SavePicture statement convert only
jpeg and GIF to bmp, that is not what you want.
To save an image as jpeg, you need an image converter that you
can find in many third party components (I strongly suggest
not to write your own.) I never used any of them, but I read a lot of
advertisements in the magazines I subscribe.

Marco

> Pros:

> What am I missing??? I have a .bmp picture in a picture box, and need to 
s> ave it as a .jpg...the SaveAs statement will not do this, and I dont 
t> hink WinAPI supports jpg's either (?). I want to hard code this 
c> onversion using the controls etc. I already have. Any1 have a resource 
to 
h> elp me out???

> tia

> Kevin

  Return to Index