NAME

Test::Image::Plugin::TestingImage - for testing only

SYNOPSIS

use Test::Image;
my $red   = [255,0,0];
my $green = [0,255,0];
my $white = [255,255,255];
test_image([
  [ $red, $red, $white, $white, $green, $green ],
  [ $red, $red, $white, $white, $green, $green ],
  [ $red, $red, $white, $white, $green, $green ],
]);

DESCRIPTION

This is an image designed for testing. This defines the standard method that you need to implement in order to provide an image.

new
width
height
color_at($x,$y)

See Test::Image for more details of what these should do.

BUGS

None known.

Please report any bugs you find via the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test::Image::Plugin::TestingImage

AUTHOR

Written by Mark Fowler, <mark@twoshortplanks.com>. Please see http://twoshortplanks.com/contact/ for details of how to contact me.

Copyright Fotango 2006. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO