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

czinspect: extract specific tiles from a .czi file #9

Open
sysvinit opened this issue Jul 29, 2018 · 1 comment
Open

czinspect: extract specific tiles from a .czi file #9

sysvinit opened this issue Jul 29, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@sysvinit
Copy link
Collaborator

There are potential use cases where extracting only a few specific tiles from a .czi file would be desirable, such as inspecting image regions which cross tile edges. An external tool could examine dumped metadata (see #4), calculate the required tiles and then execute czinspect to extract only those tiles.

@sysvinit sysvinit added the enhancement New feature or request label Jul 29, 2018
@sysvinit sysvinit self-assigned this Jul 29, 2018
@magnostherobot
Copy link
Owner

If the regions requested are not entire tiles, JxrDecApp can extract specific regions of JPEG-XR files: from JxrDecApp --help:

 -r top left height width     Specifies the rectangle for region decode

This may shorten processing time (currently this cropping is done after conversion of entire tiles by get_region), but will complicate the logic somewhat.

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

No branches or pull requests

2 participants