You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for reading from other files types, like PNG, would be a great enhancement for jpegoptim.
Currently converting a PNG file into an optimized JPEG requires an additional step:
saving the image as unoptimized JPEG first, before running jpegoptim.
This is also potentially reducing resulting image quality, as it is already lost during this intermediate step.
This discussion was converted from issue #84 on April 02, 2022 05:47.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Support for reading from other files types, like PNG, would be a great enhancement for
jpegoptim
.Currently converting a PNG file into an optimized JPEG requires an additional step:
saving the image as unoptimized JPEG first, before running
jpegoptim
.This is also potentially reducing resulting image quality, as it is already lost during this intermediate step.
Beta Was this translation helpful? Give feedback.
All reactions