Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 650 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 650 Bytes

Pyphort.py

  • Python Photo Sort
  • YYYY/MM/DD photo album

Copyright.py

  • add watermark to a photo

Monochrome.py

  • create monochrome version of photos within input dir

Reduce_Sizes.py

  • reduce jpeg quality of a photo to a certain value

Resize.py

  • resize photo to certain pixelsize (default:1920x1080)

Slideshow.py

  • create a slideshow of a picture folder and an audio file

Requirements

  • exif
  • graphicsmagick
  • jpegoptim
  • ffmpeg

Installation

  • move scripts into a directory within your $PATH
  • create conda env with required dependencies
conda create --name pypic -c "conda-forge" ffmpeg imagemagick librosa