On 11/08/2016 01:51 PM, Marc Santhoff wrote:
Hi,
if I want load a bitmap picture for extracting a small preview of it,
what component or library would be best?
My goal is to use pascal only without any external lirbraries if
possible. Second goal is to keep the program small, ideally avoiding t
> if I want load a bitmap picture for extracting a small preview of it,
> what component or library would be best?
fcl-image (http://wiki.freepascal.org/fcl-image) is the basis of LCL image
processing components and routines, so you can for sure use that. I use it
to resize uploaded pictures in
Hi,
if I want load a bitmap picture for extracting a small preview of it,
what component or library would be best?
My goal is to use pascal only without any external lirbraries if
possible. Second goal is to keep the program small, ideally avoiding to
link lcl controls in.
Bitmap picture may be