https://rt.cpan.org/Ticket/Display.html?id=51874
8-bit sample operations.
https://rt.cpan.org/Ticket/Display.html?id=39280
8-bit sample operations.
https://rt.cpan.org/Ticket/Display.html?id=39280
+ - fix POD nits
+ https://rt.cpan.org/Ticket/Display.html?id=51874
+
Imager 0.71 - 16 Nov 2009
===========
Imager 0.71 - 16 Nov 2009
===========
=item *
channels - a reference to an array of channels to return, where 0 is
=item *
channels - a reference to an array of channels to return, where 0 is
-the first channel. Default: C< [ 0 .. $self->getchannels()-1 ] >
+the first channel. Default: C<< [ 0 .. $self->getchannels()-1 ] >>
=item *
channels - a reference to an array of channels to return, where 0 is
=item *
channels - a reference to an array of channels to return, where 0 is
-the first channel. Default: C< [ 0 .. $self->getchannels()-1 ] >
+the first channel. Default: C<< [ 0 .. $self->getchannels()-1 ] >>
suitcase or a .dfont file.
If any of the C<color>, C<size> or C<aa> parameters are omitted when
suitcase or a .dfont file.
If any of the C<color>, C<size> or C<aa> parameters are omitted when
-calling C<Imager::Font->new()> the they take the following values:
+calling C<< Imager::Font->new() >> the they take the following values:
color => Imager::Color->new(255, 0, 0, 0); # this default should be changed
size => 15
color => Imager::Color->new(255, 0, 0, 0); # this default should be changed
size => 15
the source is treated as if composed onto a black background.
If the source image is color and the target is grayscale, the the
the source is treated as if composed onto a black background.
If the source image is color and the target is grayscale, the the
-source is treated as if run through C< convert(preset=>'gray') >.
+source is treated as if run through C<< convert(preset=>'gray') >>.