Search found 1 match

by Aleksey
2017-07-07T05:48:30-07:00
Forum: Users
Topic: Resize without shadows ?
Replies: 2
Views: 2366

Resize without shadows ?

I have a big set of small png pictures that contain only white and black pixels I use this command to resize them: find . -name '*.png' -execdir mogrify -resize 28x28 -background white -gravity center -extent 28x28 {} \; It processes them by 4000 files per minute. But _it makes some pixels grey ...