Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 8 of 8) sorted by relevance

/imagick/tests/
H A D246_antialias_image.phpt2 Test pseudo formats
H A Dskipif.inc92 $formats = \Imagick::queryformats();
94 foreach ($formats as $format) {
H A D008_newpseudoimage.phpt2 Test pseudo formats
H A D226_ImagickDraw_setViewBox_basic.phpt23 …me size as the canvas image. When the vector data is saved to SVG or MVG formats, the viewbox is u…
H A DOFL.txt42 Original Version, by changing formats or by porting the Font Software to a
/imagick/
H A Dimagick.c3913 smart_string formats = {0}; local
3915 smart_str formats = {0};
3950 smart_string_appends(&formats, ", ");
3952 smart_string_appends(&formats, supported_formats[i]);
3954 smart_str_appends(&formats, supported_formats[i]);
3956 smart_str_appends(&formats, ", ");
3963 smart_string_0(&formats);
3964 php_info_print_table_row(2, "ImageMagick supported formats", formats.c);
3965 smart_string_free(&formats);
3967 smart_str_0(&formats);
[all …]
H A Dimagemagick.m4161 # Try the header formats from newest to oldest
H A DChangeLog759 - Use new API for fetching support image formats / fonts
940 - added Christian's code to info function for displaying a list of supported image formats
1045 supported image formats

Completed in 24 milliseconds