Skip to content

GOSHROW/GreenScreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GreenScreen

Trying to Simulate the GreenScreen technique through the use of Library Pillow

  • See to it that the python library Pillow is installed beforehand. It has been used instead of PIL since the latter couldn't be reliably downloaded during the time of creation of the given Py file.
  • In Python terminal, go for pip install Pillow==2.2.2.
  • The given images BuFu0Pz, maxresdefault are courtesy of Google Images, and are used only for testing the python code.
  • In order to change them, to any other set of images, see to it that the image names are suitably changed in the python code, ehile initializing im1, im2.
  • The file out.tif(due to useof tif in similar artistic ventures) is a saved result of the python code and changes with evry instance of greenscreen.py being changed.
  • In order to run the code, either run through your python interface or use python greenscreen.py from a relative path on the terminal
  • Keep in mind that the resolution of im1 and of im2 must be appropriate, so that the index does not exceed. Moreover the path of the images must be proper so as to load them efficiently
  • Any onlookers might try to test the code for different colours and circumstances, and try to enhance it similarly.

About

Trying to Simulate the GreenScreen technique through the use of Library Pillow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages