Save as JPEG format

BlitzPlus Forums/BlitzPlus Programming/Save as JPEG format

FredSteph(Posted 2003) [#1]
Can I save a image as JPEG format ?

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

Thanks

Frédéric


Kev(Posted 2003) [#2]
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.


LD(Posted 2003) [#3]
Aff no HTML construction file. I have the same problem JPG!


FredSteph(Posted 2003) [#4]
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


Anthony Flack(Posted 2003) [#5]
You need a license to legally be allowed to save jpegs though, don't you?


MRaven(Posted 2003) [#6]
Deleted...


FredSteph(Posted 2003) [#7]
XnView dll Library is free ?!!

Look here :

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

Frédéric


Russell(Posted 2003) [#8]
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