Skip to content

Instantly share code, notes, and snippets.

@bitsgalore
Last active July 3, 2019 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitsgalore/dc387a6af828db7ad45cdea85b28bfc2 to your computer and use it in GitHub Desktop.
Save bitsgalore/dc387a6af828db7ad45cdea85b28bfc2 to your computer and use it in GitHub Desktop.
Example jpylyzer 2 output file, using --format j2c
<?xml version='1.0' encoding='UTF-8'?>
<jpylyzer xmlns="http://openpreservation.org/ns/jpylyzer/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openpreservation.org/ns/jpylyzer/ http://jpylyzer.openpreservation.org/jpylyzer-v-2-0.xsd">
<toolInfo>
<toolName>jpylyzer</toolName>
<toolVersion>2.0.0a1</toolVersion>
</toolInfo>
<file>
<fileInfo>
<fileName>is_codestream.j2c</fileName>
<filePath>/home/johan/test/is_codestream.j2c</filePath>
<fileSizeInBytes>628385</fileSizeInBytes>
<fileLastModified>Wed Dec 2 08:28:52 2015</fileLastModified>
</fileInfo>
<statusInfo>
<success>True</success>
</statusInfo>
<isValid format="j2c">True</isValid>
<tests/>
<properties>
<siz>
<lsiz>47</lsiz>
<rsiz>ISO/IEC 15444-1</rsiz>
<xsiz>2717</xsiz>
<ysiz>3701</ysiz>
<xOsiz>0</xOsiz>
<yOsiz>0</yOsiz>
<xTsiz>2717</xTsiz>
<yTsiz>3701</yTsiz>
<xTOsiz>0</xTOsiz>
<yTOsiz>0</yTOsiz>
<numberOfTiles>1</numberOfTiles>
<csiz>3</csiz>
<ssizSign>unsigned</ssizSign>
<ssizDepth>8</ssizDepth>
<xRsiz>1</xRsiz>
<yRsiz>1</yRsiz>
<ssizSign>unsigned</ssizSign>
<ssizDepth>8</ssizDepth>
<xRsiz>1</xRsiz>
<yRsiz>1</yRsiz>
<ssizSign>unsigned</ssizSign>
<ssizDepth>8</ssizDepth>
<xRsiz>1</xRsiz>
<yRsiz>1</yRsiz>
</siz>
<cod>
<lcod>12</lcod>
<precincts>no</precincts>
<sop>no</sop>
<eph>no</eph>
<order>LRCP</order>
<layers>1</layers>
<multipleComponentTransformation>yes</multipleComponentTransformation>
<levels>5</levels>
<codeBlockWidth>64</codeBlockWidth>
<codeBlockHeight>64</codeBlockHeight>
<codingBypass>no</codingBypass>
<resetOnBoundaries>no</resetOnBoundaries>
<termOnEachPass>no</termOnEachPass>
<vertCausalContext>no</vertCausalContext>
<predTermination>no</predTermination>
<segmentationSymbols>no</segmentationSymbols>
<transformation>9-7 irreversible</transformation>
</cod>
<qcd>
<lqcd>35</lqcd>
<qStyle>scalar expounded</qStyle>
<guardBits>1</guardBits>
<mu>1822</mu>
<epsilon>14</epsilon>
<mu>1770</mu>
<epsilon>14</epsilon>
<mu>1770</mu>
<epsilon>14</epsilon>
<mu>1724</mu>
<epsilon>14</epsilon>
<mu>1792</mu>
<epsilon>13</epsilon>
</qcd>
<com>
<lcom>15</lcom>
<rcom>ISO/IEC 8859-15 (Latin)</rcom>
<comment>Kakadu-v7.1</comment>
</com>
<com>
<lcom>92</lcom>
<rcom>ISO/IEC 8859-15 (Latin)</rcom>
<comment>Kdu-Layer-Info: log_2{Delta-D(squared-error)/Delta-L(bytes)}, L(bytes)
-22.3, 6.3e+005
</comment>
</com>
<tileParts>
<tilePart>
<sot>
<lsot>10</lsot>
<isot>0</isot>
<psot>628170</psot>
<tpsot>0</tpsot>
<tnsot>1</tnsot>
</sot>
</tilePart>
</tileParts>
</properties>
</file>
</jpylyzer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment