It uses the manipulation library Epeg, to resize JPEGs as thumbnails at acceptable qualities.
Here are some key features of "Image-Epeg":
Methods:
· new( [filename|data ref] )
· get_height()
· get_width()
· set_quality( [0-100] )
· set_comment( [comment] )
· get_comment()
· resize( [width], [height], [Aspect Ratio Mode] ) The resize() method can only be used to downsize images. If neither the width or height specified is less than the source image it will return undef.
· write_file( [filename] )
· get_data()
What's New in This Release: [ read full changelog ]
· Fixed test case with libjpeg>6.2.
· Fixed deps for Test::More.