Skip to content

fix #61 bug exceeding maximum supported memory by limiting image pixel as 32K#63

Open
tank0123 wants to merge 1 commit intoposva:mainfrom
tank0123:develop
Open

fix #61 bug exceeding maximum supported memory by limiting image pixel as 32K#63
tank0123 wants to merge 1 commit intoposva:mainfrom
tank0123:develop

Conversation

@tank0123
Copy link

@tank0123 tank0123 commented Jul 14, 2021

fix #61 bug exceeding maximum supported memory by limiting image pixel as 32K

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • All tests are passing
  • New/updated tests are included

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)
    Avoid excessive memory allocation by adding logic to check if the pixel size of the GIF file exceeds 32K pixels.

Other information:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exceeds maximum supported memory when processing gif with excessive w*h

1 participant