Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 2.47 KB

README.md

File metadata and controls

53 lines (42 loc) · 2.47 KB

Image Editor and Editing automation tool

Powerful image editor written on React + TS that allows to store custom filter configurations, upload images, process them and download in bulk.
Written on top of caman.js.

Demo

Examples

Main View

image

Configurations

Common layer configurations support many filters including brightness, contrast, exposure, noise, etc.

image

Configuration hints

Each base configuration has before / after hint that representes the applied filter.

image

Layer configurations

Layer specific configurations, that are applied on top of the base layer image

Actions

Include:

  • Adding / removing additional layers
  • Saving applied filter configurations
  • Selecting saved configurations and applying them to filter
  • Deleting all configurations
  • Resetting current layer's configuration / configuration of every level
  • Copy / Past actions for layer configurations
  • Automatic image downloading with applied effects
  • Target image display scale

image

Save layer configuration view

image

Custom image upload

image

Results

image image image image image

Installation

Clone repo, run

yarn && yarn dev