Using FreeImage to convert image type

Hi all,

Does anyone know how to convert a image type to a different image type using FreeImage?
If so, are you willing to share this?

Kind regards,
René Simons

Hi Rene

Have you looked at Larry’s project:

http://www.clarionfreeimage.com/

Cheers

Geoff R

1 Like

FreeImageClass.iImage.SaveAs Procedure(String sImageFilename, FREE_IMAGE_FORMAT fif=FIF_UNKNOWN)!,BOOL,Proc

1 Like

Hi Mike,

Thanks for the reply.
I know that there is a SaveAs method on the Clarion side.
However it seems a little restricted on the parameters.
I will check the methods in the Clarion FreeImage class to see if there are possibilities.

Cheers,
René

maybe something in the docs will help:

http://downloads.sourceforge.net/freeimage/FreeImage3180.pdf

eg:

Thanks!
I’ll check it out.