Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for imagemin-jpegtran #238

Open
Frank3K opened this issue Sep 17, 2020 · 0 comments
Open

Add support for imagemin-jpegtran #238

Frank3K opened this issue Sep 17, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Frank3K
Copy link

Frank3K commented Sep 17, 2020

Is your feature request related to a problem? Please describe.
Currently JPEG images can only be optimized using imagemin-mozjpeg. This compression is lossy and can (possibly) degrade the quality of an already lossy file.

Describe the solution you'd like
imagemin-jpegtran could be used to losslessly optimize JPEG images.

Describe alternatives you've considered
An alternative is to optimize the images using jpegtran offline, but that beats the purpose of this module. Example:

jpegtran -optimize -progressive -copy none -outfile <file.jpg> <file.jpg>

Additional context
None. 👍 for creating this module.

@juliomrqz juliomrqz added enhancement New feature or request help wanted Extra attention is needed labels Jan 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants