On Friday 27 October 2017 11:00:27 code dz wrote: > there are more than 80 images (png , jpg) with sizes (512x512 , > 1024x1024 , 256x256 , 128x128) > They will be stretched to the tumbnail size while loading so it probably is OK. 80 48x48 thumbnails occupy sqrt(80)*48 = 430*430 pixels on the server. I recommend to use GraphicsMagick (unit lib/common/image/msemagickstream) instead of the FPC conversion functions. GraphicsMagick is much faster.
Martin ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

