Below are the attempts that I tried that didn't work
Code: Select all
mogrify -crop 200x100+238+200 test.exr -colorspace Y
Code: Select all
mogrify -crop 200x100+238+200 test.exr -channel Y
Code: Select all
mogrify -crop 200x100+238+200 test.exr -separate
I am on Ubuntu 16.04 and my version of ImageMagick is 6.9.6-4 Q32 x86_64.
How can I make ImageMagick to save my EXR file with the original single channel 32 bit format?