Skip to content

A tool for processing images with actions defined by presets

Notifications You must be signed in to change notification settings

lksmoeller/ImageProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageProcessor

A tool for processing images with actions defined by presets


php apply.php preset-name /path_to/source_img.jpg output_img.jpg

Rotates the image by 90 degrees and puts grayscale filter on it
php apply.php grayscale-and-rotate /path_to/source_img.jpg output_img.jpg

Puts a watermark on the image and rotates it by 180 degrees
php apply.php watermark-and-rotate /path_to/source_img.jpg output_img.jpg

Rotates the image, puts a watermark on it and uses a grayscale filter
php apply.php rotate-watermark-and-grayscale /path_to/source_img.jpg output_img.jpg

About

A tool for processing images with actions defined by presets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages