montage 32-bit png but get 24-bit output
Posted: 2012-05-15T07:57:37-07:00
any parameter to get 32-bit output, i use -quality 100, but the output is 24-bit and little bit blur(affects some small font, make it hard to read),
I want to avoid the processing of the image, and just direct stream copy, as what it is original as possible
my command,
montage.exe A[1-17].png B[1-17].png ---UNTIL--- Q[1-17].png -tile 17 -geometry -10-10 -quality 100 out.png
single process of one single 32-bit png although the output is 24-bit, but it doesn't get blur, weird and puzzled
montage.exe K17.png -tile 1 -geometry -10-10 -quality 100 K17_out-t1-q100-g-10-10.png
thanks
I want to avoid the processing of the image, and just direct stream copy, as what it is original as possible
my command,
montage.exe A[1-17].png B[1-17].png ---UNTIL--- Q[1-17].png -tile 17 -geometry -10-10 -quality 100 out.png
single process of one single 32-bit png although the output is 24-bit, but it doesn't get blur, weird and puzzled
montage.exe K17.png -tile 1 -geometry -10-10 -quality 100 K17_out-t1-q100-g-10-10.png
thanks