Page 1 of 1

Advice on image conversion library...

Posted: Fri Aug 18, 2006 1:41 am
by localmotion34
I need a way to convert images from bmp to jpg, tiff, PNG, GIF, ICO, TGA, and quite a few others. the native PB image plugins are taken care of, but there are many other formats id like to have available.

ive looked at the Freeimage library, but there are so many constants, and the freeimage.h file is written for C++.

i dont know if El_choni's image plugins allow to ENCODE images to a particular format, which it doesnt look like they do.

i dont really have the money to buy a commercial DLL, of which most are very expensive.

1) are there any other good free, somewhat easy to use, DLL or libs out there to take a hbitmap and convert it to many formats?

2) is there a PB include for the Freeimage library that i am missing? i spent all day looking and couldnt find one.

3) anyone have any source code that can convert bitmaps to other image formats? any examples maybe? ive got some karma for the double sublcassing today, and am hoping for some advice on how to proceed. :D

Posted: Fri Aug 18, 2006 1:47 am
by ts-soft
In the IncludePack for jaPBe is a wrapper for FreeImage.dll
FreeImage.pbi (for PB3.94)