1 This directory includes example code for Imager.
3 If you have sample code to contribute, please contact the maintainer.
5 The notes here just provide a basic description and the functions
10 Produce a color, grey or pure anaglyph image given left and right
11 images of a stereoscopic pair.
13 Uses transform2() and convert().
17 Produce an interleaved image given the left and right images of a
18 stereoscopic pair. Note that the source images must be pre-scaled.
20 This includes 3 different implementations, first using transform2(),
21 the second using the internal i_copyto() function and the third using
22 the internal i_glin() and i_plin() functions.
27 Example that demonstrates generating an image linked from a HTML form.
29 The POD for this sample discusses alternate approaches and security
35 Example that demonstrates reading an image uploaded via a HTML form.
37 Produces an output image scaled to fit inside 200x200.
42 Example that demonstrates reading an image uploaded via a HTML form.
44 Produces a text/plain report of the tags that Imager defined for the
47 This and the previous sample are very similar, the intent is to show
48 the common elements and to demonstrate that the output is independent
51 See the section "Parsing an image posted via CGI" in Imager::Cookbook
52 for cautions and details on reading uploaded images.