Save as JPEG format

BlitzPlus Forums/BlitzPlus Programming/Save as JPEG format

Can I save a image as JPEG format ?

Can I use a dll librarie for that (as GFL librarie) ?

Thanks

Frédéric

yes it should be possable to save as JPEG, im thinking you will need to load the image to be converted with a dll so that you have a pointer to the image in memory, as i think that when blitz loads images it returns a pointer to an internal blitz struct that handels the image data.

heres a link to the Full JPEG standard.

Aff no HTML construction file. I have the same problem JPG!

Ok, thanks.

But what is the best dll librarie ? GFL librarie is not light and difficult to use : I should to create e pointers variables params to save image, can i create a variable pointer with BlitzPlus ?

Frédéric

You need a license to legally be allowed to save jpegs though, don't you?

Deleted...

XnView dll Library is free ?!!

Look here :

http://perso.wanadoo.fr/pierre.g/xnview/frhome.html

Frédéric

If you can get away with it, try png instead, as it has NO licensing issues and does a heck of a good job compressing images (lossless!).

Russell