}
-/* {{{ proto void jpeg2wbmp (string f_org, string f_dest, d_height, d_width)
- Convert Jpeg Image to Wbmp image */
+/* {{{ proto void jpeg2wbmp (string f_org, string f_dest, int d_height, int d_width)
+ Convert Jpeg image to Wbmp image */
PHP_FUNCTION(jpeg2wbmp)
{
#ifdef HAVE_GD_JPG
}
/* }}} */
-/* {{{ proto void png2wbmp (string f_org, string f_dest, d_height, d_width)
- Convert Png Image to Wbmp image */
+/* {{{ proto void png2wbmp (string f_org, string f_dest, int d_height, int d_width)
+ Convert Png image to Wbmp image */
PHP_FUNCTION(png2wbmp)
{
#ifdef HAVE_GD_PNG