Ticket #401 (closed task: fixed)
Opened 2009-05-26T16:14:06-05:00
Last modified 2010-07-13T17:02:06-05:00
Split TiffTools into multiple utility classes
Reported by: | curtis | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | bio-formats | Severity: | non-issue |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The TiffTools class has grown very large, and contains functionality for both reading and writing TIFFs. For the next release, we can modularize a bit more by splitting out the input-specific logic into a new TiffInputTools class, and the output-specific logic into a new TiffOutputTools class. Any more general or miscellaneous TIFF logic can stay in TiffTools.
This work has been completed, with logic split into several classes in a new loci.formats.tiff package.