iamkartiknayak / py-image-processor

PyImageProcessor is a multithreaded image processing application built on top of QT6 framework.

Repository from Github https://github.comiamkartiknayak/py-image-processorRepository from Github https://github.comiamkartiknayak/py-image-processor

PyImageProcessor

PyImageProcessor is a image processing is a multithreaded application developed in python. It has a capability to manipulate images in different area such as compression, encoding, resolution and add basic editing form-factors such as brightness, contrast etc.


This Image Processor can manipulate images in diffrent ways including

1. Add filters from selected range of filters.

  • Blur
  • Contour
  • Sharpen
  • Smooth
  • Emboss ...


2. Add Enhancement with specific values

[Note: Values are valid from 0-8]


3. Change Resolution.

  • Resize images with maintained aspect ratio.
  • Resize image with custom resolution


4. Change image encoding into variety of formats including

  • JPEG
  • JPG
  • PNG
  • JFIF


5. Compress Images to reduce image size with minimal loss of quality.

About

PyImageProcessor is a multithreaded image processing application built on top of QT6 framework.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%