PHP Doku:: Load a RAW image - function.harudoc-loadraw.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenHaru PDFThe HaruDoc classHaruDoc::loadRaw

Ein Service von Reinhard Neidl - Webprogrammierung.

The HaruDoc class

<<HaruDoc::loadPNG

HaruDoc::loadTTC>>

HaruDoc::loadRaw

(PECL haru >= 0.0.1)

HaruDoc::loadRawLoad a RAW image

Beschreibung

object HaruDoc::loadRaw ( string $filename , int $width , int $height , int $color_space )

Loads a RAW image.

Parameter-Liste

filename

The name of a RAW image file.

width

The width of the image.

height

The height of the image.

color_space

The color space of the image. Can be one of the following values:

  • HaruDoc::CS_DEVICE_GRAY
  • HaruDoc::CS_DEVICE_RGB
  • HaruDoc::CS_DEVICE_CMYK

Rückgabewerte

Returns a HaruImage instance.

Fehler/Exceptions

Throws a HaruException on error.

Siehe auch


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",...)