http://www.perlmonks.org/?node_id=497355
+inline_replace_color.pl
+
+ Example using Inline::C and the Imager API to replace one color with
+ another in an image.
+
interleave.pl
Produce an interleaved image given the left and right images of a
tk-photo.pl
Simple example of making a Tk::Photo object using Imager data.
+
+align-string.pl
+
+ Simple demonstration of the align_string() method. Usage:
+
+ perl align-string.pl fontfile size outputfile text...
+
+ eg.
+
+ perl align-string.pl fontfiles/ImUgly.ttf 60 test.ppm .A.
+
+ This demonstrates how the various values of halign and valign
+ behave.