mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 08:50:29 +02:00
Initial test code to render isometric tiles, including test art and test map.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
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
|
||||
Reference in New Issue
Block a user