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: - Introduced in WordPress: 2.9.0
- Deprecated in WordPress: —
Description
Creates a new GD image resource with transparency support.