Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 428 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 428 Bytes

ImageBlur Example

imageBlur is a lightweight image processing tool built in C++.

It allows users to apply blur effects to images by inputting a desired blur intensity.

Leveraging C++ multithreading, the tool efficiently handles images with large pixel dimensions, delivering results quickly. Additional features and processing options are continually being developed and refined to enhance functionality.