5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Apr 26, 2024 — Apr 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename poi-current.jar to poi-loci.jar, for clarity. More... over 18 years ago
On-the-fly Look & Feel changes; fix some layout bugs More... over 18 years ago
Use cheesy logic to switch look and feel to the "system" L&F just before showing file chooser, then switch it back afterwards, to make the Swing file chooser match ImageJ's AWT file chooser, to the extent possible. More... over 18 years ago
Fix bug with image viewer when isRGB == true. More... over 18 years ago
Use @year@ tag for shell scripts. More... over 18 years ago
Clean up method ordering and section labels. More... over 18 years ago
Whitespace. More... over 18 years ago
fixed each reader to populate MetadataStore's PixelSize fields More... over 18 years ago
tweaked EPSReader.openBytes for efficiency More... over 18 years ago
- fixed a bug in RandomAccessStream - removed LegacyGIFReader - fixed IPW bug - changed all readers to populate an int array instead of overriding getPixelType More... over 18 years ago
Read in more SDT metadata; more efficient openBytes method. More... over 18 years ago
Change report of RGB status: if merge flag is set, append "(merged)" or if separate flag is set, append "(separated)" otherwise append nothing (default). More... over 18 years ago
updated todo list More... over 18 years ago
added support for PerkinElmer Ultraview files More... over 18 years ago
removed old OLE parsing classes More... over 18 years ago
- changed OIBReader to use POI - tweaked RandomAccessStream to support "stream extension"; basically this means that we can concatenate a given number of zeroes to the end of the stream More... over 18 years ago
New features: * openBytes() method which supports pre-allocated byte arrays to reduce memory allocation * getPixelType() method to retrieve pixel type information about an image * getChannelGlobalMinimum() and getChannelGlobalMaximum() methods to retrieve or calculate channel min/max values from the image More... over 18 years ago
removed boolean parameter from getZCTCoords and getIndex More... over 18 years ago
- added API method "void swapDimensions(String, String)" to FormatReader - fixed initialization bug in LeicaReader More... over 18 years ago
added logic to LIFReader to check the physical orientation of each series, and adjust the dimensions accordingly More... over 18 years ago
Fix copyright notices for Greg's freeform classes. More... over 18 years ago
Whitespace. More... over 18 years ago
Update hack for handling both "XZ" case and (theoretical) "YZ" case. More... over 18 years ago
The getMetadataValue and getMetadata methods should call initFile if the current ID has changed; otherwise these methods will likely use the wrong delegate reader to extract the metadata. More... over 18 years ago
Handle weird case where height is missing (DimID == 2), but instead seems to appear as DimID == 3 for some reason. More... over 18 years ago
Simple utility for pretty printing XML (does not handle CDATA properly). More... over 18 years ago
Add a check for existing width, height and bps tags for each series. More... over 18 years ago
* updated ZVI reader to use patched POI jar * fixed minor bugs in FormatReader More... over 18 years ago
recompiled with explicit "-target 1.4 -source 1.4" More... over 18 years ago
added patched POI jar More... over 18 years ago