Loads files at a color depth of 24 bits per pixel.
Saving
Saves files at a color depth of 24 bits per pixel.
Can handle both RGB and BGR format data.
Save parameters -
Field
Possible values
Default
quality
%100 - very good quality
%1 - very bad quality
%75
Notes
When loading a JPG file, most of the time it will be loaded as BGR data. PTCs conversions will work faster with RGB, so it is reccomended that you make your surfaces RGB directly rather than querying Image->Format().
Bugs
Doesn't seem to compile in Win32 at the moment, may be my system.