README 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. pngsuite
  2. --------
  3. Copyright (c) Willem van Schaik, 1999, 2011, 2012
  4. Two images (ftbbn0g01.png and ftbbn0g02.png) are by Glenn Randers-Pehrson, 2012
  5. Permission to use, copy, modify, and distribute these images for any
  6. purpose and without fee is hereby granted.
  7. The 15 "bas*.png" images are part of the much larger PngSuite test-set of
  8. images, available for developers of PNG supporting software. The
  9. complete set, available at http:/www.schaik.com/pngsuite/, contains
  10. a variety of images to test interlacing, gamma settings, ancillary
  11. chunks, etc.
  12. The "ft*.png" images are "free/libre" replacements for the transparent
  13. corresponding t*.png images in the PngSuite.
  14. The images in this directory represent the basic PNG color-types:
  15. grayscale (1-16 bit deep), full color (8 or 16 bit), paletted
  16. (1-8 bit) and grayscale or color images with alpha channel. You
  17. can use them to test the proper functioning of PNG software.
  18. filename depth type
  19. ------------ ------ --------------
  20. basn0g01.png 1-bit grayscale
  21. basn0g02.png 2-bit grayscale
  22. basn0g04.png 4-bit grayscale
  23. basn0g08.png 8-bit grayscale
  24. basn0g16.png 16-bit grayscale
  25. basn2c08.png 8-bit truecolor
  26. basn2c16.png 16-bit truecolor
  27. basn3p01.png 1-bit paletted
  28. basn3p02.png 2-bit paletted
  29. basn3p04.png 4-bit paletted
  30. basn3p08.png 8-bit paletted
  31. basn4a08.png 8-bit gray with alpha
  32. basn4a16.png 16-bit gray with alpha
  33. basn6a08.png 8-bit RGBA
  34. basn6a16.png 16-bit RGBA
  35. ftbbn0g01.png 1-bit grayscale, black bKGD
  36. ftbbn0g02.png 2-bit grayscale, black bKGD
  37. ftbbn0g04.png 4-bit grayscale, black bKGD
  38. ftbbn2c16.png 16-bit truecolor, black bKGD
  39. ftbbn3p08.png 8-bit paletted, black bKGD
  40. ftbgn2c16.png 16-bit truecolor, gray bKGD
  41. ftbgn3p08.png 8-bit paletted, gray bKGD
  42. ftbrn2c08.png 8-bit truecolor, red bKGD
  43. ftbwn0g16.png 16-bit gray, white bKGD
  44. ftbwn3p08.png 8-bit paletted, white bKGD
  45. ftbyn3p08.png 8-bit paletted, yellow bKGD
  46. ftp0n0g08.png 8-bit grayscale, opaque
  47. ftp0n2c08.png 8-bit truecolor, opaque
  48. ftp0n3p08.png 8-bit paletted, opaque
  49. ftp1n3p08.png 8-bit paletted, no bKGD
  50. Here is the correct result of typing "pngtest -m bas*.png" in
  51. this directory:
  52. Testing basn0g01.png: PASS (524 zero samples)
  53. Filter 0 was used 32 times
  54. Testing basn0g02.png: PASS (448 zero samples)
  55. Filter 0 was used 32 times
  56. Testing basn0g04.png: PASS (520 zero samples)
  57. Filter 0 was used 32 times
  58. Testing basn0g08.png: PASS (3 zero samples)
  59. Filter 1 was used 9 times
  60. Filter 4 was used 23 times
  61. Testing basn0g16.png: PASS (1 zero samples)
  62. Filter 1 was used 1 times
  63. Filter 2 was used 31 times
  64. Testing basn2c08.png: PASS (6 zero samples)
  65. Filter 1 was used 5 times
  66. Filter 4 was used 27 times
  67. Testing basn2c16.png: PASS (592 zero samples)
  68. Filter 1 was used 1 times
  69. Filter 4 was used 31 times
  70. Testing basn3p01.png: PASS (512 zero samples)
  71. Filter 0 was used 32 times
  72. Testing basn3p02.png: PASS (448 zero samples)
  73. Filter 0 was used 32 times
  74. Testing basn3p04.png: PASS (544 zero samples)
  75. Filter 0 was used 32 times
  76. Testing basn3p08.png: PASS (4 zero samples)
  77. Filter 0 was used 32 times
  78. Testing basn4a08.png: PASS (32 zero samples)
  79. Filter 1 was used 1 times
  80. Filter 4 was used 31 times
  81. Testing basn4a16.png: PASS (64 zero samples)
  82. Filter 0 was used 1 times
  83. Filter 1 was used 2 times
  84. Filter 2 was used 1 times
  85. Filter 4 was used 28 times
  86. Testing basn6a08.png: PASS (160 zero samples)
  87. Filter 1 was used 1 times
  88. Filter 4 was used 31 times
  89. Testing basn6a16.png: PASS (1072 zero samples)
  90. Filter 1 was used 4 times
  91. Filter 4 was used 28 times
  92. libpng passes test
  93. Willem van Schaik
  94. <[email protected]>
  95. October 1999