Search found 23 matches

by troy_s
2011-10-10T15:48:09-07:00
Forum: Bugs
Topic: COMPILE: Error?
Replies: 2
Views: 6175

Re: COMPILE: Error?

Appears to compile fine without --enable-hdri.

Perhaps a #define issue somewhere? Backtracked to r5520 and the issue persists.
by troy_s
2011-10-10T15:08:45-07:00
Forum: Bugs
Topic: COMPILE: Error?
Replies: 2
Views: 6175

COMPILE: Error?

Just noticed that I can't compile off of SVN trunk at the moment under Linux (amd64)

Code: Select all

MagickCore/image.c: In function 'IsHighDynamicRangeImage':
MagickCore/image.c:1850:23: error: 'zero' undeclared (first use in this function)
Ideas?

Only configure option was:

Code: Select all

./configure --enable-hdri
by troy_s
2011-07-08T08:52:52-07:00
Forum: Bugs
Topic: EXR conversion from TIF oddness
Replies: 16
Views: 30006

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. Ri...
by troy_s
2011-07-07T21:51:29-07:00
Forum: Bugs
Topic: EXR conversion from TIF oddness
Replies: 16
Views: 30006

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 conv...
by troy_s
2011-07-07T16:37:43-07:00
Forum: Bugs
Topic: EXR conversion from TIF oddness
Replies: 16
Views: 30006

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 o...
by troy_s
2011-07-07T15:29:55-07:00
Forum: Bugs
Topic: EXR conversion from TIF oddness
Replies: 16
Views: 30006

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? h...
by troy_s
2011-07-07T00:24:12-07:00
Forum: Bugs
Topic: EXR conversion from TIF oddness
Replies: 16
Views: 30006

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 b...
by troy_s
2011-07-06T12:54:47-07:00
Forum: Bugs
Topic: EXR conversion from TIF oddness
Replies: 16
Views: 30006

Re: EXR conversion from TIF oddness

Thank you very much.
by troy_s
2011-07-06T11:35:48-07:00
Forum: Bugs
Topic: EXR conversion from TIF oddness
Replies: 16
Views: 30006

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.
by troy_s
2011-07-06T08:41:09-07:00
Forum: Bugs
Topic: EXR conversion from TIF oddness
Replies: 16
Views: 30006

Re: EXR conversion from TIF oddness

Is there a low level constant bug somewhere?
by troy_s
2011-07-05T19:22:27-07:00
Forum: Bugs
Topic: EXR conversion from TIF oddness
Replies: 16
Views: 30006

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 c...
by troy_s
2011-06-28T17:16:32-07:00
Forum: Bugs
Topic: Configure with HDRI and Quantum Depth >16?
Replies: 18
Views: 34932

Re: Configure with HDRI and Quantum Depth >16?

Same error. ImageMagick dumps some files, but nothing useful or usable yet.
by troy_s
2011-06-28T16:50:04-07:00
Forum: Bugs
Topic: Configure with HDRI and Quantum Depth >16?
Replies: 18
Views: 34932

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.
by troy_s
2011-06-28T16:42:19-07:00
Forum: Bugs
Topic: Configure with HDRI and Quantum Depth >16?
Replies: 18
Views: 34932

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 ...
by troy_s
2011-06-28T16:31:30-07:00
Forum: Bugs
Topic: Configure with HDRI and Quantum Depth >16?
Replies: 18
Views: 34932

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. I...