Home
last modified time | relevance | path

Searched refs:format (Results 1 – 12 of 12) sorted by relevance

/imagick/tests/
H A D131_Imagick_setOption_case2.phpt9 $format = 'png64';
11 function renderPNG($format) {
15 $imagick->setOption('png:format', $format);
20 renderPNG($format) ;
H A Dskipif.inc75 function checkFormatPresent($format)
77 $result = Imagick::queryFormats(strtoupper($format));
79 die("skip format $format not supported by ImageMagick as compiled.");
94 foreach ($formats as $format) {
95 if (strcasecmp($format, $requiredFormat) === 0) {
100 die("skip test suite requires format $requiredFormat but not available");
H A D022-writeimagefileformat.phpt2 Test format support in writeImageFile
30 // Output the format
34 // Lets try again, setting the filename rather than format
47 // Lastly, test the newly added format parameter
H A D009_properties.phpt16 echo $im->format;
H A D160_Imagick_transparentPaintImage_basic.phpt16 //Need to be in a format that supports transparency
H A D056_Imagick_distortImage_Perspective.phpt20 /* Set the image format to png */
/imagick/
H A Dimagick.c3386 char *format = MagickGetImageFormat(intern->magick_wand); local
3388 if (format) {
3390 ZVAL_STRING(retval, format);
3391 IMAGICK_FREE_MAGICK_MEMORY(format);
3458 char *format = MagickGetImageFormat(intern->magick_wand); local
3460 if (format) {
3462 ZVAL_STRING(retval, format);
3463 IMAGICK_FREE_MAGICK_MEMORY(format);
3543 if (format) {
3544 ZVAL_STRING(retval, format, 1);
[all …]
H A Dimagick_file.c41 zend_bool php_imagick_is_virtual_format(const char *format) in php_imagick_is_virtual_format() argument
73 if (strcasecmp(format, virtual_fmt[i]) == 0) { in php_imagick_is_virtual_format()
H A DImagick.stub.php147 public function identifyFormat(string $format): string {} argument
198 public function writeImageFile(resource $filehandle, ?string $format = null): bool {} argument
200 public function writeImagesFile(resource $filehandle, ?string $format = null): bool {} argument
461 public function setImageFormat(string $format): bool {} argument
1130 string $format = null argument
1191 public function setFormat(string $format): bool {} argument
H A Dimagick_class.c1506 char *format = NULL; in PHP_METHOD() local
1519 if (format) { in PHP_METHOD()
1561 char *format = NULL; in PHP_METHOD() local
1574 if (format) { in PHP_METHOD()
4508 char *format = NULL; in PHP_METHOD() local
8500 char *format; local
8686 if (format) {
9834 char *format; local
11496 char *format; local
11505 if (format) {
[all …]
H A DChangeLog398 - Added additional parameter to writeImageFile to allow setting format
440 - Fixed a bug which caused failure in writing files with format prefix
642 + Added check for empty or invalid pseudo format string in Imagick::newPseudoImage
647 + Added optional fourth parameter to newImage to set the format when creating a new canvas
677 + Added support for forcing image format during write operations.
H A DImagick_arginfo.h624 ZEND_ARG_TYPE_INFO(0, format, IS_STRING, 0)
626 ZEND_ARG_INFO(0, format)
863 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, format, IS_STRING, 1, "null")
865 ZEND_ARG_INFO(0, format)
1870 ZEND_ARG_TYPE_INFO(0, format, IS_STRING, 0)
1872 ZEND_ARG_INFO(0, format)
4573 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, format, IS_STRING, 0, "null")
4575 ZEND_ARG_INFO(0, format)

Completed in 58 milliseconds