Author: Manuel Lemos
Viewers: 358
Last month viewers: 4
Categories: Notable Packages
SVG is a well known format for describing vectorial graphics format that is better for storing the definition of graphics that should be rendered in high resolution screens or printed media.
Some applications need to use raster graphic formats because they easier and faster to render.
This package provides a pure PHP based solution to convert SVG graphics into bitmap based image formats.
Read this article to learn more details about how this notable PHP package works.
Some applications need to use raster graphic formats because they easier and faster to render.
This package provides a pure PHP based solution to convert SVG graphics into bitmap based image formats.
Read this article to learn more details about how this notable PHP package works.
The package PHP SVG to Image Converter is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Parse and render SVG vectorial drawing as an image
Here follows in more detail what it does:
This class can parse and render SVG vectorial drawing as an image.
It takes the path of a vectorial graphics drawing in SVG format and parses it to extract the graphical shapes that are defined in it.
The class can then create an image and render the graphics defined in the SVG file and save the image in PNG, GIF or JPEG formats.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Parse and render SVG vectorial drawing as an image
Here follows in more detail what it does:
This class can parse and render SVG vectorial drawing as an image.
It takes the path of a vectorial graphics drawing in SVG format and parses it to extract the graphical shapes that are defined in it.
The class can then create an image and render the graphics defined in the SVG file and save the image in PNG, GIF or JPEG formats.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.