- make default text color non-transparent
https://rt.cpan.org/Ticket/Display.html?id=71469
+ - apply the last of the Debian unforwarded spelling fixes
+ https://rt.cpan.org/Ticket/Display.html?id=70656
+
Imager 0.85_01 - 10 Oct 2011
==============
/*
=item i_img_setmask(C<im>, C<ch_mask>)
=category Image Information
-=synopsis // only channel 0 writeable
+=synopsis // only channel 0 writable
=synopsis i_img_setmask(img, 0x01);
Set the image channel mask for C<im> to C<ch_mask>.
# Image Implementation
# Image Information
- // only channel 0 writeable
+ // only channel 0 writable
i_img_setmask(img, 0x01);
int mask = i_img_getmask(img);
int channels = i_img_getchannels(img);
=item i_img_setmask(C<im>, C<ch_mask>)
- // only channel 0 writeable
+ // only channel 0 writable
i_img_setmask(img, 0x01);
Set the image channel mask for C<im> to C<ch_mask>.
expensive CGI request to generate the image, but it means you need
some mechanism to manage the files (for example, a cron job to delete
old files), and you need to make some directory under the document
-root writeable by the user that your web server runs CGI programs as,
+root writable by the user that your web server runs CGI programs as,
which may be a security concern.
Also, if you're generating large numbers of large images, you may end