Home | History | Annotate | Download | only in coders

Lines Matching refs:SVG

210 %  magick string, is SVG.
1101 if (LocaleCompare((const char *) name,"svg") == 0)
2196 if (LocaleCompare((const char *) name,"svg") == 0)
2438 if (LocaleCompare((const char *) name,"svg") == 0)
2854 delegate_info=GetDelegateInfo("svg:decode",(char *) NULL,exception);
2873 Our best hope of compliance with the SVG standard.
3014 SetImageProperty(image,"svg:base-uri",
3144 Parse SVG file.
3248 (void) SetImageProperty(image,"svg:title",svg_info->title,exception);
3250 (void) SetImageProperty(image,"svg:comment",svg_info->comment,
3271 % RegisterSVGImage() adds attributes for the SVG image format to
3306 entry=AcquireMagickInfo("SVG","SVG","Scalable Vector Graphics");
3312 entry->mime_type=ConstantString("image/svg+xml");
3317 entry=AcquireMagickInfo("SVG","SVGZ","Compressed Scalable Vector Graphics");
3323 entry->mime_type=ConstantString("image/svg+xml");
3328 entry=AcquireMagickInfo("SVG","MSVG",
3329 "ImageMagick's own SVG internal renderer");
3353 % SVG module from the list of supported formats.
3363 (void) UnregisterMagickInfo("SVG");
3382 % WriteSVGImage() writes a image in the SVG - XML based W3C standard
3504 Trace image and write as SVG.
3533 at_splines_write(at_output_get_handler_by_suffix((char *) "svg"),
3572 "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"");
3574 " \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n");
3576 "<svg version=\"1.1\" id=\"Layer_1\" "
3577 "xmlns=\"http://www.w3.org/2000/svg\" "
3617 (void) WriteBlobString(image,"</svg>\n");
3692 value=GetImageArtifact(image,"SVG");
3703 Write SVG header.
3707 "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 20010904//EN\"\n");
3709 " \"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd\">\n");
3711 "<svg width=\"%.20g\" height=\"%.20g\">\n",(double) image->columns,(double)
4724 (void) WriteBlobString(image,"</svg>\n");