Skip to content

Latest commit

 

History

History
312 lines (265 loc) · 14.8 KB

image-processing.md

File metadata and controls

312 lines (265 loc) · 14.8 KB

Bookmarks tagged [image-processing]

http://www.boost.org/doc/libs/1_56_0/libs/gil/doc/index.html

Generic Image Library.


http://cimg.eu/

A small, open source, C++ toolkit for image processing. [Own LGPL or GPL]


https://www.codeproject.com/Articles/1300/CxImage

An image processing and conversion library to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images. [zlib]


http://freeimage.sourceforge.net/

An open source library that supports popular graphics image formats and others as needed by today's multimedia applications. [GPL2 or GPL3]


https://github.com/libgd/libgd

GD Graphics Library, famously used in PHP for image loading/manipulation & thumbnail generation. [custom permissive license, requires mention in user docs] website


http://dicom.offis.de/dcmtk.php.en

DICOM Toolkit.


http://gdcm.sourceforge.net/wiki/index.php/Main_Page

Grassroots DICOM library.


http://www.itk.org/

An open-source, cross-platform system for image analysis. [Apache2 from ITK 4.0]


https://github.com/ShiqiYu/libfacedetection

Open source library for face detection in images. The face detection speed can reach 1500FPS. [BSD]


https://github.com/libjpeg-turbo/libjpeg-turbo

A JPEG image codec that uses SIMD instructions to accelerate baseline JPEG encoding and decoding. [IJG & BSD-3-Clause & zlib] website


https://github.com/jcupitt/libvips

A fast image processing library with low memory needs. [LGPL] website


http://www.imagemagick.org/script/api.php

ImageMagick program interfaces for C. [Apache2]


http://opencv.org/

Open source computer vision. [BSD]


http://www.openexr.com/

Cross-platform library for high dynamic range imaging. [Modified BSDF]


https://github.com/OpenImageIO/oiio

Powerful image and texture wrangling library with support for a wide number of common lossy and RAW formats. [Modified BSD]


https://github.com/ermig1979/Simd

C++ image processing library with using of SIMD: SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX-512, VMX(Altivec) and VSX(Power7), NEON for ARM. [MIT]


https://github.com/nothings/stb/blob/master/stb_image.h

STB single-header image loading library. [Public Domain]


https://github.com/tesseract-ocr

An OCR engine. [Apache2]


https://github.com/cdcseacave/TinyEXIF

Tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG. [MIT]


https://github.com/matt-42/vpp

A C++14 high performance video and image processing library. [MIT]


https://github.com/ukoethe/vigra

A generic C++ computer vision library for image analysis. [MIT X11]


http://www.vtk.org/

Open-source, freely available software system for 3D computer graphics, image processing and visualization. [BSD]


https://github.com/abonander/img_hash

Perceptual image hashing and comparison for equality and similarity.


https://github.com/image-rs/image

Basic imaging processing functions and methods for converting to and from image formats


https://github.com/image-rs/imageproc

An image processing library, based on the image library. Build Status


https://github.com/twistedfall/opencv-rust

Rust bindings for OpenCV


https://github.com/minimagick/minimagick

A ruby wrapper for ImageMagick or GraphicsMagick command line.


https://github.com/westonplatter/phashion

Ruby wrapper around pHash, the perceptual hash library for detecting duplicate multimedia files.


https://github.com/layervault/psd.rb

Parse Photoshop files in Ruby with ease.


https://github.com/rmagick/rmagick

RMagick is an interface between Ruby and ImageMagick.


https://github.com/jcupitt/ruby-vips

A binding for the libvips image processing library.


https://github.com/maxim/skeptick

Skeptick is an all-purpose DSL for building and running ImageMagick commands.


https://github.com/rossgoodwin/hmap

Image histogram remapping.


https://sourceforge.net/projects/imgseek/

A project for searching a collection of images using visual similarity.


https://github.com/hhatto/nude.py

Nudity detection.


https://github.com/daboth/pagan

Retro identicon (Avatar) generation based on input string and hash.


https://github.com/python-pillow/Pillow

Pillow is the friendly PIL fork.


https://pythonhosted.org/pyBarcode/

Create barcodes in Python without needing PIL.


https://github.com/ajkumar25/pygram

Instagram-like image filters.


https://github.com/lincolnloop/python-qrcode

A pure Python QR Code generator.


https://github.com/fogleman/Quads

Computer art based on quadtrees.


http://scikit-image.org/

A Python library for (scientific) image processing.


https://github.com/thumbor/thumbor

A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.


https://github.com/dahlia/wand

Python bindings for MagickWand, C API for ImageMagick.


https://github.com/davidsonfellipe/lena.js

A Library for image processing with filters and util functions.


https://github.com/fengyuanchen/cropper

A simple jQuery image cropping plugin.