pngcrush -ow -fix -force -nofilecheck -brute -rem alla -oldtimestamp 252.pngconvert poke.png -gravity Center -crop 22x22+0+0 -filter point -background '#00FF00' -alpha remove -depth 8 -type palette BMP3:poke-8.bmpconvert poke.png -colorspace Gray -ordered-dither checks -gravity Center -crop 22x22+0+0 -filter point -background white -alpha remove -depth 1 -type palette BMP3:poke-1.bmpconvert icon-lg-1.bmp -ordered-dither checks -filter box -resize 15x9 -gravity center -background white -extent 15x9 -depth 1 -type palette BMP3:icon-sm-1.bmpconvert poke.png -magnify -gravity Center -crop 44x44+0+0 -background '#00FF00' -alpha remove -depth 8 -type palette BMP3:poke-8-d144.bmpfor file in *.png; do convert "$file" -background white -alpha remove -depth 8 -type palette BMP3:"`basename \"$file\" .png`"-8.bmp; donefor file in *.png; do convert "$file" -background white -alpha remove -colorspace gray -depth 4 -type palette BMP3:"`basename \"$file\" .png`"-4.bmp; doneconvert BugIC_Colo.png -background white +dither -filter Mitchell -define filter:window=Jinc -define filter:lobes=2 -resize 64x -background white -alpha remove -depth 8 -colors 256 -type palette -compress None BMP3:out.bmp
convert grass.png -background white -dither FloydSteinberg -filter point -resize 32x -gravity center -background white -alpha remove -colorspace gray -depth 4 -type palette -compress None BMP3:out.bmpgit apply --reject --whitespace=fix
wiggle --replace Src/pngDraw.h Src/pngDraw.h.rejfor file in *.png; do convert "$file" -background white +dither -filter Mitchell -define filter:window=Jinc -define filter:lobes=3 -resize 100x -background white -alpha remove -depth 8 -colors 256 -type palette -compress None BMP3:"basename \"$file\" .png"-hr.bmp; done
for file in *-icn-hr-8.bmp; do convert "$file" -resize 22x -dither FloydSteinberg -filter point -type palette -compress None BMP3:"`basename \"$file\" -icn-hr-8.bmp`"-icn-mr-8.bmp; done