Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.io.image bob.io.image
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.io.imagebob.io.image
  • Issues
  • #33
Closed
Open
Issue created Aug 27, 2018 by André Anjos@andre.anjos💬Owner

GIF transcoding does not work

@mguenther provided a set of patches that fixed GIF reading, which was completely broken (returning all zeros) so far. See discussion on !24 (merged).

This bug tracks the problem pointed on !24 (merged) that one cannot "transcode" a test image using the GIF implementation available in this package. It seems that the fact we always quantize the image as we write it makes the transcoding test fail. Possible fixes to this problem are one of:

  • Modify the GIF image writing to relax on the quantization effects
  • Relax the transcoding test so that we accept, in the case of GIFs, more error
Edited Aug 27, 2018 by André Anjos
Assignee
Assign to
Time tracking