Re: [fpc-pascal] picture preview

2016-11-08 Thread Andrew Haines
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

Re: [fpc-pascal] picture preview

2016-11-08 Thread leledumbo
> 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

[fpc-pascal] picture preview

2016-11-08 Thread Marc Santhoff
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