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

MJ2 files not using OPENJPEG API correctly #53

Closed
gcode-importer opened this issue Dec 28, 2010 · 1 comment
Closed

MJ2 files not using OPENJPEG API correctly #53

gcode-importer opened this issue Dec 28, 2010 · 1 comment
Assignees
Labels
bug Priority-Low removed_components Issues that affect MJ2, JPWL or JP3D wontfix

Comments

@gcode-importer
Copy link

Originally reported on Google Code with ID 53

MJ2 files are not using the API correctly. 

mj2.{c,h} are outside the library but use internal functions and data structures.

Same problem with frames_to_mj2, mj2_to_frames, extract_j2k_from_mj2, wrap_j2k_in_mj2.

Before changing these files so that they use only external functions and structures,
a decision has to be made so as to include or not the mj2.{c,h} files in libopenjpeg.


The presence of jp2.{h,c} in libopenjpeg tends to consider as consistent to include
mj2.{c,h} also (or to exclude jp2.{c,h}, as in kakadu).


Reported by detonin on 2010-12-28 21:37:24

@gcode-importer
Copy link
Author

Reported by malaterre on 2014-02-25 15:22:43

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Priority-Low removed_components Issues that affect MJ2, JPWL or JP3D wontfix
Projects
None yet
Development

No branches or pull requests

3 participants