dragon66 / icafe

Java library for reading, writing, converting and manipulating images and metadata
Eclipse Public License 1.0
204 stars 58 forks source link

Support for quality image resize (scale) #17

Open dragon66 opened 8 years ago

dragon66 commented 8 years ago

Add scale (resize) Implementation following Chris Campbell's suggestions in "The Perils of Image.getScaledInstance() " "

dragon66 commented 8 years ago

A simple implementation based on Chris's original multi-step implementation for scaling down is added. For scaling up one step implementation is used.