PHP Doku:: The HaruImage class - class.haruimage.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The HaruImage class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Non-Text MIME-Ausgaben
≥
Haru PDF
≥
The HaruImage class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
Haru PDF
<<
HaruFont::measureText
HaruImage::getBitsPerComponent
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Non-Text MIME-Ausgaben
∧
Haru PDF
The HaruAnnotation class
The HaruDestination class
The HaruDoc class
The HaruEncoder class
The HaruException class
The HaruFont class
The HaruImage class
The HaruOutline class
The HaruPage class
Builtin Fonts And Encodings
Vordefinierte Konstanten
Beispiele
Installation/Konfiguration
Einführung
UnterSeiten:
∨
HaruImage::getBitsPerComponent
∨
HaruImage::getColorSpace
∨
HaruImage::getHeight
∨
HaruImage::getSize
∨
HaruImage::getWidth
∨
HaruImage::setColorMask
∨
HaruImage::setMaskImage
The HaruImage class
Einführung
Haru PDF Image Class.
Klassenbeschreibung
HaruImage
{
/* Methoden */
int
getBitsPerComponent
(
void
)
string
getColorSpace
(
void
)
int
getHeight
(
void
)
array
getSize
(
void
)
int
getWidth
(
void
)
bool
setColorMask
(
int
$rmin
,
int
$rmax
,
int
$gmin
,
int
$gmax
,
int
$bmin
,
int
$bmax
)
bool
setMaskImage
(
object
$mask_image
)
}
Inhaltsverzeichnis
HaruImage::getBitsPerComponent
— Get the number of bits used to describe each color component of the image
HaruImage::getColorSpace
— Get the name of the color space
HaruImage::getHeight
— Get the height of the image
HaruImage::getSize
— Get size of the image
HaruImage::getWidth
— Get the width of the image
HaruImage::setColorMask
— Set the color mask of the image
HaruImage::setMaskImage
— Set the image mask
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...