I'm a new ImageMagick user, and I'm seeing some strange behavior. When I execute the following command in a terminal (using Windows), I get a canvas that is solid black:
Code: Select all
convert -size 1088x1088 xc:"rgba(0,0,0,0)" empty.png
Code: Select all
convert -size 1088x1088 xc:"rgba(0,0,0,0.00001)" empty.png
convert -size 1088x1088 xc:"rgba(0,0,0,0.25)" empty.png
convert -size 1088x1088 xc:"rgba(0,0,0,0.5)" empty.png
convert -size 1088x1088 xc:"rgba(0,0,0,1.0)" empty.png