PHP Doku:: Get the name of the color space - function.haruimage-getcolorspace.html

Verlauf / Chronik / History: (43) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenHaru PDFThe HaruImage classHaruImage::getColorSpace

Ein Service von Reinhard Neidl - Webprogrammierung.

The HaruImage class

<<HaruImage::getBitsPerComponent

HaruImage::getHeight>>

HaruImage::getColorSpace

(PECL haru >= 0.0.1)

HaruImage::getColorSpaceGet the name of the color space

Beschreibung

string HaruImage::getColorSpace ( void )

Get the name of the color space.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the name of the color space of the image. The name is one of the following values:

  • "DeviceGray"
  • "DeviceRGB"
  • "DeviceCMYK"
  • "Indexed"

Fehler/Exceptions

Throws a HaruException on error.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)