Skip to content

bmart18/Photographer-All-In-One

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photographer-All-In-One


This is a program designed for photographers to mass edit or watermark photos (.jpg || .png)

You can run this program from any folder (it does not have to be in the folder of the photos) using
python main.py

Some Features Include

  • Watermark in Upper Left, Upper Right, Bottom Left, Bottom Right
  • Convert All Images to the National Television System Committee standard for RGB to Grayscale
  • Equalize All Color Images using histogram equalization
  • Equalize All Grayscale Images using histogram equalization (program will apply to grayscale or color image)
  • Apply a Log Base transformation to grayscale images (program will apply to grayscale or color image)
  • Apply a Gamma transformation to grayscale images (program will apply to grayscale or color image)
  • Apply a Gaussian Filter to all images (program will apply to grayscale or color image)
  • Apply a Median Noise Reduction Filter to all images (program will apply to grayscale or color image)

Photo of Application


About

Program designed to mass edit and watermark all photos in a directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages