Giter Club home page Giter Club logo

Comments (5)

AtesComp avatar AtesComp commented on June 28, 2024

Yes, it does look like red is blue and blue is red. I can only speculate that the idiots at MS were (again) attempting to obfuscate an otherwise open format...JPEG...when they developed the thumbs.db format. I'm glad they got with the program in their later refactoring.

I'll look at updating the code. It may be that the images were matrix inverted which also swapped the red and blue channels. That would also account for the upside down, inverted image issues. This would fix all these perceived individual issues in one simple fix. I've been validating the image format in the binary encoding, but it's a PITA. If only I could find some actual documentation on this old format...

Thanks for finding this issue.

from vinetto.

AtesComp avatar AtesComp commented on June 28, 2024

Oops.

from vinetto.

AtesComp avatar AtesComp commented on June 28, 2024

As per issue #2, you can do the following to test.

image = Image.open( strMyImageFile )
r, g, b, a = image.split()
imageRGB = Image.merge("RGB", (b, g, r))

Note the red and blue transpose.

from vinetto.

AtesComp avatar AtesComp commented on June 28, 2024

Thanks for the samples. I think I've resolutely fixed the Type 1 issues now that I've taken a deeper dive. The "invert" option is no longer needed. Check out the new release.

from vinetto.

Sembiance avatar Sembiance commented on June 28, 2024

Just checked out the latest version, it works great! All the thumbs look spot on perfect now, no odd colorization issues. Thanks for digging into that and solving it!

from vinetto.

Related Issues (2)

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.