All Projects → Schniz → svgify

Schniz / svgify

Licence: other
service to threshold-svg your images

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to svgify

mqtt-android-tutorial
A tutorial for using the MQTT Android Service.
Stars: ✭ 37 (+68.18%)
Mutual labels:  service
rpc
RPC-like client-service implementation over messaging queue
Stars: ✭ 26 (+18.18%)
Mutual labels:  service
easymail
Easy way to install a mail server.
Stars: ✭ 60 (+172.73%)
Mutual labels:  service
webApi-angularjs
⚓ Definitely simplifies your work with server side & organizes webApi layout to further managing.
Stars: ✭ 15 (-31.82%)
Mutual labels:  service
gogen
Command-line tool to generate GO applications and libraries
Stars: ✭ 17 (-22.73%)
Mutual labels:  service
shared-loadbalancer
Demo for 2018 KubeCon NA
Stars: ✭ 22 (+0%)
Mutual labels:  service
super-mario-message
Display custom messages in a Super Mario Bros environment
Stars: ✭ 18 (-18.18%)
Mutual labels:  service
jetson-monitor
🚨 Jetson is an HTTP monitoring service used to notify by various messaging platforms such as Slack and Telegram
Stars: ✭ 45 (+104.55%)
Mutual labels:  service
IQService
iOS端模块间通信解决方案。
Stars: ✭ 17 (-22.73%)
Mutual labels:  service
XperiaServiceMenu
An Android app that allows owners of a Sony Xperia, to easily open the service menu app via a tap of a button instead of having to type a code into the phone's dialer.
Stars: ✭ 14 (-36.36%)
Mutual labels:  service
ngx-localstorage
An Angular wrapper for localstorage/sessionstorage access.
Stars: ✭ 27 (+22.73%)
Mutual labels:  service
dklb
Expose Kubernetes services and ingresses through EdgeLB.
Stars: ✭ 13 (-40.91%)
Mutual labels:  service
restful-services-in-pyramid
RESTful / HTTP services in Pyramid and Python course handout materials
Stars: ✭ 56 (+154.55%)
Mutual labels:  service
My Android Garage
A quick reference guide for Android development.
Stars: ✭ 66 (+200%)
Mutual labels:  service
ctx
🍭Ctx (Context) 是一个服务模块化上下文框架。
Stars: ✭ 38 (+72.73%)
Mutual labels:  service
intuit-spring-cloud-config-inspector
Inspection of Spring Cloud Config properties made easy using React
Stars: ✭ 18 (-18.18%)
Mutual labels:  service
kivy service osc
simple UI/Service communication using osc on python-for-android
Stars: ✭ 53 (+140.91%)
Mutual labels:  service
beauties
Essential personal Internet services
Stars: ✭ 29 (+31.82%)
Mutual labels:  service
helium
Helium is a small, simple, modular constructor with some pre-built components for your convenience.
Stars: ✭ 67 (+204.55%)
Mutual labels:  service
ngx-chat
Angular XMPP Client & Chat UI
Stars: ✭ 30 (+36.36%)
Mutual labels:  service

SVGify

A small web service to create threshold svgs for pictures. Why would you use it? maybe you can upload images in your CMS, and you want great UX while loading huge images.

Demos

input output original size(gz) svg size(gz) credits
5.96kb 1.45kb image by @bethsolano from Unsplash
7.14kb 4.24kb image by @clemono from Unsplash
6.07kb 1.17kb image by @joeypilgrim from Unsplash

The service also shrinks the images, and since SVGs are vector graphics, you can scale it up to the original size yourself. So the difference is much higher.

Usage:

curl localhost:3000 -X POST --data-binary "@clem-onojeghuo-picture.jpg"  > clem-onojeghuo-picture.svg

Credits

I just wrote a small service that does whatever @medatech wrote on his tweet did.

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].