We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally reported on Google Code with ID 123
I cannot get openjpip server to serve an image: $ ./j2k_dump -i t9.jp2 [INFO] Verbose mode = OFF => no other info/warning output. Image info { x0=0, y0=0 x1=46000, y1=32914 numcomps=3 component 0 { dx=1, dy=1 prec=8 sgnd=0 } component 1 { dx=1, dy=1 prec=8 sgnd=0 } component 2 { dx=1, dy=1 prec=8 sgnd=0 } } Codestream info from main header: { tx0=0, ty0=0 tdx=640, tdy=480 tw=72, th=69 default tile { csty=0 prg=0x2 numlayers=1 mct=1 comp 0 { csty=0 numresolutions=6 cblkw=2^6 cblkh=2^6 cblksty=0 qmfbid=0 preccintsize (w,h)=(15,15) (15,15) (15,15) (15,15) (15,15) (15,15) qntsty=2 numgbits=1 stepsizes (m,e)=(1822,14) (1770,14) (1770,14) (1724,14) (1792,13) (1792,13) (1762,13) (1868,12) (1868,12) (1892,12) (3,10) (3,10) (69,10) (2002,10) (2002,10) (1889,10) roishift=0 } comp 1 { csty=0 numresolutions=6 cblkw=2^6 cblkh=2^6 cblksty=0 qmfbid=0 preccintsize (w,h)=(15,15) (15,15) (15,15) (15,15) (15,15) (15,15) qntsty=2 numgbits=1 stepsizes (m,e)=(1822,14) (1770,14) (1770,14) (1724,14) (1792,13) (1792,13) (1762,13) (1868,12) (1868,12) (1892,12) (3,10) (3,10) (69,10) (2002,10) (2002,10) (1889,10) roishift=0 } comp 2 { csty=0 numresolutions=6 cblkw=2^6 cblkh=2^6 cblksty=0 qmfbid=0 preccintsize (w,h)=(15,15) (15,15) (15,15) (15,15) (15,15) (15,15) qntsty=2 numgbits=1 stepsizes (m,e)=(1822,14) (1770,14) (1770,14) (1724,14) (1792,13) (1792,13) (1762,13) (1868,12) (1868,12) (1892,12) (3,10) (3,10) (69,10) (2002,10) (2002,10) (1889,10) roishift=0 } } } Codestream index from main header: { Main header start position=111 Main header end position=323 Marker list: { type=0xff4f, pos=111, len=2 type=0xff51, pos=113, len=49 type=0xff52, pos=162, len=14 type=0xff5c, pos=176, len=37 type=0xff64, pos=213, len=19 type=0xff64, pos=232, len=91 } }
Reported by malaterre on 2012-02-16 18:54:28
The text was updated successfully, but these errors were encountered:
Looks like openjpip requires something very particular. Eg: $ kdu_compress -i 16.tif -o 16.jp2 Creversible=yes Corder=RPCL Stiles="{480,640}" ORGgen_plt=yes ORGtparts=R leads to openjpip segfault
Reported by malaterre on 2012-02-16 21:21:58
Sorry, something went wrong.
I can't get openjpip release 1.0 to serve either 16.jp2 or copenhague1.jp2 using a openjpip 1.5 client
Reported by malaterre on 2012-02-16 21:40:10
openjpip requires valid JPIP files (cidx/fidx superbox): http://code.google.com/p/openjpeg/wiki/JPIP#JP2_encoding_instructions
Reported by malaterre on 2012-05-21 14:11:56
Invalid
Reported by malaterre on 2012-05-29 15:13:47
malaterre
No branches or pull requests
Originally reported on Google Code with ID 123
Reported by malaterre on 2012-02-16 18:54:28
The text was updated successfully, but these errors were encountered: