Skip to main content

Image Vectorizer

Image Vectorizer Hero

Last updated: 2026-06-05

Image Vectorizer is a Python and PySide6 desktop application foundation for working with raster images. The current application supports local image import, original and processed previews, image metadata display, and an initial grayscale and threshold processing pipeline. It can also detect, simplify, and preview color-aware vector paths using configurable quality, background removal, and comparison controls. The desktop UI supports accessible Light, Dark, and System theme modes, single SVG export, and responsive batch SVG processing.

Install Dependencies

python -m pip install -r requirements.txt

Run

From the project root:

python main.py

Or use the development runner:

python scripts/run_dev.py

Build & Packaging

To bundle the application into a standalone desktop executable for distribution:

On Windows

.venv\Scripts\python scripts\build_app.py

On macOS / Linux

.venv/bin/python scripts/build_app.py

The script will automatically handle:

  1. Cleaning previous build output folders.
  2. Generating a clean build using the configuration from image_vectorizer.spec.
  3. Creating the standalone package in the dist/ directory.
  4. Auto-detecting the application icon in app/resources using the native platform icon format when available.
  5. Running a post-build cleanup on temporary compilation artifacts.
  6. Using PyInstaller from .venv or the system PATH.

Documentation

Project documentation is available in docs/.

  • docs/architecture/ for system and pipeline architecture.
  • docs/developer/ for setup, verification, benchmark, and packaging guides.
  • docs/product/ for project overview, glossary, status, and roadmap.
  • docs/user/ for UI workflow, performance tips, and troubleshooting.

CI/CD & Release Automation

We use GitHub Actions to automate desktop application builds, version tagging, and release publishing.

1. CI Build Workflow (build.yml)

  • Triggered automatically on push or pull requests to the main branch, or via manual run (workflow_dispatch).
  • Builds standalone application packages for Windows, macOS, and Linux in parallel.
  • Uploads the build outputs as workflow artifacts (Image-Vectorizer-Windows, Image-Vectorizer-macOS, Image-Vectorizer-Linux).

2. Manual Tag Workflow (create_tag.yml)

  • Triggered manually from the Actions tab.
  • Accepts a semantic version tag (e.g. v1.0.0) and pushes it to the repository after validating that the format matches v*.*.* and the tag does not already exist.

3. Release Publication Workflow (release.yml)

  • Automatically triggered when a new version tag (v*.*.*) is pushed.
  • Re-builds the application packages for all target platforms, compiles them, and attaches the archived builds to a newly created GitHub Release using the version number as the release name.

4. PyPI Publishing Workflow (publish_pypi.yml)

  • Triggered automatically when a new version tag (v*.*.*) is pushed, or via manual run (workflow_dispatch).
  • Compiles the source distribution and wheel packages, validates package metadata using twine, and publishes the package to PyPI under the name silukman-image-vectorizer using the repository secret PYPI_API_TOKEN.

Difference Between Manual and CI Build

  • Manual Build: Runs locally via scripts/build_app.py. Uses local system libraries, virtual environment compilers, and target architecture. Best for fast local verification.
  • CI Build: Runs inside clean, isolated containers on GitHub-hosted runners (Windows, macOS, Linux). Guarantees reproducible builds and doesn't pollute local environments.

Release files for silukman-image-vectorizer 1.14.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for silukman-image-vectorizer 1.14.0
File Size Uploaded
silukman_image_vectorizer-1.14.0.tar.gz 4.5 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for silukman-image-vectorizer 1.14.0
File Interpreter ABI Platform
silukman_image_vectorizer-1.14.0-py3-none-any.whl Python 3 none any Details

Total release size: 8.9 MB

Release files / silukman_image_vectorizer-1.14.0.tar.gz

Download URL silukman_image_vectorizer-1.14.0.tar.gz
Size 4.5 MB
Tags Source
SHA-256 checksum
How to use checksums
d9e36ad148613553e56eb97935043bd4836b4577e8bf7410f058241020031ea1
BLAKE2b-256 checksum
How to use checksums
e995f790f5a9b65bb68815518eb13039b92099551a7778535a336b685e2d0fd4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.14

Release files / silukman_image_vectorizer-1.14.0-py3-none-any.whl

Download URL silukman_image_vectorizer-1.14.0-py3-none-any.whl
Size 4.5 MB
Tags Python 3
SHA-256 checksum
How to use checksums
b44d16a372c77d1974527c443f7c1d8192d345db88536b47fceba539163adcdf
BLAKE2b-256 checksum
How to use checksums
ce33d21e8cf1b4f2da9ffd7ea95b88d20a9a79bf6fcd1515272748b94173bb78
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.14
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page