NAME
Prty::ImagePool::Image - Bild eines Image-Pool
BASE CLASS
METHODS
Konstruktor
new() - Konstruktor
Synopsis
$img = $class->new($file);
Arguments
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.086
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.