wp_imagecreatetruecolor


wp_imagecreatetruecolor ( $width, $height )

Parameters:
  • (int) width Image width in pixels.
  • (int) height Image height in pixels.
Returns:
  • (resource|GdImage|false) The GD image resource or GdImage instance on success. False on failure.
Defined at:

Description

Creates a new GD image resource with transparency support.

Related Functions

wp_create_term, wp_create_user, wp_image_editor, wpmu_create_user, wp_create_category

Top Google Results

User discussions

wpseek mobile