- writing a 2 or 4 channel image to a JPEG will now write that image as
[imager.git] / lib / Imager / Files.pod
index 288fd098b9fe7f9f4e06ea7f3f41bc827db0b39d..b22a0e20eebbef6f26aad6269cccb264605740de 100644 (file)
@@ -433,8 +433,9 @@ image when this tag is non-zero.
 =head2 JPEG
 
 You can supply a C<jpegquality> parameter (0-100) when writing a JPEG
-file, which defaults to 75%.  Only 1 and 3 channel images
-can be written, including 1 and 3 channel paletted images.
+file, which defaults to 75%.  If you write an image with an alpha
+channel to a jpeg file then it will be composited against the
+background set by the C<i_background> parameter (or tag).
 
   $img->write(file=>'foo.jpg', jpegquality=>90) or die $img->errstr;