ImageMagick montage always chaging from 32 bits to 8 bits
Posted: 2015-11-25T02:24:10-07:00
I am trying to create a montage from a series of 32 bit PNG images. However the result always gets reduced down to 8 bits with no transparency.
Here's an example of one of the source images: http://imgur.com/sTQWcV3
Here's an example of my command line:
What am I doing wrong? Thanks!
Here's an example of one of the source images: http://imgur.com/sTQWcV3
Here's an example of my command line:
Code: Select all
montage "%ImgPath%\layer_0.png" "%ImgPath%\layer_1.png" "%ImgPath%\layer_2.png" -alpha set -geometry 1500x1500+25+25 "%ImgPath%\lkjdsafd.png"