Home › Forums › Game Frame › Game Frame Art Gallery › How do we create Pixel Art? › Reply To: How do we create Pixel Art?
March 11, 2014 at 1:12 pm
#657
Participant
I just use ImageMagick on the command line to stitch images together.
brew install imagemagick (if you use OS X and Homebrew)
montage *.bmp -mode concatenate -tile 1x output.bmp
