Board index » delphi » Drawing on Jpeg Image and converting Jpegs to Bitmaps

Drawing on Jpeg Image and converting Jpegs to Bitmaps

I would like to be able to download jpeg files into image  
controls and then draw on them and place bitmaps on them. Is this
possible?

Also, is it possible to convert a jpeg file to a bitmap on the fly?

Any help, ideas would be greatly appreciated

 

Re:Drawing on Jpeg Image and converting Jpegs to Bitmaps


include JPEG in your project. This VCL library allows you to load and save
JPEG images. you can load them in a regular TImage and copy from the
image1.picture.bitmap.canvas to a bitmap.

Ivar snaaijer

"Bruce Baker" <b.a.ba...@xtra.co.nz> schreef in bericht
news:3ba956c0$1_2@dnews...

Quote

> I would like to be able to download jpeg files into image
> controls and then draw on them and place bitmaps on them. Is this
> possible?

> Also, is it possible to convert a jpeg file to a bitmap on the fly?

> Any help, ideas would be greatly appreciated

Other Threads