aborting on failing to call i_readgif_multi_wiol() or
i_readtiff_multi_wiol().
+ - fix spelling errors patched by Debian (please report the issues you
+ patch)
+
Imager 0.73 - 15 Mar 2010
===========
subblock[2] = loop_count / 256;
if (EGifPutExtensionLast(gf, APPLICATION_EXT_FUNC_CODE, 3, subblock) == GIF_ERROR) {
gif_push_error();
- i_push_error(0, "writing loop extention sub-block");
+ i_push_error(0, "writing loop extension sub-block");
return 0;
}
}
Drawing is assumed to take place in a coordinate system of infinite
resolution. This is the typical convention and really only matters when
-it is necessary to check for off-by-one cases. Typically it's usefull to
+it is necessary to check for off-by-one cases. Typically it's useful to
think of C<(10, 20)> as C<(10.00, 20.00)> and consider the consiquences.
=head2 Color Parameters
=head2 Types of Filters
-Here is a list of the filters that are always avaliable in Imager.
+Here is a list of the filters that are always available in Imager.
This list can be obtained by running the C<filterlist.perl> script
that comes with the module source.
It is possible to add filters to the module without recompiling the
module itself. This is done by using DSOs (Dynamic shared object)
-avaliable on most systems. This way you can maintain our own filters
+available on most systems. This way you can maintain our own filters
and not have to get me to add it, or worse patch every new version of
the Module. Modules can be loaded AND UNLOADED at runtime. This
means that you can have a server/daemon thingy that can do something
=item copy
-To create a copy of an image use the C<copy()> method. This is usefull
+To create a copy of an image use the C<copy()> method. This is useful
if you want to keep an original after doing something that changes the image.
$newimg = $orig->copy();
=category Tags
-Searchs for a tag of the given I<name> starting from index I<start>.
+Searches for a tag of the given I<name> starting from index I<start>.
On success returns true and sets *I<entry>.