awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
emcconville avatar

emcconville/wand

0
View on GitHub↗
1,482 stars·199 forks·Python·10 viewsdocs.wand-py.org↗

Wand

The ctypes-based simple ImageMagick binding for Python

Features

  • Computer Vision - Simple ctypes-based bindings for ImageMagick.
  • Image Processing - Wraps the ImageMagick C API for advanced image manipulation.

Star history

Star history chart for emcconville/wandStar history chart for emcconville/wand

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Wand

These projects share indexed features with Wand. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • hybridgroup/gocvhybridgroup avatar

    hybridgroup/gocv

    7,463View on GitHub↗

    GoCV is a computer vision library and Go language binding for OpenCV. It serves as an image processing toolkit and deep learning inference engine, providing programmatic access to a wide range of algorithms for image manipulation, object detection, and video analysis. The project differentiates itself through high-performance native bindings and hardware acceleration. It utilizes a foreign function interface to map Go calls to C++ functions and includes a hardware-agnostic backend dispatch to route neural network tasks to computation engines such as CUDA and OpenVINO. The library covers a br

    Go
    View on GitHub↗7,463
  • libvips/pyvipslibvips avatar

    libvips/pyvips

    809View on GitHub↗

    python binding for libvips using cffi

    Pythonimage-manipulationimage-processingpython
    View on GitHub↗809
  • ermig1979/simdermig1979 avatar

    ermig1979/Simd

    2,254View on GitHub↗

    C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON, SVE for ARM, HVX for Hexagon

    C++
    View on GitHub↗2,254
  • python-pillow/pillowpython-pillow avatar

    python-pillow/Pillow

    13,637View on GitHub↗

    Pillow is a Python image processing library and digital image manipulation toolkit used for opening, manipulating, and saving various image file formats. It serves as a multi-format image codec wrapper that enables the reading and writing of diverse standards such as JPEG, PNG, TIFF, and BMP. The library provides tools for programmatic image manipulation, including resizing, cropping, rotating, and transforming visual content through direct pixel data modification. It supports pixel data analysis to extract and modify raw information for custom visual processing and data transformations. The

    Pythonccross-platformimage
    View on GitHub↗13,637
Compare all 30 related projects→

Frequently asked questions

What does emcconville/wand do?

The ctypes-based simple ImageMagick binding for Python

What are the main features of emcconville/wand?

The main features of emcconville/wand are: Computer Vision, Image Processing.

Which projects share features with emcconville/wand?

Projects with overlapping indexed features include: libvips/pyvips — python binding for libvips using cffi. scikit-image/scikit-image — scikit-image is a Python image processing library and scientific image analysis toolkit. It provides a framework for… ermig1979/simd — C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON, SVE… hybridgroup/gocv — GoCV is a computer vision library and Go language binding for OpenCV. It serves as an image processing toolkit and… python-pillow/pillow — Pillow is a Python image processing library and digital image manipulation toolkit used for opening, manipulating, and… ukoethe/vigra — a generic C++ library for image analysis.