/PHP-Image-Processing-Library

PHP IMPROCS (Image Processing) Library

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

PHP Image Processing Library

Image processing with PHP.

Blur Effect => blurEf($url,$level) ~ 05.09.2021

Horizontal Edge Detection => horizontalEdge($url) ~ 06.09.2021

Vertical Edge Detection => verticalEdge($url) ~ 06.09.2021

Laplacian Edge (Outline) => laplacianEdge($url) ~ 06.09.2021

Gray Scale => grayscale($url) ~ 24.03.2023

Resize => resize($url, $width, $height) ~ 24.03.2023

Brightness Adjustment => brightness($url, $level) ~ 25.03.2023