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

Closed
gcode-importer opened this issue Sep 15, 2010 · 8 comments
Closed

Improve support for region of interest #39

gcode-importer opened this issue Sep 15, 2010 · 8 comments
Assignees

Comments

@gcode-importer
Copy link

Originally reported on Google Code with ID 39

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.

Reported by keith.hughitt on 2010-09-15 07:44:48

@gcode-importer
Copy link
Author

Reported by malaterre on 2012-05-29 13:31:38

  • Labels added: Milestone-Release2.0

@gcode-importer
Copy link
Author

Reported by malaterre on 2014-02-25 14:20:44

  • Labels added: Priority-Low
  • Labels removed: Priority-Medium, Milestone-Release2.0

@gcode-importer
Copy link
Author

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

@gcode-importer
Copy link
Author

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

Reported by malaterre on 2014-03-04 14:50:51

  • Status changed: Fixed
  • Labels added: Milestone-Release2.1

@gcode-importer
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.

Reported by savmickael on 2014-03-06 11:39:31

  • Status changed: Accepted

@gcode-importer
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.

Reported by malaterre on 2014-03-06 11:50:49

@rouault
Copy link
Collaborator

rouault commented Sep 2, 2017

This is addressed by PR #1010

@rouault
Copy link
Collaborator

rouault commented Sep 5, 2017

Now solved with PR #1010 merged

@rouault rouault closed this as completed Sep 5, 2017
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

2 participants