PHP Doku:: Sets the size of the Gmagick object - gmagick.setsize.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungGmagickThe Gmagick classGmagick::setsize

Ein Service von Reinhard Neidl - Webprogrammierung.

The Gmagick class

<<Gmagick::setsamplingfactors

Gmagick::shearimage>>

Gmagick::setsize

(PECL gmagick >= Unknown)

Gmagick::setsizeSets the size of the Gmagick object

Beschreibung

public void Gmagick::setsize ( int $columns , int $rows )

Sets the size of the Gmagick object. Set it before you read a raw image format such as RGB, GRAY, or CMYK.

Parameter-Liste

columns

The width in pixels.

rows

The height in pixels.

Rückgabewerte

The Gmagick object on success.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.


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