Package: libopenraw / 0.0.8-2

Metadata

Package Version Patches format
libopenraw 0.0.8-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix_typos.patch | (download)

lib/mrwfile.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
02 fix_support_for_ORF_and_PEF.patch | (download)

README | 5 3 + 2 - 0 !
include/libopenraw/consts.h | 5 3 + 2 - 0 !
lib/orffile.cpp | 33 29 + 4 - 0 !
lib/peffile.cpp | 20 10 + 10 - 0 !
lib/rawfile.cpp | 7 6 + 1 - 0 !
testsuite/testsuite.xml | 36 36 + 0 - 0 !
6 files changed, 87 insertions(+), 19 deletions(-)

 support (partially) pef from pentax k20d.
 Detect that ORF file are compressed if they are. (Closes #26618)
 Skip compressed CFA when rendering the image. (Closes #25464)