All Projects â†’ yTakkar â†’ Handy Image Processor

yTakkar / Handy Image Processor

A handy Image Processor for NodeJS. 📷📷📷

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Handy Image Processor

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 (+78.57%)
Mutual labels:  image-processing
Giin
Graph-based Image Inpainting
Stars: ✭ 7 (-50%)
Mutual labels:  image-processing
Compositor Api
Compositor is a lightweight utility API for compositing images quickly and efficiently in Unity.
Stars: ✭ 9 (-35.71%)
Mutual labels:  image-processing
Xdog Filter
Edge Detection with XDoG Filter
Stars: ✭ 26 (+85.71%)
Mutual labels:  image-processing
Segmentation
Catalyst.Segmentation
Stars: ✭ 27 (+92.86%)
Mutual labels:  image-processing
Finite Transform Library
Fast transforms over finite fields
Stars: ✭ 7 (-50%)
Mutual labels:  image-processing
Kht
Kernel-Based Hough Transform for Detecting Straight Lines in Images
Stars: ✭ 24 (+71.43%)
Mutual labels:  image-processing
St Cgan
Dataset and Code for our CVPR'18 paper ST-CGAN: "Stacked Conditional Generative Adversarial Networks for Jointly Learning Shadow Detection and Shadow Removal"
Stars: ✭ 13 (-7.14%)
Mutual labels:  image-processing
Imagescout
A Swift implementation of fastimage. Supports PNG, GIF, and JPEG.
Stars: ✭ 940 (+6614.29%)
Mutual labels:  image-processing
Image Actions
A Github Action that automatically compresses JPEGs, PNGs and WebPs in Pull Requests.
Stars: ✭ 844 (+5928.57%)
Mutual labels:  image-processing
Sickzil Machine
Manga/Comics Translation Helper Tool
Stars: ✭ 934 (+6571.43%)
Mutual labels:  image-processing
Hnr
🌟 An off-line handwritten numeral recognition system
Stars: ✭ 26 (+85.71%)
Mutual labels:  image-processing
Grafika
An image processing library for PHP
Stars: ✭ 838 (+5885.71%)
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 (+78.57%)
Mutual labels:  image-processing
Pymatting
A Python library for alpha matting
Stars: ✭ 860 (+6042.86%)
Mutual labels:  image-processing
Logorain Ascii Art
Logorain-ASCII-Art: A simple Image to ASCII Art converter
Stars: ✭ 24 (+71.43%)
Mutual labels:  image-processing
Sv Images
Image manipulation library with an HTTP based API.
Stars: ✭ 7 (-50%)
Mutual labels:  image-processing
Playpixels
Swift Playground Book for learning image processing.
Stars: ✭ 14 (+0%)
Mutual labels:  image-processing
Spark Edge Detection
Edge detection in Spark AR
Stars: ✭ 13 (-7.14%)
Mutual labels:  image-processing
Cometa
Super fast, on-demand and on-the-fly, image processing.
Stars: ✭ 8 (-42.86%)
Mutual labels:  image-processing

Handy-Image-Processor

A handy, simple & useful Image Processor for NodeJS with very simple API.

Requirements

  1. gm

Install

First install.

# with npm
npm install handy-image-processor

# or with Yarn
yarn add handy-image-processor

Usage

// Import
const Processor = require('handy-image-processor')

// For processing
Processor.ProcessImage(options:Object):Promise
options = {
    srcFile,    // Image source      [eg. './src/image.gif']
    width,      // width you want    [eg. 100]
    height,     // height you want   [eg. 100]
    destFile:   // Image destination [eg. './dest/'+ new Date().getTime() +'.png']
}

// For deleting all the files of any given folder
Processor.DeleteFolder(folder:String):Promise
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].