6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More refinement: fix lzw_difference code, add 48 bit test map, gray 32 bugs fixed, other changes More... over 14 years ago
Partial implementation of LZW difference support. Some formats work and others (notably 16 bit oriented formats) do not. More... over 14 years ago
Old code now deleted. Refactor completed. Still some tests to work on. More... over 14 years ago
New refactor code in place. All tests passing. More... over 14 years ago
Merge branch 'master' of git+ssh://imagejdev.org/ij-tests More... over 14 years ago
Finshed debugging all pixel formats for large value pixels Also initial work on LZW_DIFFERENCING tests Began some refactoring More... over 14 years ago
Bug fix in readCompressedChunkyRGB() to handle bug that kept 4-byte pixels from being correctly decoded. This code goes beyond Wayne's fix of 2-3-10. Required change to get ImageReaderTest code in ij-tests to run to completion. More... over 14 years ago
Merge branch 'master' of git+ssh://imagejdev.org/ij-tests More... over 14 years ago
Added serveral tests to ByteProcessorTest, moved the test data to the data directory, and modified FloatProcessorTest to strenghten several weak tests. More... over 14 years ago
Finished PACK_BITS code and LZW code. Soon making some big changes. More... over 14 years ago
Did LZW compression tests for all but the 4 byte pixel cases. (Waiting on Wayne for possible bugfix) Tested additional methods near end of file. Need to do LZW_DIFFERENCING and PACKBITS test. More... over 14 years ago
Merge branch 'master' of git+ssh://imagejdev.org/ij-tests More... over 14 years ago
IJInfo - nothing changed - just a typo ImageReaderTest - finished uncompressed data tests and intel ordering More... over 14 years ago
Test commit More... over 14 years ago
Updates More... over 14 years ago
Merge branch 'master' of imagejdev.org:ij-tests More... over 14 years ago
Intraday snapshot, two errors. More... over 14 years ago
Merge branch 'master' of git+ssh://imagejdev.org/ij-tests More... over 14 years ago
FileInfoTest: added missing constant test ImageReaderTest: much work on readPixels() testing More... over 14 years ago
Minor edit to testSetSnapshotPixels More... over 14 years ago
Several more tests completed More... over 14 years ago
Tweak build file; ignore build directory. More... over 14 years ago
Merge branch 'master' of imagejdev.org:ij-tests More... over 14 years ago
Float Processor contains several tests that do not pass, but are forced to pass for the purposes of code coverage. See //TODO: for details on these issues. More... over 14 years ago
Test push More... over 14 years ago
Intraday Snapshot More... over 14 years ago
All: noticed in TRAC that source code indentation was messed up (spaces vs. tabs). Fixed. Also modified some commenting. ImageReaderTest: also some further work on more format testing More... over 14 years ago
Updated several tests that were incomplete More... over 14 years ago
Fixed the Crop() test More... over 14 years ago
Float Processor contains several tests that do not pass, but are forced to pass for the purposes of code coverage. See //TODO: for details on these issues. More... over 14 years ago