JPG's

BlitzPlus Forums/BlitzPlus Programming/JPG's

PantsOn(Posted 2004) [#1]
Hi

I have tried using Snarty's Freeimage library where you can save images to JPG. Unfortunately I cannot get this working.

Is there another library out there that will allow me to save JPG's? Or am I doing something really stupid


Perturbatio(Posted 2004) [#2]
Or am I doing something really stupid


If you post some source, I might be able to answer that one. :)


PantsOn(Posted 2004) [#3]
loading the example.bb in blitzplus and blitz3d both give a
"Function 'fi_getifdescription' not found" error in the include "freeimage_variableinit.bb"

Am I doing something wrong... ie what do i do with the freeimage.dll file as its not called anywhere in the example.bb

cheers


Koriolis(Posted 2004) [#4]
I don't know FreeImage but it sounds like you forgot to put some .decl file into the .../blitzplus/userlib folder.


PantsOn(Posted 2004) [#5]
nope thats there
cheers


Binary_Moon(Posted 2004) [#6]
you've got the decls in the decls folder right?

Have you also got the dll's in the userlib/data/ (note the data bit) folder?

Works fine for me.


PantsOn(Posted 2004) [#7]
cheers for your help...
I've been on hols for 2 weeks... first day back, I just copied all dll and decals to the userlibs directory and now it works..

cheers