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

Extend precompressed support to read DICOM and write TIFF/OME-TIFF #4190

Merged
merged 14 commits into from
Aug 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Turn down log level for saveCompressedBytes logging
melissalinkert committed Aug 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f6a0c75fd88e54efa3ba98c601194ff589ee34ab
Original file line number Diff line number Diff line change
@@ -176,7 +176,7 @@ public void saveCompressedBytes(int no, byte[] buf, int x, int y, int w, int h)
"Sequential tile writing must be enabled to write precompressed tiles");
}

LOGGER.warn("saveCompressedBytes(series={}, resolution={}, no={}, x={}, y={})",
LOGGER.debug("saveCompressedBytes(series={}, resolution={}, no={}, x={}, y={})",
series, resolution, no, x, y);

IFD ifd = makeIFD();