Skip to content

How to not generate webp when it's larger in size from the origional jpg #6

Closed Answered by ddur
Abdoo-mayhob asked this question in Q&A
Discussion options

You must be logged in to vote

Usually WebP clones have much smaller file-sizes, you have an exception.

If your image is JPEG, for converting JPEG images to WebP, you have two choices:

  1. use WebP compression quality equal to settings for JPEG image compression quality (default 60% which you can modify). So, lower the JPEG image compression quality results in lower WebP image compression quality settings. Choice 1) is meant to for most users to automatically fix cases where WebP image has larger file-size than JPEG file-size, due to different WebP compression quality (default 75%) than JPEG compression quality (default 60%). Using that settings is supposed to let user to try various JPEG compression quality and not worry…

Replies: 6 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@ddur
Comment options

@ddur
Comment options

@ddur
Comment options

@ddur
Comment options

Answer selected by ddur
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants