Might be a good idea to try using libjpeg-turbo as external library.

27-11-2013 2:15, Andrew Brunner написав(ла):
The reason why I use it is merely to resize images from cameras downto about 1024xY where Y varies to keep aspect ratio intact. I used to use FPImage to stretchdraw on a canvas but at the time it was really slow. Slowing down directory listings in the cloud (images served via http are converted in real-time) My scaling needs are called hundreds of times concurrently for thumbnails as well. So whenever the user opens a file the server must generate 1 thumbnail for each image in the directory. ImageMagick works fast on Linux and Windows. Presently I cannot get even a simple program that uses ImageMagick to build on darwin. I suspect the /ImageMagick/config build the libraries to x86_64.


_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to