The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Labyrinth::DIUtils - Digital Image Utilities for Labyrinth

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

new()

Constructs the interface between Labyrinth and the image package.

SEE ALSO

Labyrinth

AUTHOR

Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/

COPYRIGHT & LICENSE

Copyright (C) 2002-2015 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.