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
libvips avatar

libvips/pyvips

0
View on GitHub↗
809 stars·59 forks·Python·MIT·8 views

Pyvips

python binding for libvips using cffi

Features

  • Computer Vision - Fast, low-memory image processing bindings.
  • Feature Engineering - High-performance image processing operations.
  • Image Processing - Low-memory, high-performance image processing.

Star history

Star history chart for libvips/pyvipsStar history chart for libvips/pyvips

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Pyvips

Similar open-source projects, ranked by how many features they share with Pyvips.
  • scikit-image/scikit-imagescikit-image avatar

    scikit-image/scikit-image

    6,529View on GitHub↗

    scikit-image is a Python image processing library and scientific image analysis toolkit. It provides a framework for digital image processing and computer vision, utilizing numerical arrays for pixel-level manipulations. The library enables the quantification of image properties and the detection of visual features, such as edges and blobs. It includes tools for image segmentation and the extraction of textures and patterns to characterize objects within visual data. Capabilities cover image manipulation through color space conversion, geometric transformations, and digital restoration. It a

    Pythoncomputer-visionimage-processingpython
    View on GitHub↗6,529
  • 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
  • emcconville/wandemcconville avatar

    emcconville/wand

    1,482View on GitHub↗

    The ctypes-based simple ImageMagick binding for Python

    Pythonctypesimagemagickpython
    View on GitHub↗1,482
  • 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
See all 30 alternatives to Pyvips→

Frequently asked questions

What does libvips/pyvips do?

python binding for libvips using cffi

What are the main features of libvips/pyvips?

The main features of libvips/pyvips are: Computer Vision, Feature Engineering, Image Processing.

What are some open-source alternatives to libvips/pyvips?

Open-source alternatives to libvips/pyvips include: scikit-image/scikit-image — scikit-image is a Python image processing library and scientific image analysis toolkit. It provides a framework for… luispedro/mahotas. ermig1979/simd — C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON, SVE… emcconville/wand — The ctypes-based simple ImageMagick binding for Python. 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…