Giter VIP home page Giter VIP logo

Comments (2)

lvandeve avatar lvandeve commented on July 23, 2024

No plans to implement this, LodePNG only outputs to the color types that are defined in the PNG specification (https://www.w3.org/TR/2003/REC-PNG-20031110/) itself, including their endianness.

Reason: there is a huge combinatory explosion of color types (endianness, ordering of RGB, amount of bits of each channel, ...). Supporting this is out of the scope of this PNG loading library.

But the good news it it's relatively easy to switch from one to the other with a single for loop. For example in this case switching the order of every pair of bytes. This can be done after decoding. There is no disadvantage of performance, because if it were done inside of LodePNG it would do the same for loop inside of it.

I hope that works.

from lodepng.

eruffaldi avatar eruffaldi commented on July 23, 2024

I have a patch for this mainly for speeding up the loading into GPU but the statement "if it were done inside of LodePNG it would do the same for loop inside of it." convinced me.

Thanks

-E

from lodepng.

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.