FEZModding / FEZRepacker

Tool and library for unpacking and repacking FEZ assets
17 stars 4 forks source link

[bug] AnimatedTexture with two identical frames saves as one frame #1

Closed Krzyhau closed 1 year ago

Krzyhau commented 2 years ago

AnimatedTexture containing only two frames, both of which are identical, are saved as one frame after conversion into WebP animated image. The bug was first observed in character animations\izaac\idle file, but it might be present in other animated textures with this property. While it's not very crucial bug, as two identical frames look literally the same in game as one static frame, it would be nice to fix it.

Krzyhau commented 2 years ago

Separation of atlas into individual images work fine. I checked and for character animations\izaac\idle, two frames are generated and put into MagickImageCollection. So at this point, I blame Magick for my pain >=[

Krzyhau commented 1 year ago

Magick has been replaced with ImageSharp. It should be verified if the problem still occurs.

Krzyhau commented 1 year ago

Issue is no longer present. Closing.