> I can get a pfm file successfully by ImageMagic from another image
> format. But somthing different paramether in pfm file. '1'.  I don't
> know what does this 1 means. But output image all black. How can I
> correct this problem?

The binary data section of a PFM can be either little-endian (denoted by
a negative scale factor), or big-endian (denoted by a positive scale
factor).  When last I checked, darktable's pfm parsing code doesn't
support big-endian pfms -- it unconditionally parses them as
little-endian.

I've planning to write a patch for that for several months (I have a
renderer that only outputs big-endian pfms), but never quite got around
to it.

Taahir Ahmed

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to