Image file format python script (see #705) #707
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As discussed in #705 I created the python script to read different image file formats and access their metadata.
The script is formatted similar to other python activities.
The script includes:
The script does not include:
I realized that for ImageJ there are two activities. One for open and inspect images and one for saving. The question is, if I should split the script to meet this configuration or if I should leave it like that and maybe just reference the script twice on the module page.
I also updated the _module folder to have the python script integrated in the activity drop down menu.
I hope I didn't forget anything. Otherwise please tell me and I can add/change things.