An open API service indexing awesome lists of open source software.

https://github.com/ragingwind/image-processing.cc

Code catalog for image processing. This examples is result of learning the image processing. It may have a defect or performance issue.
https://github.com/ragingwind/image-processing.cc

Last synced: about 1 year ago
JSON representation

Code catalog for image processing. This examples is result of learning the image processing. It may have a defect or performance issue.

Awesome Lists containing this project

README

          

# Image processing code-catalog
This project is code-catalog of image processing.

## Image processing for iOS: Basic
This example implemented by Quartz 2D and pixel operations. It was made for learning image processing and easier to understand. The example may have a defect or performance issue. Please refer to supports filter list below.

* Grey
* Bright
* Contrast
* HUE, Saturation, Luminance
* Sharper
* More Sharpen
* Subtle Sharpen
* Blur
* Photoshop Blur
* Box Blur
* Gaussian Blur

# License
Copyright © 2010 @ragingwind. All rights reserved. Use of this source code is governed by a [MIT](http://ragingwind.github.com/LICENSE/MIT)