scour

Scour SVG Optimizer

Apache License 2.0 16 个版本
Jeff Schiller <codedread@gmail.com>
安装
pip install scour
poetry add scour
pipenv install scour
conda install scour
描述

Scour is an SVG optimizer/cleaner that reduces the size of scalable vector graphics by optimizing structure and removing unnecessary data.

It can be used to create streamlined vector graphics suitable for web deployment, publishing/sharing or further processing.

The goal of Scour is to output a file that renderes identically at a fraction of the size by removing a lot of redundant information created by most SVG editors. Optimization options are typically lossless but can be tweaked for more agressive cleaning.

Website

Authors:

  • Jeff Schiller, Louis Simard (original authors)
  • Tobias Oberstein (maintainer)
  • Patrick Storz (maintainer)