xinxinlx / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

Check crc32 on JP2 decoded tiff file #305

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need to check that crc32 on tiff files were ok.

Original issue reported on code.google.com by mathieu.malaterre on 24 Mar 2014 at 2:41

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.malaterre on 24 Mar 2014 at 4:36

GoogleCodeExporter commented 9 years ago
We have on one side (svn):

$ crc32 jp2_*.tif
3dec37c2    jp2_1.tif
2a695e86    jp2_2.tif
634a30b9    jp2_3.tif
32e53f1b    jp2_4.tif
a325fe26    jp2_5.tif
0e3333cb    jp2_6.tif
b7557d3d    jp2_7.tif
a99525d2    jp2_8.tif
82d7331a    jp2_9.tif

Original comment by mathieu.malaterre on 24 Mar 2014 at 4:37

GoogleCodeExporter commented 9 years ago
while:

$ crc32 /tmp/test_streams/conformance/reference_jp2/file?-ref-out.tif 
3dec37c2    /tmp/test_streams/conformance/reference_jp2/file1-ref-out.tif
2a695e86    /tmp/test_streams/conformance/reference_jp2/file2-ref-out.tif
634a30b9    /tmp/test_streams/conformance/reference_jp2/file3-ref-out.tif
32e53f1b    /tmp/test_streams/conformance/reference_jp2/file4-ref-out.tif
f76eb229    /tmp/test_streams/conformance/reference_jp2/file5-ref-out.tif
0e3333cb    /tmp/test_streams/conformance/reference_jp2/file6-ref-out.tif
b7557d3d    /tmp/test_streams/conformance/reference_jp2/file7-ref-out.tif
a99525d2    /tmp/test_streams/conformance/reference_jp2/file8-ref-out.tif
82d7331a    /tmp/test_streams/conformance/reference_jp2/file9-ref-out.tif

Original comment by mathieu.malaterre on 24 Mar 2014 at 4:38

GoogleCodeExporter commented 9 years ago
I decided to pick the file5 from antonin test_stream since it better match what 
kakadu was producing as output.

Original comment by mathieu.malaterre on 24 Mar 2014 at 4:48

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2779.

Original comment by mathieu.malaterre on 24 Mar 2014 at 4:49