Quote Originally Posted by Vincent Oorsprong View Post
Note that there is a huge difference between resizing and making thumbnails. With the current knowledge I would hesitate to create thumbnails at all.
That is true !! Hence why the request above to ease this issue.

We have a cThumbImageContainer class that always creates 100x100 thumbnail images irrespective of the source image while maintaining the image dimensions...its ridiculously complex.
Basically, had to rewrite LoadThumbnail procedure of the base class, instead of forward sending it because the resizing calculation was not flexible.