]> git.imager.perl.org - imager.git/commitdiff
more minor POD fixes
authorTony Cook <tony@develop=help.com>
Fri, 30 Sep 2005 07:10:25 +0000 (07:10 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 30 Sep 2005 07:10:25 +0000 (07:10 +0000)
lib/Imager/Cookbook.pod
lib/Imager/Files.pod

index 6ec76ab980c8151160d0b76852278f7bf69d409a..f5d4fd69f4513521481ca8f6c573e77b526a4b68 100644 (file)
@@ -122,6 +122,7 @@ This is similar to writing to a file, but you also need to supply the
 information needed by the web browser to identify the file format:
 
   my $img = ....; # create the image and generate the contents
+  ++$|; # make sure the content type isn't buffered
   print "Content-Type: image/png\n\n";
   binmode STDOUT;
   $img->write(fd=>fileno(STDOUT), type=>'png')
index b78b6ea10d8042a497d3a64aeafaeae5a65cac70..14f5b753343fb0b07a375adf7e8f1c11c81e971b 100644 (file)
@@ -549,7 +549,7 @@ BMP has no support for multi-image files.
 BMP files support the spatial resolution tags, but since BMP has no
 support for storing only an aspect ratio, if C<i_aspect_only> is set
 when you write the C<i_xres> and C<i_yres> values are scaled so the
-smaller it 72 DPI.
+smaller is 72 DPI.
 
 The following tags are set when you read an image from a BMP file: