The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Prty::ImagePool::Image - Bild eines Image-Pool

BASE CLASS

Prty::File::Image

METHODS

Konstruktor

new() - Konstruktor

Synopsis

    $img = $class->new($file);

Arguments

$file

Pfad zur Bilddatei.

Returns

Referenz auf Image-Pool-Bild-Objekt.

Objektmethoden

Alle weiteren Methoden befinden sich bei der Basisklasse (s. Abschnitt BASE CLASS).

number() - Nummer des Bildes

Synopsis

    $n = $img->number;

Description

Liefere die Nummer des Bildes als Zahl. Z.B. 47.

cacheId() - Cache-Id

Synopsis

    $cacheId = $img->cacheId;

Description

Liefere die Cache-Id der Datei, z.B. '2016-01-23-A-0000x0000-webimage/000001-550x412.jpg'.

VERSION

1.082

AUTHOR

Frank Seitz, http://fseitz.de/

COPYRIGHT

Copyright (C) 2016 Frank Seitz

LICENSE

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