5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 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
Cut down on new instances of ImageReader; close files after reading. More... over 18 years ago
Browser: 1) comments added 2) ImagePlus is no longer a stack, so there's no need to load a bunch of crap before windows come up More... over 18 years ago
CacheManager: 1) getMix() method fixed so that SURROUND_FIRST mode actually works now. 2) added Z_AXIS | T_AXIS CROSS_MODE support. More... over 18 years ago
Fixed "open channels in separate windows" option in ImageJ plugin (for real this time). Fixed dimension ordering bug in ChannelSeparator. More... over 18 years ago
Add default constructor around a new ImageReader. More... over 18 years ago
Fixed native ZVI reader to delegate properly if a POI-related error occurs. More... over 18 years ago
Fixed outstanding bugs in LeicaReader. Also fixed a bug in the import plugin that prevented opening a user-specified range of images with "open in separate windows" checked. More... over 18 years ago
Fixed PICT reader to play nicely with ImageJ. New PICT file works now. More... over 18 years ago
Improved memory usage in POI-based readers. More... over 18 years ago
Add library check for forms-1.0.4.jar; use BoxLayout for exporter plugin. More... over 18 years ago
Close files in PerkinElmer reader. More... over 18 years ago
Add core metadata (SizeX/Y/Z/C/T, IsRGB, etc.) to metadata table window. More... over 18 years ago
Add static getPixelTypeString method for converting from pixel type integer enumeration to string representation. More... over 18 years ago
Default merge to off, split windows to true. More... over 18 years ago
Fix calibration if values are not found. More... over 18 years ago
SDT reader works. More... over 18 years ago
Force Perkin-Elmer files to be ordered numerically rather than lexicographically. More... over 18 years ago
Whitespace. More... over 18 years ago
ZVI files must end in .zvi, because otherwise related OLE-based formats such as OIB are erroneously detected as ZVI from the byte signature. More... over 18 years ago
Tweak documentation. More... over 18 years ago
- Finally added support for 16-bit palette color TIFFs. - End of line spaces. More... over 18 years ago
Fixed option to open channels in separate windows. More... over 18 years ago
Use IFormatReader objects instead of FormatReader objects. More... over 18 years ago
Changed ChannelSeparator and FileStitcher to use new ReaderWrapper class. Fixed resulting compiler error in OMEUpload. More... over 18 years ago
fixed LeicaReader.isThisType(String, boolean) to fail more quickly if the given file is a TIFF, and the corresponding LEI file doesn't exist (this fixes the issue with data/leica/julie/c164_1.tif) More... over 18 years ago
fixed ChannelMerger bug More... over 18 years ago
New ChannelMerger that extends ReaderWrapper. Still has bugs. More... over 18 years ago
Fix Wayne's issue with Bio-Formats and HandleExtraFileTypes; clean up HandleExtraFileTypes more and fix some bugs. More... over 18 years ago
fixed Metamorph bug More... over 18 years ago
Move ZVI and OIB back to "POI readers" section. More... over 18 years ago