v0.1.0
Immutable
release. Only release title and notes can be modified.
🎁 Features
- SVG to ICO conversion: added an initial
.svg→.icopipeline that renders at 16/24/32/256 px, encodes the layers as PNG, and assembles them into a single ICO file. 🡥 - Custom output path: added a positional SVG input and an optional
-o/--outputflag with unknown-option detection. 🡥 - Custom layer sizes: added the
-s/--sizesoption to choose layer sizes (defaults to16,24,32,256, validated to the 1–256 range). 🡥
⚡ Performance
- Smaller ICO files: PNG layers are now compressed with oxipng at max compression to shrink the resulting
.icosize. 🡥
📋 Docs
- Documented ICO pipeline: added documentation for the ICO format and the rendering pipeline. 🡥