p://www.php.net/manual/en/function.imagejpeg.php 1092 * 1093 * @param resource $image The image resource to write to a file 1094 * @param string $filename The destinaion file, which may be a stream URL 1095 */ 1096function wp_imagegif( $image, $filename ) { 1097 return _wp_imageany( 'imagegif', $image, $filename ); 1098} 1099 1100/** 10151101 * API for easily embedding rich media such as videos an