💻 Software
Bulk convert PNG-24 to PNG-8 files with best quality
Fresh5 days ago
Mar 15, 202613712 viewsConfidence Score0%
0%
Problem
Can anybody recommend a good method of bulk converting a large amount of PNG-24 files to PNG-8 with as little loss of quality as possible and maintaining transparency? I've tried ImageMagick but the resulting images weren't quite as crisp quality as I'd like. Using Paint.NET I was able to achieve f…
Error Output
convert file.png -depth 4 file-output.png
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Bulk convert PNG-24 to PNG-8 files with best quality
Low Risk
pngquant is exactly the tool for this. It generates palettes better than ImageMagick. This will convert all png files in current directory, and automatically choose number of colors to achieve quality similar to 90%-quality JPEG. (if it doesn't acce…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix