Search found 4 matches
- 2018-08-08T17:06:53-07:00
- Forum: Bugs
- Topic: Possible EXR conversion issues on macOS
- Replies: 7
- Views: 9810
Re: Possible EXR conversion issues on macOS
It will happily make files with extension ".exr", but they won't contain exr-format data. Ah hah! Yes- totally explains it. I wasn't aware of this particular behavior. Thanks so much. Building a fresh version now... for some reason I naively expected it to grab the other delegates at run-time ...
- 2018-08-08T13:14:49-07:00
- Forum: Bugs
- Topic: Possible EXR conversion issues on macOS
- Replies: 7
- Views: 9810
Re: Possible EXR conversion issues on macOS
photon:Downloads$ magick --version Version: ImageMagick 7.0.8-9 Q16 x86_64 2018-08-08 https://www.imagemagick.org Copyright: © 1999-2018 ImageMagick Studio LLC License: https://www.imagemagick.org/script/license.php Features: Cipher DPC HDRI Modules Delegates (built-in): bzlib freetype jng jpeg ...
- 2018-08-08T12:04:49-07:00
- Forum: Bugs
- Topic: Possible EXR conversion issues on macOS
- Replies: 7
- Views: 9810
Re: Possible EXR conversion issues on macOS
The addition of piz compression is mentioned here on the forum from a long time ago https://www.imagemagick.org/discourse-server/viewtopic.php?t=14540 This might clear things up: photon:Desktop$ convert -list compress B44 B44A BZip DXT1 DXT3 DXT5 Fax Group4 JBIG1 JBIG2 JPEG JPEG2000 Lossless ...
- 2018-08-04T12:41:08-07:00
- Forum: Bugs
- Topic: Possible EXR conversion issues on macOS
- Replies: 7
- Views: 9810
Possible EXR conversion issues on macOS
Greetings- I have a few .hdr images I need to convert into .exr. Easy peasy. Doing manual conversion w/ Photoshop CC I get useable/openable images. These images are compressed without an alpha channel and using the standard wavelet compression for OpenEXR. When I convert with ImageMagick 7.0.8-8 Q16 ...