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

Improve support for region of interest #39

Open
GoogleCodeExporter opened this issue Jul 18, 2015 · 6 comments
Open

Improve support for region of interest #39

GoogleCodeExporter opened this issue Jul 18, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

It would be very useful to be able to specify a rectangular region of interest 
to be extracted when using j2k_to_image. This is especially useful when working 
with very large images where only small portions of the images are needed.

Original issue reported on code.google.com by keith.hu...@gmail.com on 15 Sep 2010 at 7:44

@GoogleCodeExporter
Copy link
Author

Original comment by mathieu.malaterre on 29 May 2012 at 1:31

  • Added labels: Milestone-Release2.0

@GoogleCodeExporter
Copy link
Author

Original comment by mathieu.malaterre on 25 Feb 2014 at 2:20

  • Changed title: Support for region of interest specification in opj_decompress
  • Added labels: Priority-Low
  • Removed labels: Milestone-Release2.0, Priority-Medium

@GoogleCodeExporter
Copy link
Author

Original comment by mathieu.malaterre on 25 Feb 2014 at 3:42

@GoogleCodeExporter
Copy link
Author

$ opj_decompress -h
[...]
  -d <x0,y0,x1,y1>
    OPTIONAL
    Decoding area
    By default all the image is decoded.

Original comment by mathieu.malaterre on 4 Mar 2014 at 2:50

  • Changed state: Fixed
  • Added labels: Milestone-Release2.1

@GoogleCodeExporter
Copy link
Author

The decode area didn't take into account the case where the file is not tiled.
In this case all the image is decoded and only the decoded area is written in 
the output file.

Original comment by savmick...@gmail.com on 6 Mar 2014 at 11:39

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Reformulating OP request. OpenJPEG should provide a low level functionality to 
decode only portion of the image based on precinct (case image is single tiled 
for example). Until issue 94 is solved, this cannot be fixed.

Original comment by mathieu.malaterre on 6 Mar 2014 at 11:50

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

No branches or pull requests

1 participant