JPG's
BlitzPlus Forums/BlitzPlus Programming/JPG's| 
 | ||
| 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 | 
| 
 | ||
|  Or am I doing something really stupid  If you post some source, I might be able to answer that one. :) | 
| 
 | ||
| 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 | 
| 
 | ||
| I don't know FreeImage but it sounds like you forgot to put some .decl file into the .../blitzplus/userlib folder. | 
| 
 | ||
| nope thats there cheers | 
| 
 | ||
| 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. | 
| 
 | ||
| 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 |