scour VS occult

Compare scour vs occult and see what are their differences.

occult

vpype plug-in to remove occulted lines in SVG files (by LoicGoulefert)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
scour occult
5 6
738 63
0.8% -
0.0 0.0
10 months ago over 1 year ago
Python Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

scour

Posts with mentions or reviews of scour. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-11.
  • Is it possible to save multiple files as optimized SVGs at once?
    3 projects | /r/Inkscape | 11 Jun 2023
    You could install the optimizer Inkscape uses internally and process your files with a super simple shell script. When reading the inkscape command line help, it does not seem to offer any option to export optimized SVGs from there
  • Convert pdf to optimized SVG from command line [Help]
    1 project | /r/Inkscape | 12 Mar 2023
    Inkscape uses Scour under the hood for optimized SVG export.
  • Batch convert svg icons into a symbol set?
    1 project | /r/Inkscape | 6 Jun 2022
    First make sure all your icons are saved as 'Optimized SVG' to remove Inkscape specific data and unnecessary id-attributes. Inkscape uses 'Scour' for this under the hood, so you can just use that directly to convert your files from the command line. I recommend the options --strip-xml-prolog --remove-metadata --enable-id-stripping --renderer-workaround. Now you only need to replace the outermost ... with ... for each file and remove all attributes on it, except width, height viewBox and preserveAspectRatio. Since we've stripped the XML-declaration with Scour, simply concatenate all files, wrap the result in a new element and lastly give your symbols unique ids and make sure all remaining referenced ids are unique between symbols.
  • Open Source Favicon Generation & Optimisation in 2022
    3 projects | dev.to | 30 May 2022
    The script optimised the SVG using Scour. This removes some metadata and also shortens IDs as well as strip out comments. For the PNG files we used OptiPNG on the maximum optimisation setting. This can be slow on larger files, but for favicons should not take long. Here’s the before and after comparison of files sizes for a particular favicon, using the script:
  • Where to start?
    1 project | /r/svg | 10 Dec 2021
    I also recommend Inkscape, it also has scour built-in to it. When saving a SVG select the option "optimized SVG" which will give you options to pass to scour to lower the amount of markup there is. You can then do some hand editing after this to further remove any markup you don't want.

occult

Posts with mentions or reviews of occult. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-22.
  • Variation of Two Toruses (Tori?)
    2 projects | /r/PlotterArt | 22 Jun 2023
    Without hardly optimizing my code, i use vpype + occult extension (many thanks to Loic Goulefert for that).
  • Axidraw / Inkscape masking problem
    2 projects | /r/PlotterArt | 13 Jan 2023
    How about this occult?
  • Vsketch advice needed. Description in comments.
    1 project | /r/PlotterArt | 1 Dec 2022
    As u/robobachelor said, you can use vpype occult plugin to perform the occlusion. I'm unsure (and cannot test right now) if the fill pattern generated by vsketch is drawn before or after the circle outline. If it's drawn before, you'll have to place each circle in a different layer, then perform occlusion with vpype read input.svg occult -i write output.svg (note the -i option). You can also invoke occult directly from vsketch with vsk.vpype(occult -i).
  • [Help] Cropping SVG problem
    2 projects | /r/Inkscape | 25 Sep 2022
    vpype: https://github.com/abey79/vpype occult plugin for vpype: https://github.com/LoicGoulefert/occult
  • Chrysalide
    3 projects | /r/PlotterArt | 27 Mar 2022
    It is generated with code only. I scale, rotate and translate a random polygon, then remove hidden lines with occult, a plugin I made for vpype (worth checking for SVG optimization).
  • Stitches
    1 project | /r/PlotterArt | 19 Apr 2021
    Here it is : https://github.com/LoicGoulefert/occult

What are some alternatives?

When comparing scour and occult you can also consider the following projects:

GimelStudio - Non-destructive, node based 2D image editor with an API for custom nodes

vegetable - Vegetable contains a design/definition of a Vector Graphic that allows it to easily render it as equally an spaced point cloud/sequence. From this, vegetable offers a way to read .ttf font files, and render their glyphs into point clouds/sequences.

svg.py - 🎨 Type-safe and powerful Python library to generate SVG files

p5.js-svg - SVG runtime for p5.js.

gerbolyze - Directly render SVG overlays into Gerber and Excellon files

vpype - The Swiss-Army-knife command-line tool for plotter vector graphics.

apysc - apysc is a Python frontend library to create html and js file, that has ActionScript 3 (as3)-like interface.

vsketch - Generative plotter art environment for Python

svg-experiments - ✒️ A gallery of experiments with Scalable Vector Graphics (SVG) and interactive visualizations.

LDV-plotter - This is a mathematics functions plotter. With this tool you can create beautiful plots and surprise your friends.

optipng-bin - optipng bin-wrapper that makes it seamlessly available as a local dependency