Enumerations¶
RawType¶
ThumbFormat¶
DemosaicAlgorithm¶
- class rawpy.DemosaicAlgorithm(value)¶
Identifiers for demosaic algorithms.
- AAHD = 12¶
- AFD = 6¶
- AHD = 3¶
- AMAZE = 10¶
- DCB = 4¶
- DHT = 11¶
- LINEAR = 0¶
- LMMSE = 9¶
- MODIFIED_AHD = 5¶
- PPG = 2¶
- VCD = 7¶
- VCD_MODIFIED_AHD = 8¶
- VNG = 1¶
- checkSupported(self)¶
Like
isSupported
but raises an exception for the False case.
- property isSupported¶
Return True if the demosaic algorithm is supported, False if it is not, and None if the support status is unknown. The latter is returned if LibRaw < 0.15.4 is used or if it was compiled without cmake.
The necessary information is read from the libraw_config.h header which is only written with cmake builds >= 0.15.4.