Hi,
i encountered another problem using the composite.exe. I tried to combine 2 tiff images in RGB8888 format and the output of the operation is a ARGB8888 image. Is it possible to enforce the creation of a RGB8888 image which includes a alpha channel?
regards,
Mr. J
Search found 4 matches
- 2012-02-01T01:15:42-07:00
- Forum: Users
- Topic: Wrong output when using composite.exe
- Replies: 0
- Views: 3784
- 2012-01-31T02:10:02-07:00
- Forum: Users
- Topic: 32Bit bmp output with composite.exe
- Replies: 3
- Views: 7021
Re: 32Bit bmp output with composite.exe
Found the problem, now it works, thanks for the help.
regards,
Mr. J
regards,
Mr. J
- 2012-01-31T01:37:53-07:00
- Forum: Users
- Topic: 32Bit bmp output with composite.exe
- Replies: 3
- Views: 7021
Re: 32Bit bmp output with composite.exe
The images are 4x8 Bit rgba. How do i add the commands to my existing command line? I tried to use your commands also but i didnt seem to work.
regards,
Mr. J
regards,
Mr. J
- 2012-01-30T07:21:50-07:00
- Forum: Users
- Topic: 32Bit bmp output with composite.exe
- Replies: 3
- Views: 7021
32Bit bmp output with composite.exe
Hi, i encountered a problem using the composite.exe to displace an image in command line mode. I used the following command: composite.exe ImageDistort2.bmp bb05.bmp -displace 2x2 bb05_1.bmp Both input images were 32Bit bitmaps, but the output was only a 24Bit bitmap instead of a 32Bit. My question ...