-
-
Notifications
You must be signed in to change notification settings - Fork 779
Can't Resize GIF #948
Copy link
Copy link
Open
Labels
GIF Supportbugthere is a bug in the way jimp behavesthere is a bug in the way jimp behaveshelp wanted
Metadata
Metadata
Assignees
Labels
GIF Supportbugthere is a bug in the way jimp behavesthere is a bug in the way jimp behaveshelp wanted
Type
Fields
Give feedbackNo fields configured for issues without a type.
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
Screenshots
Context
Well I'm creating a image server and I want to be able to resize the images.
Failure Logs
None