All Projects → kosinix → Grafika

kosinix / Grafika

Licence: mit
An image processing library for PHP

Projects that are alternatives of or similar to Grafika

Php Legofy
Transform your images as if they were made out of LEGO bricks.
Stars: ✭ 161 (-80.79%)
Mutual labels:  image-processing, gd
Simpleimage
A PHP class that makes working with images as simple as possible.
Stars: ✭ 1,184 (+41.29%)
Mutual labels:  image-processing, gd
Smartcrop.php
smartcrop implementation in PHP
Stars: ✭ 37 (-95.58%)
Mutual labels:  image-processing, gd
Color Thief Php
Grabs the dominant color or a representative color palette from an image. Uses PHP and GD, Imagick or Gmagick.
Stars: ✭ 564 (-32.7%)
Mutual labels:  image-processing, gd
Xdog Filter
Edge Detection with XDoG Filter
Stars: ✭ 26 (-96.9%)
Mutual labels:  image-processing
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (-97.26%)
Mutual labels:  image-processing
Mousemorph
Tools for MRI mouse brain morphometry
Stars: ✭ 19 (-97.73%)
Mutual labels:  image-processing
Texturize
Image Quilting for Texture Transfer.
Stars: ✭ 18 (-97.85%)
Mutual labels:  image-processing
Sv Images
Image manipulation library with an HTTP based API.
Stars: ✭ 7 (-99.16%)
Mutual labels:  image-processing
Segmentation
Catalyst.Segmentation
Stars: ✭ 27 (-96.78%)
Mutual labels:  image-processing
Pyspm
Python library to handle Scanning Probe Microscopy Images. Can read nanoscan .xml data, Bruker AFM images, Nanonis SXM files as well as iontof images(ITA, ITM and ITS).
Stars: ✭ 25 (-97.02%)
Mutual labels:  image-processing
Ibeabfhr
Image Brightness Enhancement Automatically Based on Fast Haze Removal
Stars: ✭ 23 (-97.26%)
Mutual labels:  image-processing
Sickzil Machine
Manga/Comics Translation Helper Tool
Stars: ✭ 934 (+11.46%)
Mutual labels:  image-processing
Introduction To Programming With Matlab
Coursera Course: Introduction to Programming 👩‍💻 with MATLAB ~by Vanderbilt University 🎓
Stars: ✭ 23 (-97.26%)
Mutual labels:  image-processing
Imagescout
A Swift implementation of fastimage. Supports PNG, GIF, and JPEG.
Stars: ✭ 940 (+12.17%)
Mutual labels:  image-processing
Schwartz.js
ASCII Art JavaScript library
Stars: ✭ 19 (-97.73%)
Mutual labels:  image-processing
Python Compare Images
This repository is mainly about comparing two images. The technique used is SSIM. i.e. Structural Similarity Index Measure We use some of the inbuilt functions available in python's skimage library to measure the SSIM value. Along with SSIM we also measure the MSE ( Mean Square Error ) To know more about the SSIM technique Refer Here: https://en.wikipedia.org/wiki/Structural_similarity
Stars: ✭ 25 (-97.02%)
Mutual labels:  image-processing
Hnr
🌟 An off-line handwritten numeral recognition system
Stars: ✭ 26 (-96.9%)
Mutual labels:  image-processing
Logorain Ascii Art
Logorain-ASCII-Art: A simple Image to ASCII Art converter
Stars: ✭ 24 (-97.14%)
Mutual labels:  image-processing
Kht
Kernel-Based Hough Transform for Detecting Straight Lines in Images
Stars: ✭ 24 (-97.14%)
Mutual labels:  image-processing

Grafika

Build Status

An image processing library for PHP

Unique Features

These are the features that make Grafika unique from other libs:

  • Smart Crop - Grafika can guess the crop position based on the image content where the most important regions are preserved.
  • Animated GIF Support - It can resize animated GIFs on both GD and Imagick. On GD, Grafika uses its own GIF parser to do this.
  • 5 Resize Modes - Resize is a first class citizen in Grafika. Call them directly using resizeFit, resizeFill, resizeExact, resizeExactWidth, and resizeExactHeight or use the generic resize api.
  • Image Compare - Find how similar two images are using perceptual hashes or check if they are exactly equal.
  • Advance Filters - Sobel and Floyd-Steinberg Dithering. More will be added in future releases.
  • Image Blending - Blend 2 images using the following modes: normal, multiply, overlay and screen.
  • Normalized API - No need to worry about the differences between GD and Imagick API, Grafika normalizes these operations for you.

See documentation for a full list of features.

Documentation

https://kosinix.github.io/grafika

API:

https://kosinix.github.io/grafika/api

Packagist

https://packagist.org/packages/kosinix/grafika

License

  • MIT License
  • GPL 2
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].