openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
SCIFIO
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
1 day
ago.
Apr 26, 2024 — Apr 26, 2025
Showing page 419 of 471
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Pad thumbnails to 128x128 by default.
Melissa Linkert
More...
over 18 years ago
Fixed bugs in thumbnail creation.
Melissa Linkert
More...
over 18 years ago
Comment out calls to getChannelGlobal methods for now.
Curtis Rueden
More...
over 18 years ago
Tweaks.
Curtis Rueden
More...
over 18 years ago
Fix bug in global minimum and maximum assignment.
Curtis Rueden
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.
Curtis Rueden
More...
over 18 years ago
Little utility for combining TIFFs (workaround for WiscScan bug + crash).
Curtis Rueden
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.
Melissa Linkert
More...
over 18 years ago
Fixed a critical bug in ZeissZVIReader.
Melissa Linkert
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.
Melissa Linkert
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).
Melissa Linkert
More...
over 18 years ago
Eliminate jikes warnings; whitespace.
Curtis Rueden
More...
over 18 years ago
No need to catch FormatException upon FileStitcher construction anymore.
Curtis Rueden
More...
over 18 years ago
Fix separate reader per file option.
Curtis Rueden
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.
Curtis Rueden
More...
over 18 years ago
No need for true flag for FileStitcher construction in testRead.
Curtis Rueden
More...
over 18 years ago
Default to using multiple readers in FileStitcher.
Melissa Linkert
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
Chris Peterson
More...
over 18 years ago
Fix compile error.
Curtis Rueden
More...
over 18 years ago
Added logic to FileStitcher that allows one reader per file. Changed FormatReader.testRead to use this option by default.
Melissa Linkert
More...
over 18 years ago
Tweaked FormatReader.openThumbImage
Melissa Linkert
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.
Melissa Linkert
More...
over 18 years ago
Fixed dimension order in ChannelSeparator; fixed pixel type in ChannelMerger, if we are using autoscaling.
Melissa Linkert
More...
over 18 years ago
Fixed a bug in BaseTiffReader - openBytes didn't properly handle multiple channels.
Melissa Linkert
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.
Melissa Linkert
More...
over 18 years ago
Synchronize every call to the same format reader object.
Curtis Rueden
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.
Curtis Rueden
More...
over 18 years ago
Fixed ClassCastException in ChannelSeparator; dimension order is still wrong when using ChannelSeparator (will fix this later today).
Melissa Linkert
More...
over 18 years ago
Add -thumbs option to read thumbnails instead of full size pixels.
Curtis Rueden
More...
over 18 years ago
Fix bug with ImagePlus object having no corresponding ImageStack, resulting in an ImageJ NullPointerException.
Curtis Rueden
More...
over 18 years ago
←
1
2
…
415
416
417
418
419
420
421
422
423
…
470
471
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree