Image-Scale icon indicating copy to clipboard operation
Image-Scale copied to clipboard

Image::Scale - Fast, high-quality fixed-point image resizing

Results 11 Image-Scale issues
Sort by recently updated
recently updated
newest added

webp is what all the cool kids are using nowadays 😁

Hi, I'm in the process of packaging this library for Debian [1], but I discovered that the several/all test images may not be under the same license and copyright holder...

Add some text to Readme file

Using Image::Scale's resize_gm results in artifacts like these: ![mo-resized_gm850_c](https://user-images.githubusercontent.com/26877697/65392645-39147700-dd77-11e9-80ad-ca53d34ae348.jpg) This issue doesn't occur when using resize_gd, resize_gm_fixed_point or GraphicsMagick directly: ![mo-resized_gmf850_c](https://user-images.githubusercontent.com/26877697/65392649-40d41b80-dd77-11e9-8bf8-81ae7eb55b07.jpg) Code: ``` my $img = Image::Scale->new( $imgfile) || die...

Got a PNG file of 7016 × 7501 size which would cause an OOM on Windows, but not eg. on Mac. https://dl.dropboxusercontent.com/u/54507676/gorillaz.png The following script would still print the size,...

Strawberry perl has bundled libjpeg, liobpng and giflib.

Besides GD, you also listed Image::Magick and Imager in the SEE ALSO section of Image::Scale pod. But you didn't include them in the benchmarks. There are several other modules that...