mickleness / pumpernickel

This Java project includes classes related to desktop applications, Swing, performance, image processing, data structures, and other misc topics.
https://mickleness.github.io/pumpernickel/
MIT License
66 stars 12 forks source link

Scaling: Add support for embedded thumbnails #102

Closed mickleness closed 1 year ago

mickleness commented 1 year ago

When a specific thumbnail size is requested: check to see if the image has an embedded thumbnail. If the thumbnail matches or exceeds the requested size, then use that thumbnail to create the final scaled image.