NAME
Labyrinth::DIUtils - Digital Image utilities driver
SYNOPSIS
use Labyrinth::DIUtils;
Labyrinth::DIUtils::Tool('GD'); # switch to GD
Labyrinth::DIUtils::Tool('ImageMagick'); # switch to ImageMagick
my $tool = Labyrinth::DIUtils::Tool; # returns current tool setting
my $hook = Labyrinth::DIUtils->new($file);
my $hook = $hook->rotate($degrees); # 0 - 360
my $hook = $hook->reduce($xmax,$ymax);
my $hook = $hook->thumb($thumbnail,$square);
DESCRIPTION
Handles the driver software for image manipulation;
FUNCTIONS
- Tool
-
Configuration function to determine which image package to load.
Contructor
SEE ALSO
Labyrinth
AUTHOR
Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/
COPYRIGHT & LICENSE
Copyright (C) 2002-2011 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
modify it under the Artistic License 2.0.