All Projects → prideout → Snowy

prideout / Snowy

Licence: mit
Small Image Library for Python 3

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Snowy

Pythonfromspace
Python Examples for Remote Sensing
Stars: ✭ 344 (-14.21%)
Mutual labels:  image-processing
Pyemd
Fast EMD for Python: a wrapper for Pele and Werman's C++ implementation of the Earth Mover's Distance metric
Stars: ✭ 361 (-9.98%)
Mutual labels:  image-processing
Sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
Stars: ✭ 21,131 (+5169.58%)
Mutual labels:  image-processing
Closed Form Matting
Python implementation of A. Levin D. Lischinski and Y. Weiss. A Closed Form Solution to Natural Image Matting. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), June 2006, New York
Stars: ✭ 349 (-12.97%)
Mutual labels:  image-processing
Photodemon
A free portable photo editor focused on pro-grade features, high performance, and maximum usability.
Stars: ✭ 356 (-11.22%)
Mutual labels:  image-processing
Texturize
🤖🖌️ Generate photo-realistic textures based on source images. Remix, remake, mashup! Useful if you want to create variations on a theme or elaborate on an existing texture.
Stars: ✭ 366 (-8.73%)
Mutual labels:  image-processing
Imageproc
Image processing operations
Stars: ✭ 340 (-15.21%)
Mutual labels:  image-processing
Kornia
Open Source Differentiable Computer Vision Library
Stars: ✭ 5,615 (+1300.25%)
Mutual labels:  image-processing
Ccextractor
CCExtractor - Official version maintained by the core team
Stars: ✭ 356 (-11.22%)
Mutual labels:  image-processing
Curated List Of Awesome 3d Morphable Model Software And Data
The idea of this list is to collect shared data and algorithms around 3D Morphable Models. You are invited to contribute to this list by adding a pull request. The original list arised from the Dagstuhl seminar on 3D Morphable Models https://www.dagstuhl.de/19102 in March 2019.
Stars: ✭ 375 (-6.48%)
Mutual labels:  image-processing
Sherloq
An open-source digital image forensic toolset
Stars: ✭ 349 (-12.97%)
Mutual labels:  image-processing
Imaginary
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
Stars: ✭ 4,107 (+924.19%)
Mutual labels:  image-processing
Pythonsift
A clean and concise Python implementation of SIFT (Scale-Invariant Feature Transform)
Stars: ✭ 374 (-6.73%)
Mutual labels:  image-processing
Thumbnailator
Thumbnailator - a thumbnail generation library for Java
Stars: ✭ 3,845 (+858.85%)
Mutual labels:  image-processing
Awesome Image Registration
image registration related books, papers, videos, and toolboxes
Stars: ✭ 380 (-5.24%)
Mutual labels:  image-processing
Image pipeline
An image processing pipeline for ROS.
Stars: ✭ 343 (-14.46%)
Mutual labels:  image-processing
Magick
Magic, madness, heaven, sin
Stars: ✭ 362 (-9.73%)
Mutual labels:  image-processing
Quickviewer
A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
Stars: ✭ 394 (-1.75%)
Mutual labels:  image-processing
Beam
✨ Expressive WebGL
Stars: ✭ 383 (-4.49%)
Mutual labels:  image-processing
Fmriprep
fMRIPrep is a robust and easy-to-use pipeline for preprocessing of diverse fMRI data. The transparent workflow dispenses of manual intervention, thereby ensuring the reproducibility of the results.
Stars: ✭ 377 (-5.99%)
Mutual labels:  image-processing

Build Status

Snowy

This is a tiny Python 3 module for manipulating and generating images.

  • Simple and flat API. See the documentation.
  • Supports resize and blur with a variety of filters.
  • Honors a specified wrap mode for proper boundary behavior.
  • Supports simple OpenEXR images (never clamps colors).
  • Written purely in Python 3 and accelerated using numba.
  • Efficiently generates gradient noise and distance fields.

Snowy is somewhat similar to pillow and scikit-image, but has a small feature set with some unique abilities. Painting and 2D paths are outside the scope of the library. See pycairo or skia-pathops.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].