Git Product home page Git Product logo

Comments (2)

saucecontrol avatar saucecontrol commented on May 30, 2024 1

The WIC JXR codec was enabled in 0.13, and I've just published a WebP plugin package: https://www.nuget.org/packages/PhotoSauce.NativeCodecs.Libwebp

from photosauce.

saucecontrol avatar saucecontrol commented on May 30, 2024

For now, all of MagicScaler's codec support comes from the Windows Imaging Component, so if there's a WIC codec, it can be done.

JPEG XR (WMP, HD Photo, whatever...) is built in to WIC, so those can be decoded today and could be encoded in-pipeline if I enabled it.

Google did a read-only WebP codec for WIC some years back and used to have an install package for it on their site, but it seems to have disappeared. It has no metadata support and no encoder, so it would be quite a bit of work to finish it off.

There is also a third-party commercial WIC codec pack that includes JPEG2000 and WebP among others (PSD, etc). These should integrate fine with MagicScaler as well, but I have no experience with them and can't speak to their reliability in a server environment. They may be the easiest path to adding additional codec support, but that's not something I would do myself.

In the long term, I'd like to move toward adding managed codec implementations to break the dependency on WIC. WebP would be further down the list than more popular codecs, though.

In the short term, if you want to deliver WebP, you can do it as a post-processing step. I do this in some of my own workflows by saving to either high-quality JPEG or a fast-encoding lossless format (e.g. uncompressed TIFF) and then running through cwebp. I do likewise for optimized JPEGs with mozjpeg in some cases.

from photosauce.

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.