Imagick::clipPathImage

(no version information, might be only in CVS)

Imagick::clipPathImage -- Clips along the named paths from the 8BIM profile

Description

bool Imagick::clipPathImage ( string pathname, bool inside )

Waarschuwing

Deze functie is op het moment niet gedocumenteerd, alleen de lijst met argumenten is beschikbaar.

Waarschuwing

Deze module is EXPERIMENTEEL. Dat betekent, dat het gedrag van deze functies, deze functienamen, in concreto ALLES dat hier gedocumenteerd is in een toekomstige uitgave van PHP ZONDER WAARSCHUWING kan veranderen. Wees gewaarschuwd, en gebruik deze module op eigen risico.

Clips along the named paths from the 8BIM profile, if present. Later operations take effect inside the path. Id may be a number if preceded with #, to work on a numbered path, e.g., "#1" to use the first path.

Parameters

pathname

Its description

inside

Its description

Return Values

Returns TRUE on success, throws ImagickException on failure.