]> git.imager.perl.org - imager.git/blobdiff - lib/Imager/LargeSamples.pod
implement standard font tests for Imager::Font::W32
[imager.git] / lib / Imager / LargeSamples.pod
index 5e462299e240e40d38e0c002e85e8d2012b00582..7689ccefc737d9f51082255fbbca9c1d79c8468b 100644 (file)
@@ -77,7 +77,9 @@ of the image, using filled => 1 and color works at 8-bits/sample
   JPEG      8, 12             8
   PBM       1                 1
   PGM/PPM   1-16              read any, writes 8, 16
-  PNG       1, 2, 4, 8, 16    8
+  PNG       1, 2, 4, 8, 16    1, 2, 4, 8 paletted
+                             1, 8, 16 gray (1 for is_monochrome() images)
+                             8, 16 RGB
   RAW                         8
   SGI       8, 16             8, 16
   TGA       8                 8
@@ -107,7 +109,7 @@ of the image, using filled => 1 and color works at 8-bits/sample
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =cut