mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
4 lines
276 B
Batchfile
4 lines
276 B
Batchfile
set PATH="C:\Program Files\ImageMagick-7.0.10-Q16-HDRI"
|
|
|
|
magick.exe convert sno1.png -alpha set -virtual-pixel transparent +distort Affine "0,512 0,0 0,0 -87,-50 512,512 87,-50" -background none -compose plus -bordercolor black -compose over -border 5x2 sno1_iso.png
|
|
pause |