32Bit bmp output with composite.exe
Posted: 2012-01-30T07:21:50-07:00
Hi,
i encountered a problem using the composite.exe to displace an image in command line mode.
I used the following command:
Both input images were 32Bit bitmaps, but the output was only a 24Bit bitmap instead of a 32Bit. My question is now if its possible to get a 32Bit output image and if its possible how is this archieved?
regards,
Mr. J
i encountered a problem using the composite.exe to displace an image in command line mode.
I used the following command:
Code: Select all
composite.exe ImageDistort2.bmp bb05.bmp -displace 2x2 bb05_1.bmp
regards,
Mr. J