5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 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
Pad thumbnails to 128x128 by default. More... over 18 years ago
Fixed bugs in thumbnail creation. More... over 18 years ago
Comment out calls to getChannelGlobal methods for now. More... over 18 years ago
Tweaks. More... over 18 years ago
Fix bug in global minimum and maximum assignment. More... over 18 years ago
Support for canceled flag with HandleExtraFileTypes to detect if user clicks the Cancel button in the Bio-Formats options dialog. More... over 18 years ago
Little utility for combining TIFFs (workaround for WiscScan bug + crash). More... over 18 years ago
- Removed getChannelGlobalMinimum and getChannelGlobalMaximum from LeicaReader. May add these again at a later date, but at the moment I'm not happy with them; the min and max given in the metadata aren't always accurate. - Added logic to import plugin that converts 48+ bit RGB images to 24-bit RGB. Will try to use the autoscale methods in ImageTools, but defaults to using ImageJ's merging utility. More... over 18 years ago
Fixed a critical bug in ZeissZVIReader. More... over 18 years ago
- Removed autoscaling logic from ChannelMerger. - Moved scanData method from FormatReader to ImageTools, and changed the signature to accept a byte array instead of an IFormatReader. - Expanded CFA support in TiffTools (still broken) - ignore this change. More... over 18 years ago
- Override getChannelGlobalMinimum and getChannelGlobalMaximum where appropriate - Fixed bugs in LSM reader - Forced multi-file monstrosities to use a separate reader for each image file. - Added "support" for 32-bit BMP files (strips out alpha channel). More... over 18 years ago
Eliminate jikes warnings; whitespace. More... over 18 years ago
No need to catch FormatException upon FileStitcher construction anymore. More... over 18 years ago
Fix separate reader per file option. More... over 18 years ago
Remove needless FormatException from ReaderWrapper and subclass constructors. Update ImageViewer to create one ChannelMerger/FileStitcher up front instead of constructing new ones every time data is loaded. More... over 18 years ago
No need for true flag for FileStitcher construction in testRead. More... over 18 years ago
Default to using multiple readers in FileStitcher. More... over 18 years ago
browser: 1) CROSS_MODE entirely implemented for all combinations of axes 2) fixed bug with getMix(set1,set2) where once array was exhausted, the other kept repeating one entry. 3) streamlined code so that less is repeated as per Curtis' suggestions More... over 18 years ago
Fix compile error. More... over 18 years ago
Added logic to FileStitcher that allows one reader per file. Changed FormatReader.testRead to use this option by default. More... over 18 years ago
Tweaked FormatReader.openThumbImage More... over 18 years ago
Changed signature of ImageTools.scale to "void scale(BufferedImage, int, int, boolean, boolean)". The first boolean parameter is set to true if you wish to preserve the original aspect ratio. The second parameter is set to true if you wish to pad the image to the given dimensions. With the exception of FormatReader.openThumbImage, everything that called the old ImageTools.scale has both boolean parameters set to false. More... over 18 years ago
Fixed dimension order in ChannelSeparator; fixed pixel type in ChannelMerger, if we are using autoscaling. More... over 18 years ago
Fixed a bug in BaseTiffReader - openBytes didn't properly handle multiple channels. More... over 18 years ago
- Fixed native QuickTime reader to handle random access of RLE planes. - Added methods to ImageTools to do scaling from an arbitrary bit depth to 8 bits. - Updated importer plugin to scale 48+ bit RGB images to 24-bit RGB. - Implemented getChannelGlobalMinimum(String, int) and getChannelGlobalMaximum(String, int) in FormatReader. - Updated ChannelMerger to use autoscaling (see above) if it needs to merge 16+ bit channels. More... over 18 years ago
Synchronize every call to the same format reader object. More... over 18 years ago
Do some array wrapping, and ignore LITTLE_ENDIAN fake IFD tag, when writing out IFDs, to ease direct passing of IFDs from TiffReader to TiffWriter. More... over 18 years ago
Fixed ClassCastException in ChannelSeparator; dimension order is still wrong when using ChannelSeparator (will fix this later today). More... over 18 years ago
Add -thumbs option to read thumbnails instead of full size pixels. More... over 18 years ago
Fix bug with ImagePlus object having no corresponding ImageStack, resulting in an ImageJ NullPointerException. More... over 18 years ago