Jimp: Can't Resize Images

Created on 3 Oct 2020  路  1Comment  路  Source: oliver-moran/jimp

If I try to resize an image to a big value like 5000 (both for width and height) my program will load for some time and then it will just exit with no errors seen in console.

Expected Behavior

It should resize the image correctly and I should get a image that is 5000x5000

Current Behavior

Doesn't work and the program just exists.

Failure Information (for bugs)

Steps to Reproduce

  • Create an image
  • Try to resize it to 5000x5000
  • Watch it exit silently

Screenshots

Context

Well I'm creating a image server and I want to be able to resize the images.

  • Jimp Version: ^0.16.1
  • Operating System: Linux
  • Node version: v12.18.3

Failure Logs

None

Most helpful comment

Also resizing a gif image doesn't work. It resizes the image but the result isn't a gif

>All comments

Also resizing a gif image doesn't work. It resizes the image but the result isn't a gif

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RomainFallet picture RomainFallet  路  26Comments

fabiusss picture fabiusss  路  14Comments

mubaidr picture mubaidr  路  28Comments

codan84 picture codan84  路  25Comments

pillowfication picture pillowfication  路  17Comments