issues
search
ajslater
/
picopt
A multi format lossless image optimizer that uses external tools
GNU General Public License v3.0
111
stars
11
forks
source link
v4.0a0
#74
Closed
ajslater
closed
9 months ago
ajslater
commented
9 months ago
Features
Support optimizing SVG with svgo.
Support converting more lossless formats to PNG & WEBP: CUR, DIB, FITS, IMT, PCX, PIXAR, PSD, QOI, SGI, SPIDER, SUN, TGA, XBM, XPM.
Support converting animated formats to animated PNG.
Support converting losslessly converting MPO to JPEG (choose primary image)
Internal oxipng replaces external optipng for png compression.
Better support for preserving EXIF, ICC_PROFILE, & XMP data across optimization and conversion.
--destroy-metadata
option becomes
--strip-metadata
--near-lossless
option for lossless WebP
--preserve
file attributes after optimization.
~25% faster due to avoiding disk io.
Dev
walk.run now returns totals instead of running report on them.
--destroy-metadata
option becomes--strip-metadata
--near-lossless
option for lossless WebP--preserve
file attributes after optimization.