All Projects → neocotic → Convert Svg

neocotic / Convert Svg

Licence: mit
Node.js packages for converting SVG into other formats using headless Chromium

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Convert Svg

Density Converter
A multi platform image density converting tool converting single or batches of images to Android, iOS, Windows or CSS specific formats and density versions given the source scale factor or width/height in dp. It has a graphical and command line interface and supports many image types (svg, psd, 9-patch, etc.) aswell as some lossless compressors like pngcrush.
Stars: ✭ 222 (+66.92%)
Mutual labels:  svg, converter, png, jpeg
Androidsvgdrawable Plugin
Gradle plugin that generates qualified, density specific PNG drawables from SVG files at build time for your Android projects.
Stars: ✭ 263 (+97.74%)
Mutual labels:  svg, png, jpeg
Pyecharts Snapshot
renders the output of pyecharts as png, jpeg, gif, svg, eps, pdf and raw base64
Stars: ✭ 142 (+6.77%)
Mutual labels:  svg, png, jpeg
Automator Workflows
A collection of Automator workflows (services) that speed up your design / development process. Compatible with LaunchBar 6 and 7 Actions
Stars: ✭ 439 (+230.08%)
Mutual labels:  svg, png, jpeg
Compress Images
Minify size your images. Image compression with extension: jpg/jpeg, svg, png, gif. NodeJs
Stars: ✭ 331 (+148.87%)
Mutual labels:  svg, png, jpeg
Doctron
Docker-powered html convert to pdf(html2pdf), html to image(html2image like jpeg,png),which using chrome(golang) kernel, add watermarks to pdf, convert pdf to images etc.
Stars: ✭ 141 (+6.02%)
Mutual labels:  converter, png, jpeg
Sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
Stars: ✭ 21,131 (+15787.97%)
Mutual labels:  svg, png, jpeg
Svgurt
Image -> SVG Vectorizing Tool - Live at:
Stars: ✭ 124 (-6.77%)
Mutual labels:  svg, converter, png
Optimizt
CLI image optimization tool
Stars: ✭ 594 (+346.62%)
Mutual labels:  svg, png, jpeg
Cairosvg
Convert your vector images
Stars: ✭ 453 (+240.6%)
Mutual labels:  svg, converter, png
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (+232.33%)
Mutual labels:  svg, png, jpeg
Leanify
lightweight lossless file minifier/optimizer
Stars: ✭ 694 (+421.8%)
Mutual labels:  svg, png, jpeg
Libvips
A fast image processing library with low memory needs.
Stars: ✭ 6,094 (+4481.95%)
Mutual labels:  svg, png, jpeg
Svgexport
SVG to PNG/JPEG command-line tool and Node.js module
Stars: ✭ 731 (+449.62%)
Mutual labels:  svg, png, jpeg
Tiny Site
图片优化
Stars: ✭ 65 (-51.13%)
Mutual labels:  png, jpeg
Format parser
file metadata parsing, done cheap
Stars: ✭ 46 (-65.41%)
Mutual labels:  png, jpeg
Optimise Images
Batch image resizer, optimiser and profiler using ImageMagick convert, OptiPNG, JpegOptim and optional ZopfliPNG, Guetzli and MozJPEG.
Stars: ✭ 64 (-51.88%)
Mutual labels:  png, jpeg
Gh Card
GitHub Repository Card for Any Web Site
Stars: ✭ 1,154 (+767.67%)
Mutual labels:  svg, png
Ruby Gem Downloads Badge
Clean and simple gem downloads count badge, courtesy of http://shields.io/. You can checkout the application directly at the following URL:
Stars: ✭ 29 (-78.2%)
Mutual labels:  svg, png
H2d2 Shopicons
Essentials E-Commerce icon pack for free.
Stars: ✭ 67 (-49.62%)
Mutual labels:  svg, png

convert-svg

Build Status License Release

This monorepo contains the following Node.js packages that can convert a SVG into another format using headless Chromium:

The first two packages are core dependencies for SVG converters, which make up the remainder of the packages, trying to adhere to the following naming convention:

convert-svg-to-<FORMAT>

It works by using headless Chromium to take a screenshot of the SVG and outputs the buffer. This does mean that the supported output formats is limited to those supported by that the API for headless Chromium, however, as more formats are added, additional packages can easily be created.

Each of the SVG converters will share a common API and CLI with the same options, however, some converters may come with additional options specific for their output format.

Click on the links above for the SVG converters for more information on how to install, use, and even contribute to them.

License

Copyright © 2018 Alasdair Mercer

See LICENSE.md for more information on our MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].