Skip to content
Snippets Groups Projects

Resolve "GIF loading seems to be completely broken"

Merged Manuel Günther requested to merge 26-gif-loading-seems-to-be-completely-broken into master

Closes #26 (closed)

Edited by André Anjos

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Author Maintainer

    I am a bit helpless here, too. Reading multi-frame .gif files has now been fixed with the code in this PR. However, GIFs are still written in quantized mode. Hence, the test, where the image is written, read back and compared with its original fails.

    One solution would be to disable that test, merge this PR afterwards, and open a new issue with the quantized writing of GIF images.

  • Manuel Günther removed assignee

    removed assignee

  • Hi @mguenther I will remove this from the Bob 2.7.0 milestone then since we are going for an early release.

  • Amir MOHAMMADI removed milestone

    removed milestone

  • Author Maintainer

    I mean, I can disable the test (which is not working as noted above), merge this, and open another bug, if you want. But I have no time to solve the writing issue right now.

  • No. I would rather this to be fixed in the next release.

  • Author Maintainer

    OK, as you wish.

  • why don't we not quantize the bits before writing?

  • Manuel Günther added 11 commits

    added 11 commits

    • 3302378b...d98c3071 - 6 commits from branch master
    • f6258afb - Implemented failing test case
    • 65833799 - Reading all records from the image; use only the first image inside the GIF
    • 819d52ac - Fixed handling of multi-frame gif (now, the last frame is used); improved Error reporting
    • 0f4224ac - Switched back to reading first image; later images might be incomplete
    • 22614ce5 - Merge branch '26-gif-loading-seems-to-be-completely-broken' of https://gitlab.id…

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading