Fix the compression constants (mostly to fix the two definions of BI_JPEG)
Update bmptestsuite.py to work on a 64-bit python2.
Remove files that were created by cvs2svn
initial checkin
Standard project directories initialized by cvs2svn.
Initial import.
Add an explicit declaration that I disclaim all copyrights to the source code.
Add a target to create a source release. This is a requirement for being hosted on SourceForge.
Remove the PYTHON flag that removes doc strings.
Fix the "release" tag so that it copies the COPYING file into the
Add an explicit declaration that I disclaim all copyrights to the source code.
Generate an HTML index for valid bitmaps.
Add some release notes. SourceForge recommends that all project have release notes.
Add a ChangeLog and a README. SourceForge recommends that all project have both.
This commit was manufactured by cvs2svn to create tag 'bmptestsuite-0-7'.
Bump the version to 0.7+ so that I don't accidently create different releases with the same name.
Add a change log. SourceForge recommends that all project have a change log.
Add a distclean target.
Initial import.
* Add a 64000x1 image.
* bmptestsuite.py
This commit was manufactured by cvs2svn to create tag 'start'.
Add tests for various pels per meter values.
Add a top-down bitmaps for the following bit-depths: 32,24,8,4, and 1
* Remove semi-colons at the end of lines (a habit from hacking C code).
Add a test case for when a 32 bpp image contains color masks and an "optimal color table".
Change the default "ColorsImportant" to 0, to indicate all colors are important.
Add a 32 bpp bitmap that has RGB 10-11-10 color masks.
Add a top-down bitmaps for the following bit-depths: 32,24,8,4, and 1
Break out the bitmaps into three categories (valid, questionable, and corrupt), instead of just two (valid and invalid). This is more sensible since many of the bitmaps that were techincally invalid were processed by all bitmap processors. It was misleading having these bitmaps grouped with ones that no bitmap processor could possibly render.
Add a call to generate the index.html for the "questionable" bitmaps.
Replace occurances of "renderer" with the more generic "bitmap processor" in doc strings.
Fix up some grammar problems and some awkward wordings.
Update the README for the 0.8 release.
Standard project directories initialized by cvs2svn.
Initial import.
initial checkin
Add an explicit declaration that I disclaim all copyrights to the source code.
Remove the PYTHON flag that removes doc strings.
Add an explicit declaration that I disclaim all copyrights to the source code.
Generate an HTML index for valid bitmaps.
Fix the "release" tag so that it copies the COPYING file into the
Add a change log. SourceForge recommends that all project have a change log.
Add some release notes. SourceForge recommends that all project have release notes.
Add a target to create a source release. This is a requirement for being hosted on SourceForge.
Add a ChangeLog and a README. SourceForge recommends that all project have both.
This commit was manufactured by cvs2svn to create tag 'bmptestsuite-0-7'.
Bump the version to 0.7+ so that I don't accidently create different releases with the same name.
Add a distclean target.
* Add a 64000x1 image.
Initial import.
* bmptestsuite.py
Change the default "ColorsImportant" to 0, to indicate all colors are important.
Add tests for various pels per meter values.
This commit was manufactured by cvs2svn to create tag 'start'.
Add a 32 bpp bitmap that has RGB 10-11-10 color masks.
Add a test case for when a 32 bpp image contains color masks and an "optimal color table".
* Remove semi-colons at the end of lines (a habit from hacking C code).
Add a top-down bitmaps for the following bit-depths: 32,24,8,4, and 1
Add a call to generate the index.html for the "questionable" bitmaps.
Break out the bitmaps into three categories (valid, questionable, and corrupt), instead of just two (valid and invalid). This is more sensible since many of the bitmaps that were techincally invalid were processed by all bitmap processors. It was misleading having these bitmaps grouped with ones that no bitmap processor could possibly render.
Add a top-down bitmaps for the following bit-depths: 32,24,8,4, and 1
Fix up some grammar problems and some awkward wordings.
Replace occurances of "renderer" with the more generic "bitmap processor" in doc strings.
Update the README for the 0.8 release.
Add a TODO file to the release.
Add a DOCTYPE directive to the HTML which the test logger class generates.
Fix typos in doc strings.
Add a DOCTYPE string to the HTML file which the test logger class generates.
Add test bitmaps for when the palette and color mask table is missing/cropped.
* README
Fix a typo in a __doc__ string.
Add RLE8 bitmap that ends in the middle of a delta escape sequence.
Change the version to 0.8. Fix a bug in the release rules concerning TODO.
Add an explicit width, so that the page looks acceptable in very wide windows.
This commit was manufactured by cvs2svn to create tag 'bmptestsuite-0-8'.
Add RLE4 bitmaps that ends in the middle of an escape sequence.
Add RLE4 bitmap that ends in the middle of a delta escape sequence.
Code cleanup.
Add "cropped pixel data" bitmaps for all bitdepths, since each bitdepth
Get ready to release version 0.9.
Correct the capitalization in SourceForge.
Add a TODO file to the release.
Add test bitmaps for when the palette and color mask table is missing/cropped.
* README
Add a DOCTYPE string to the HTML file which the test logger class generates.
Fix typos in doc strings.
Change the version to 0.8. Fix a bug in the release rules concerning TODO.
Add a DOCTYPE directive to the HTML which the test logger class generates.
Add an explicit width, so that the page looks acceptable in very wide windows.
Fix a typo in a __doc__ string.
This commit was manufactured by cvs2svn to create tag 'bmptestsuite-0-8'.
Add RLE4 bitmap that ends in the middle of a delta escape sequence.
Code cleanup.
Add RLE8 bitmap that ends in the middle of a delta escape sequence.
Add RLE4 bitmaps that ends in the middle of an escape sequence.
Add "cropped pixel data" bitmaps for all bitdepths, since each bitdepth
Get ready to release version 0.9.
Correct the capitalization in SourceForge.