Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
bob.io.image
bob.io.image
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • bob
  • bob.io.imagebob.io.image
  • Issues
  • #26

Closed
Open
Opened Mar 01, 2017 by Manuel Günther@mguenther
  • Report abuse
  • New issue
Report abuse New issue

GIF loading seems to be completely broken

When reading a GIF image, it seems that all the image is the same color:

$ convert bob/io/image/data/grace_hopper.png test.gif
$ ./bin/python
>>> import bob.io.image, numpy
>>> image = bob.io.image.load("test.gif")
>>> numpy.all(image[0] == image[0][0][0])
True
>>> image2 = bob.io.image.load("bob/io/image/data/grace_hopper.png")
>>> numpy.all(image2[0] == image2[0][0][0])
False

I am using the GIF version which is coming with the conda, which is currently libgif.so.7.0.0. I have not checked other GIF versions.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
3
Labels
bug C++ help wanted
Assign labels
  • View project labels
Reference: bob/bob.io.image#26