Skip to content
New issue

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

Maximum bit depth supported by the OpenJPEG implementation of JP3D #9

Closed
gcode-importer opened this issue Oct 7, 2009 · 3 comments
Closed
Assignees
Labels

Comments

@gcode-importer
Copy link

Originally reported on Google Code with ID 9

http://groups.google.com/group/openjpeg/browse_thread/thread/f1d6068fd5dd5058

Hello,

Could some one shed light on the maximum bit depth supported by the
OpenJPEG implementation of JP3D ?

I've been able to successfully compress SHORT and CHAR images.

However INT images (even those with a bpp <= 31) (I've tried 30 and
31) seem to segfault. FLOAT  segfaults as well.

Thanks
-- 
karthik

------------------
Here is the stacktrace:

Program received signal SIGSEGV, Segmentation fault.
0x00002b7c8165e9ff in t1_encode_cblks (t1=0x2b7cd5e98010,
tile=0x60b710, tcp=0x60a2c0)
    at /home/karthik/OpenJPEG/src/trunk/jp3d/libjp3dvm/t1.c:1008
1008                                            t1->data[k][j][i] =
(gdb) bt
#0  0x00002b7c8165e9ff in t1_encode_cblks (t1=0x2b7cd5e98010,
tile=0x60b710, tcp=0x60a2c0)
    at /home/karthik/OpenJPEG/src/trunk/jp3d/libjp3dvm/t1.c:1008
#1  0x00002b7c8166fffa in tcd_encode_tile (tcd=0x60b680, tileno=0,
dest=0x2b7c9a39c087 "", len=398458759,
    volume_info=0x60a200) at /home/karthik/OpenJPEG/src/trunk/jp3d/
libjp3dvm/tcd.c:1513
#2  0x00002b7c81652399 in j3d_write_sod (j3d=0x60a0e0,
tile_coder=0x60b680)
    at /home/karthik/OpenJPEG/src/trunk/jp3d/libjp3dvm/jp3d.c:1409
#3  0x00002b7c81655eb8 in j3d_encode (j3d=0x60a0e0, cio=0x60b300,
volume=0x60a010,
    index=0x7fff29683b70 "/home/karthik/Data/JPEG2000/JP3D/Cardiac/Int/
Compressed/Cardiac-INT-LE.Idx")
    at /home/karthik/OpenJPEG/src/trunk/jp3d/libjp3dvm/jp3d.c:2303
#4  0x00002b7c81657d4c in opj_encode (cinfo=0x60a0b0, cio=0x60b300,
volume=0x60a010,
    index=0x7fff29683b70 "/home/karthik/Data/JPEG2000/JP3D/Cardiac/Int/
Compressed/Cardiac-INT-LE.Idx")
    at /home/karthik/OpenJPEG/src/trunk/jp3d/libjp3dvm/openjpeg.c:200
#5  0x0000000000403dd3 in main (argc=11, argv=0x7fff29683dc8)
    at /home/karthik/OpenJPEG/src/trunk/jp3d/codec/volume_to_jp3d.c:
861 

Reported by malaterre on 2009-10-07 08:45:31

@gcode-importer
Copy link
Author

Reported by malaterre on 2014-02-24 17:12:41

  • Labels added: Priority-Low
  • Labels removed: Priority-Medium

@gcode-importer
Copy link
Author

Reported by malaterre on 2014-02-25 15:23:42

  • Labels added: Milestone-openjpeg3d

@gcode-importer
Copy link
Author

Reported by malaterre on 2014-02-25 15:42:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants