Appears to compile fine without --enable-hdri.
Perhaps a #define issue somewhere? Backtracked to r5520 and the issue persists.
Search found 23 matches
- 2011-10-10T15:48:09-07:00
- Forum: Bugs
- Topic: COMPILE: Error?
- Replies: 2
- Views: 6204
- 2011-10-10T15:08:45-07:00
- Forum: Bugs
- Topic: COMPILE: Error?
- Replies: 2
- Views: 6204
COMPILE: Error?
Just noticed that I can't compile off of SVN trunk at the moment under Linux (amd64)
Ideas?
Only configure option was:
Code: Select all
MagickCore/image.c: In function 'IsHighDynamicRangeImage':
MagickCore/image.c:1850:23: error: 'zero' undeclared (first use in this function)
Only configure option was:
Code: Select all
./configure --enable-hdri
- 2011-07-08T08:52:52-07:00
- Forum: Bugs
- Topic: EXR conversion from TIF oddness
- Replies: 16
- Views: 30242
Re: EXR conversion from TIF oddness
Yes, we know GM returns 0 error, but that's because GM does not support the EXR image format. You are instead getting TIFF. Wow. My mind is blown. My sincerest apologies Magick. I cannot believe that GM doesn't issue a warning or output when you attempt to convert to an unsupported image format ...
- 2011-07-07T21:51:29-07:00
- Forum: Bugs
- Topic: EXR conversion from TIF oddness
- Replies: 16
- Views: 30242
Re: EXR conversion from TIF oddness
The problem appears to be ImageMagick is converting the file incorrectly. The EXR is fundamentally incorrect, as tested with Nuke, Blender, and Houdini. So while it is possible that these three applications are displaying the EXR incorrectly, part of me doubts it. Doubly so considering that the ...
- 2011-07-07T16:37:43-07:00
- Forum: Bugs
- Topic: EXR conversion from TIF oddness
- Replies: 16
- Views: 30242
Re: EXR conversion from TIF oddness
I bet you are using display to display them however, yes? The screenshots are from Nuke. Identical results in Blender as well, with the same process. It should be noted that both apply an inverse gamma correction on sRGB spaced images and nothing on linear EXR formats. All formats are corrected on ...
- 2011-07-07T15:29:55-07:00
- Forum: Bugs
- Topic: EXR conversion from TIF oddness
- Replies: 16
- Views: 30242
Re: EXR conversion from TIF oddness
Hmm. convert -colorspace sRGB testchart.tif -colorspace sRGB testchart.exr Is still yielding an image that is too bright. What is the command you are using? It looks now like it has done a double linearization as only applying a gamma of 2.2ish brings the look back into line with the source image ...
- 2011-07-07T00:24:12-07:00
- Forum: Bugs
- Topic: EXR conversion from TIF oddness
- Replies: 16
- Views: 30242
Re: EXR conversion from TIF oddness
It seems entirely odd that one can't get a 1:1 going to a greater bit depth. Something seems wrong. Several other packages manage it. I don't think everything is in order, but I cannot be certain. GM appears to do a transform perfectly, but perhaps it is off too. If it is however, it would seem to ...
- 2011-07-06T12:54:47-07:00
- Forum: Bugs
- Topic: EXR conversion from TIF oddness
- Replies: 16
- Views: 30242
Re: EXR conversion from TIF oddness
Thank you very much.
- 2011-07-06T11:35:48-07:00
- Forum: Bugs
- Topic: EXR conversion from TIF oddness
- Replies: 16
- Views: 30242
Re: EXR conversion from TIF oddness
What I am trying to explain (extremely poorly I'd add ) is that there is no way to get a perfect 1:1 conversion of that testchart.tif. Or if there is, I have yet to discover it.
Setting the input colorspace to sRGB and the output to sRGB is close, but it is not 1:1.
Setting the input colorspace to sRGB and the output to sRGB is close, but it is not 1:1.
- 2011-07-06T08:41:09-07:00
- Forum: Bugs
- Topic: EXR conversion from TIF oddness
- Replies: 16
- Views: 30242
Re: EXR conversion from TIF oddness
Is there a low level constant bug somewhere?
- 2011-07-05T19:22:27-07:00
- Forum: Bugs
- Topic: EXR conversion from TIF oddness
- Replies: 16
- Views: 30242
EXR conversion from TIF oddness
It seems some oddness might be present in the gamma to linear space on EXR conversions. When using a sample image (http://www.belle-nuit.com/testchart.html) via [img]convert%20testchart.tif%20testchart.exr[/img] ImageMagick produces a lighter image it seems, suggesting the linear conversion wasn't ...
- 2011-06-28T17:16:32-07:00
- Forum: Bugs
- Topic: Configure with HDRI and Quantum Depth >16?
- Replies: 18
- Views: 35321
Re: Configure with HDRI and Quantum Depth >16?
Same error. ImageMagick dumps some files, but nothing useful or usable yet.
- 2011-06-28T16:50:04-07:00
- Forum: Bugs
- Topic: Configure with HDRI and Quantum Depth >16?
- Replies: 18
- Views: 35321
Re: Configure with HDRI and Quantum Depth >16?
No precompiled Q32s available. And I can't compile it with both.
Configure doesn't output an error, but when you scroll and look to the --with-quantum-depth, it always reads 16 with HDRI enabled, despite offering up =32 on the configure line.
Configure doesn't output an error, but when you scroll and look to the --with-quantum-depth, it always reads 16 with HDRI enabled, despite offering up =32 on the configure line.
- 2011-06-28T16:42:19-07:00
- Forum: Bugs
- Topic: Configure with HDRI and Quantum Depth >16?
- Replies: 18
- Views: 35321
Re: Configure with HDRI and Quantum Depth >16?
Your image seems to open fine in ImageJ, but is still all black. ImageJ reportedly threw an error about tiled TIFFs. I cannot confirm this, as it wasn't I that conducted the test. It has also been reported that Photoshop handles the TIFFs and reveals the data correctly. In principle, one should be ...
- 2011-06-28T16:31:30-07:00
- Forum: Bugs
- Topic: Configure with HDRI and Quantum Depth >16?
- Replies: 18
- Views: 35321
Re: Configure with HDRI and Quantum Depth >16?
Yes. The image data handled by identify is incorrect. That said, while identify can output information, convert and like tools will not handle the image, at any quantum depth. The image has data saved as a 32 bit greyscale image. Trying to leverage that greyscale data into other areas is the goal ...