anual/en/function.imagejpeg.php 1087 * 1088 * @param resource $image The image resource to write to a file 1089 * @param string $filename The destinaion file, which may be a stream URL 1090 */ 1091function wp_imagegif( $image, $filename ) { 1092 return _wp_imageany( 'imagegif', $image, $filename ); 1093} 1094 1095/** 10151096 * API for easily embedding rich media such as videos and images into con