Searched refs:formats (Results 1 – 8 of 8) sorted by relevance
/imagick/tests/ |
H A D | 246_antialias_image.phpt | 2 Test pseudo formats
|
H A D | skipif.inc | 92 $formats = \Imagick::queryformats(); 94 foreach ($formats as $format) {
|
H A D | 008_newpseudoimage.phpt | 2 Test pseudo formats
|
H A D | 226_ImagickDraw_setViewBox_basic.phpt | 23 …me size as the canvas image. When the vector data is saved to SVG or MVG formats, the viewbox is u…
|
H A D | OFL.txt | 42 Original Version, by changing formats or by porting the Font Software to a
|
/imagick/ |
H A D | imagick.c | 3913 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 D | imagemagick.m4 | 161 # Try the header formats from newest to oldest
|
H A D | ChangeLog | 759 - 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 31 milliseconds