Home
last modified time | relevance | path

Searched refs:supported_formats (Results 1 – 2 of 2) sorted by relevance

/imagick/
H A Dimagick.c3918 char **supported_formats, *buffer; local
3925 supported_formats = MagickQueryFormats("*", &num_formats);
3946 if (supported_formats) {
3952 smart_string_appends(&formats, supported_formats[i]);
3954 smart_str_appends(&formats, supported_formats[i]);
3959 IMAGICK_FREE_MAGICK_MEMORY(supported_formats[i]);
3971 IMAGICK_FREE_MAGICK_MEMORY(supported_formats);
H A Dimagick_class.c3395 char **supported_formats; in PHP_METHOD() local
3405 supported_formats = (char **) MagickQueryFormats(pattern, &num_formats); in PHP_METHOD()
3409 IM_add_next_index_string(return_value, supported_formats[i]); in PHP_METHOD()
3410 IMAGICK_FREE_MAGICK_MEMORY(supported_formats[i]); in PHP_METHOD()
3413 IMAGICK_FREE_MAGICK_MEMORY(supported_formats); in PHP_METHOD()

Completed in 42 milliseconds