PHP Velho Oeste 2024

Gmagick::setimagedepth

(PECL gmagick >= Unknown)

Gmagick::setimagedepthSets the image depth

설명

public Gmagick Gmagick::setimagedepth ( int $depth )

Sets the image depth

인수

depth

The image depth in bits: 8, 16, or 32.

반환값

The Gmagick object on success.

오류/예외

Throws an GmagickException on error.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top