GithubHelp home page GithubHelp logo

How to make jpeg progressive? about leanify HOT 3 CLOSED

b1rdex avatar b1rdex commented on May 15, 2024
How to make jpeg progressive?

from leanify.

Comments (3)

b1rdex avatar b1rdex commented on May 15, 2024 1

That's sad because progressive is always bigger AFAIK. I'm not too good in c++, can you please help me with patch to force progressive for files bigger that 10KB?
I'll try to say why: I'm using Leanify to process images for web site and progressive jpeg is a must for web images.

from leanify.

JayXon avatar JayXon commented on May 15, 2024 1

Are you sure? I think progressive is usually smaller for large images, and baseline is usually smaller for small images, for websites I think using baseline for small images is totally fine.
If progressive is an absolute must for all images, then I would suggest to use mozjpeg and manually specify the options to force progressive.

from leanify.

JayXon avatar JayXon commented on May 15, 2024

The default is progressive, but if it does not decrease file size then we keep the original, or if it's a small file and baseline is better than progressive then we use baseline.
There isn't an option to force progressive because we always prefer whatever that gives smaller file size.

from leanify.

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.