klaus01 / KLGenerateSpamCode

iOS 马甲应用工具
MIT License
1.98k stars 539 forks source link

Restore the image compressed by imagemagick #70

Open downtoearthLookupatthestars opened 5 years ago

downtoearthLookupatthestars commented 5 years ago

Compress the image using imagemagick

Find-iname "*.png" -exec echo {} \; -exec convert {} {} \;

Accidentally put all the pictures inside the computer are compressed, can you restore the compressed pictures?