Darker output when combining multiple images
Posted: 2014-05-07T12:49:50-07:00
Hello, I'm trying to combine 3 DDS images into a new DDS image's RGB channels. When I do this in both Photoshop (CS5) and using ImageMagick (6.8.8-5 Q16 x64), the IM results are slightly darker than the PS results. You can download the DDS files I reference below here.
The ImageMagick command I'm using is:
convert test.dds test.dds test.dds -channel RGB -combine -define dds:compression=none ouput.dds
See imagemagick_output.dds for how it looks.
In Photoshop, I open test.dds, select the RGB channels, copy them using Ctrl + C, create a new image (RGB 8 bit, Background Color of black), select the Red channel only in the new image, then paste. This pastes a combined, grayscaled version of test.dds into the Red channel of the new image. I do this for the G and B channels as well. See photoshop_output.dds for an example of how it looks.
When I compare the two DDS files (in Photoshop), the image created by IM is different from the one I created using PS. Is there a reason for this? What am I doing wrong?
The ImageMagick command I'm using is:
convert test.dds test.dds test.dds -channel RGB -combine -define dds:compression=none ouput.dds
See imagemagick_output.dds for how it looks.
In Photoshop, I open test.dds, select the RGB channels, copy them using Ctrl + C, create a new image (RGB 8 bit, Background Color of black), select the Red channel only in the new image, then paste. This pastes a combined, grayscaled version of test.dds into the Red channel of the new image. I do this for the G and B channels as well. See photoshop_output.dds for an example of how it looks.
When I compare the two DDS files (in Photoshop), the image created by IM is different from the one I created using PS. Is there a reason for this? What am I doing wrong?