Git Product home page Git Product logo

Comments (10)

ccgn avatar ccgn commented on May 27, 2024

i'll look into it

from image.

bvssvni avatar bvssvni commented on May 27, 2024

Is this fixed?

from image.

nwin avatar nwin commented on May 27, 2024

No.

from image.

bvssvni avatar bvssvni commented on May 27, 2024

From comment #58 (comment)

The bug is in the LZW decoder and the documentation for LZW is really…brief. This is why I didn't do much on TIFF lately because I also ran into problems with it and couldn't figure out how exactly LZW is supposed to work in detail.

from image.

bvssvni avatar bvssvni commented on May 27, 2024

Maybe http://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Welch will help?

from image.

kanetkarster avatar kanetkarster commented on May 27, 2024

I've done some rudimentary testing (about 10 images) and it seems this works with gifs encoded with 89a but fails those encoded with 87a

from image.

nwin avatar nwin commented on May 27, 2024

Interesting finding. I had a look at the specs. At least until decompression it looks like it should be correct and the same for both standards.

from image.

kanetkarster avatar kanetkarster commented on May 27, 2024

I'm wondering if it the dependent on the starting location of the actual image data blocks, based off this documentation

from image.

nwin avatar nwin commented on May 27, 2024

No this doesn't matter. Until the actual image data it is read correctly. As far as I can see every gif 87a image should be a valid gif 89a image.

from image.

nwin avatar nwin commented on May 27, 2024

Maybe there is really something wrong with the reading of the image data blocks. It seems to fail too if the images are too big…

from image.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.