Search found 3 matches

by jasjuang
2016-12-17T16:45:07-07:00
Forum: Users
Topic: How to save single channel EXR images with ImageMagick
Replies: 4
Views: 3150

Re: How to save single channel EXR images with ImageMagick

@fmw42 I just tried your new command and it works! I think -define exr:color-type=Y does it. Thanks a lot for your help
by jasjuang
2016-12-16T09:49:10-07:00
Forum: Users
Topic: How to save single channel EXR images with ImageMagick
Replies: 4
Views: 3150

Re: How to save single channel EXR images with ImageMagick

@fmw I ran your command and it still saves it as 3 channel image.
by jasjuang
2016-12-15T23:10:08-07:00
Forum: Users
Topic: How to save single channel EXR images with ImageMagick
Replies: 4
Views: 3150

How to save single channel EXR images with ImageMagick

I have a 32 bit single channel EXR image that I want to crop using ImageMagick, the problem is after I crop it it got saved into 32 bit 3 channel image by ImageMagick. Below are the attempts that I tried that didn't work mogrify -crop 200x100+238+200 test.exr -colorspace Y This returns error mogrify ...