jimp-dev/jimp

Can't Resize GIF

Open

#948 建立於 2020年10月3日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (785 fork)batch import
GIF Supportbughelp wanted

倉庫指標

Star
 (13,218 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南