scour 0.38.2-ok1 source package in openKylin
Changelog
scour (0.38.2-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Fri, 26 Aug 2022 10:46:53 +0800
scour (0.38.2-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Fri, 26 Aug 2022 10:46:53 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | python | |
Huanghe V3.0 | release | main | python | |
Nile V2.0 | proposed | main | python | |
Nile V2.0 | release | main | python | |
Yangtze V1.0 | release | main | python | |
Yangtze V1.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
scour_0.38.2.orig.tar.gz | 99.6 KiB | 275601c9e200f2096271858e6da6ed65b8bc5ddfcff441ce29d372764da22393 |
scour_0.38.2-ok1.debian.tar.xz | 10.3 KiB | aa79d72890e19c36497001fdbddb63bea8d753525318ec29d169cdf0fc3dd82f |
scour_0.38.2-ok1.dsc | 1.8 KiB | 52d96271d52ac882066512d5c54ff3bda27770596dab52ff0701908f39d3b893 |
Scour is a Python module that aggressively cleans SVG files, removing a lot of
unnecessary information that certain tools or authors embed into their
documents. The goal of scour is to provide an identically rendered image
(i.e. a scoured document should have no discernible visible differences from
the original file) while minimizing the file size.
.
WARNING: Scour is intended to be run on files that have been edited in Vector
Graphics editors such as Inkscape or Adobe Illustrator. Scour attempts to
optimize the file, and as result, it will change the file's structure and
(possibly) its semantics. If you have hand-edited your SVG files, you will
probably not be happy with the output of Scour.
.
Never use scour to overwrite your original file!
Scour is a Python module that aggressively cleans SVG files, removing a lot of
unnecessary information that certain tools or authors embed into their
documents. The goal of scour is to provide an identically rendered image
(i.e. a scoured document should have no discernible visible differences from
the original file) while minimizing the file size.
.
WARNING: Scour is intended to be run on files that have been edited in Vector
Graphics editors such as Inkscape or Adobe Illustrator. Scour attempts to
optimize the file, and as result, it will change the file's structure and
(possibly) its semantics. If you have hand-edited your SVG files, you will
probably not be happy with the output of Scour.
.
This package provides the "scour" command line utility and a dh_scour
debhelper extension which optimizes all shipped SVGs during package build. If
gir1.2-rsvg-2.0 and python3-gi-cairo are available, it will also do a
before/after comparison and discard the optimized image if they differ by more
than 0.05%.