Activity for The Bitmap Test Suite

  • David Costanzo David Costanzo committed [r51]

    Fix the compression constants (mostly to fix the two definions of BI_JPEG)

  • David Costanzo David Costanzo committed [r50]

    Update bmptestsuite.py to work on a 64-bit python2.

  • David Costanzo David Costanzo committed [r49]

    Remove files that were created by cvs2svn

  • Root Root committed [r2]

    initial checkin

  • --none-- committed [r1]

    Standard project directories initialized by cvs2svn.

  • David Costanzo David Costanzo committed [r3]

    Initial import.

  • David Costanzo David Costanzo committed [r4]

    Add an explicit declaration that I disclaim all copyrights to the source code.

  • David Costanzo David Costanzo committed [r9]

    Add a target to create a source release. This is a requirement for being hosted on SourceForge.

  • David Costanzo David Costanzo committed [r6]

    Remove the PYTHON flag that removes doc strings.

  • David Costanzo David Costanzo committed [r7]

    Fix the "release" tag so that it copies the COPYING file into the

  • David Costanzo David Costanzo committed [r5]

    Add an explicit declaration that I disclaim all copyrights to the source code.

  • David Costanzo David Costanzo committed [r8]

    Generate an HTML index for valid bitmaps.

  • David Costanzo David Costanzo committed [r10]

    Add some release notes. SourceForge recommends that all project have release notes.

  • David Costanzo David Costanzo committed [r12]

    Add a ChangeLog and a README. SourceForge recommends that all project have both.

  • --none-- committed [r13]

    This commit was manufactured by cvs2svn to create tag 'bmptestsuite-0-7'.

  • David Costanzo David Costanzo committed [r14]

    Bump the version to 0.7+ so that I don't accidently create different releases with the same name.

  • David Costanzo David Costanzo committed [r11]

    Add a change log. SourceForge recommends that all project have a change log.

  • David Costanzo David Costanzo committed [r15]

    Add a distclean target.

  • David Costanzo David Costanzo committed [r17]

    Initial import.

  • David Costanzo David Costanzo committed [r16]

    * Add a 64000x1 image.

  • David Costanzo David Costanzo committed [r19]

    * bmptestsuite.py

  • --none-- committed [r18]

    This commit was manufactured by cvs2svn to create tag 'start'.

  • David Costanzo David Costanzo committed [r20]

    Add tests for various pels per meter values.

  • David Costanzo David Costanzo committed [r26]

    Add a top-down bitmaps for the following bit-depths: 32,24,8,4, and 1

  • David Costanzo David Costanzo committed [r22]

    * Remove semi-colons at the end of lines (a habit from hacking C code).

  • David Costanzo David Costanzo committed [r23]

    Add a test case for when a 32 bpp image contains color masks and an "optimal color table".

  • David Costanzo David Costanzo committed [r21]

    Change the default "ColorsImportant" to 0, to indicate all colors are important.

  • David Costanzo David Costanzo committed [r24]

    Add a 32 bpp bitmap that has RGB 10-11-10 color masks.

  • David Costanzo David Costanzo committed [r25]

    Add a top-down bitmaps for the following bit-depths: 32,24,8,4, and 1

  • David Costanzo David Costanzo committed [r27]

    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.

  • David Costanzo David Costanzo committed [r28]

    Add a call to generate the index.html for the "questionable" bitmaps.

  • David Costanzo David Costanzo committed [r30]

    Replace occurances of "renderer" with the more generic "bitmap processor" in doc strings.

  • David Costanzo David Costanzo committed [r29]

    Fix up some grammar problems and some awkward wordings.

  • David Costanzo David Costanzo committed [r31]

    Update the README for the 0.8 release.

  • --none-- committed [r1]

    Standard project directories initialized by cvs2svn.

  • David Costanzo David Costanzo committed [r3]

    Initial import.

  • Root Root committed [r2]

    initial checkin

  • David Costanzo David Costanzo committed [r4]

    Add an explicit declaration that I disclaim all copyrights to the source code.

  • David Costanzo David Costanzo committed [r6]

    Remove the PYTHON flag that removes doc strings.

  • David Costanzo David Costanzo committed [r5]

    Add an explicit declaration that I disclaim all copyrights to the source code.

  • David Costanzo David Costanzo committed [r8]

    Generate an HTML index for valid bitmaps.

  • David Costanzo David Costanzo committed [r7]

    Fix the "release" tag so that it copies the COPYING file into the

  • David Costanzo David Costanzo committed [r11]

    Add a change log. SourceForge recommends that all project have a change log.

  • David Costanzo David Costanzo committed [r10]

    Add some release notes. SourceForge recommends that all project have release notes.

  • David Costanzo David Costanzo committed [r9]

    Add a target to create a source release. This is a requirement for being hosted on SourceForge.

  • David Costanzo David Costanzo committed [r12]

    Add a ChangeLog and a README. SourceForge recommends that all project have both.

  • --none-- committed [r13]

    This commit was manufactured by cvs2svn to create tag 'bmptestsuite-0-7'.

  • David Costanzo David Costanzo committed [r14]

    Bump the version to 0.7+ so that I don't accidently create different releases with the same name.

  • David Costanzo David Costanzo committed [r15]

    Add a distclean target.

  • David Costanzo David Costanzo committed [r16]

    * Add a 64000x1 image.

  • David Costanzo David Costanzo committed [r17]

    Initial import.

  • David Costanzo David Costanzo committed [r19]

    * bmptestsuite.py

  • David Costanzo David Costanzo committed [r21]

    Change the default "ColorsImportant" to 0, to indicate all colors are important.

  • David Costanzo David Costanzo committed [r20]

    Add tests for various pels per meter values.

  • --none-- committed [r18]

    This commit was manufactured by cvs2svn to create tag 'start'.

  • David Costanzo David Costanzo committed [r24]

    Add a 32 bpp bitmap that has RGB 10-11-10 color masks.

  • David Costanzo David Costanzo committed [r23]

    Add a test case for when a 32 bpp image contains color masks and an "optimal color table".

  • David Costanzo David Costanzo committed [r22]

    * Remove semi-colons at the end of lines (a habit from hacking C code).

  • David Costanzo David Costanzo committed [r25]

    Add a top-down bitmaps for the following bit-depths: 32,24,8,4, and 1

  • David Costanzo David Costanzo committed [r28]

    Add a call to generate the index.html for the "questionable" bitmaps.

  • David Costanzo David Costanzo committed [r27]

    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.

  • David Costanzo David Costanzo committed [r26]

    Add a top-down bitmaps for the following bit-depths: 32,24,8,4, and 1

  • David Costanzo David Costanzo committed [r29]

    Fix up some grammar problems and some awkward wordings.

  • David Costanzo David Costanzo committed [r30]

    Replace occurances of "renderer" with the more generic "bitmap processor" in doc strings.

  • David Costanzo David Costanzo committed [r31]

    Update the README for the 0.8 release.

  • David Costanzo David Costanzo committed [r32]

    Add a TODO file to the release.

  • David Costanzo David Costanzo committed [r37]

    Add a DOCTYPE directive to the HTML which the test logger class generates.

  • David Costanzo David Costanzo committed [r35]

    Fix typos in doc strings.

  • David Costanzo David Costanzo committed [r36]

    Add a DOCTYPE string to the HTML file which the test logger class generates.

  • David Costanzo David Costanzo committed [r33]

    Add test bitmaps for when the palette and color mask table is missing/cropped.

  • David Costanzo David Costanzo committed [r34]

    * README

  • David Costanzo David Costanzo committed [r41]

    Fix a typo in a __doc__ string.

  • David Costanzo David Costanzo committed [r44]

    Add RLE8 bitmap that ends in the middle of a delta escape sequence.

  • David Costanzo David Costanzo committed [r38]

    Change the version to 0.8. Fix a bug in the release rules concerning TODO.

  • David Costanzo David Costanzo committed [r40]

    Add an explicit width, so that the page looks acceptable in very wide windows.

  • --none-- committed [r39]

    This commit was manufactured by cvs2svn to create tag 'bmptestsuite-0-8'.

  • David Costanzo David Costanzo committed [r42]

    Add RLE4 bitmaps that ends in the middle of an escape sequence.

  • David Costanzo David Costanzo committed [r43]

    Add RLE4 bitmap that ends in the middle of a delta escape sequence.

  • David Costanzo David Costanzo committed [r45]

    Code cleanup.

  • David Costanzo David Costanzo committed [r46]

    Add "cropped pixel data" bitmaps for all bitdepths, since each bitdepth

  • David Costanzo David Costanzo committed [r47]

    Get ready to release version 0.9.

  • David Costanzo David Costanzo committed [r48]

    Correct the capitalization in SourceForge.

  • David Costanzo David Costanzo committed [r32]

    Add a TODO file to the release.

  • David Costanzo David Costanzo committed [r33]

    Add test bitmaps for when the palette and color mask table is missing/cropped.

  • David Costanzo David Costanzo committed [r34]

    * README

  • David Costanzo David Costanzo committed [r36]

    Add a DOCTYPE string to the HTML file which the test logger class generates.

  • David Costanzo David Costanzo committed [r35]

    Fix typos in doc strings.

  • David Costanzo David Costanzo committed [r38]

    Change the version to 0.8. Fix a bug in the release rules concerning TODO.

  • David Costanzo David Costanzo committed [r37]

    Add a DOCTYPE directive to the HTML which the test logger class generates.

  • David Costanzo David Costanzo committed [r40]

    Add an explicit width, so that the page looks acceptable in very wide windows.

  • David Costanzo David Costanzo committed [r41]

    Fix a typo in a __doc__ string.

  • --none-- committed [r39]

    This commit was manufactured by cvs2svn to create tag 'bmptestsuite-0-8'.

  • David Costanzo David Costanzo committed [r43]

    Add RLE4 bitmap that ends in the middle of a delta escape sequence.

  • David Costanzo David Costanzo committed [r45]

    Code cleanup.

  • David Costanzo David Costanzo committed [r44]

    Add RLE8 bitmap that ends in the middle of a delta escape sequence.

  • David Costanzo David Costanzo committed [r42]

    Add RLE4 bitmaps that ends in the middle of an escape sequence.

  • David Costanzo David Costanzo committed [r46]

    Add "cropped pixel data" bitmaps for all bitdepths, since each bitdepth

  • David Costanzo David Costanzo committed [r47]

    Get ready to release version 0.9.

  • David Costanzo David Costanzo committed [r48]

    Correct the capitalization in SourceForge.

  • The Bitmap Test Suite The Bitmap Test Suite released /OldFiles/bmptestsuite-0.8.zip

1 >
MongoDB Logo MongoDB