jimp-dev / jimp-dev/gifwrap

GIMP -> Filters -> Animation -> Unoptimize

Open
#11 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
77
Forks
18
PR merge metrics
No merged PRs in 30d

Description

Is there a method in the API to convert all the frames to unoptimized frames so it is easier to edit them and not deal with strange animation sequence artifacts?

e.g. A method in which ALL (excluding the first) frames are converted full width/height dimensions and contain duplicate pixel RGBA values for any preceding layer where otherwise it may have been transparent with a combined disposal method, to be changed to replace disposal method, etc.

For example see: https://graphicdesign.stackexchange.com/questions/55311/how-can-i-modify-a-gif-that-uses-cumulative-layers

Also see: https://www.npmjs.com/package/imagemin-giflossy
unoptimize
```
Type: boolean
Default: false
```
Unoptimize GIF animations into an easy-to-edit form.
e.g.:
```
imageminGiflossy({ unoptimize: true });
```

edit/update: As a technicality, it is possible to create GIF images where the first frame/layer is not the full dimensions of the image.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.