Uploaded by kevin.fng11

pillow project

advertisement
Pillow Project
Summary:
The goal of this project was to create a simple photo editing program
where users can play around with the all the different image enhancements in
pillow. I provided a bunch of images that the users can use to play around with
the different filters and enhancements. I also made a menu to make it easier for
the user to choose the images. Normally, one would have to make sure they input
the photo with the correct path and make sure that everything is spelled
correctly. The menu I created fixes that problem, but I also added an option to
add your image file path. At the end of it all, I was able to create a pretty simple
but effective photo editing program.
Code Images:
1) The photo above is how I created the menu that the user will see after
they run the program. Each image is correlated to a name and number
and the user will input a number into the program. The program will
process the number and choose the image to edit accordingly.
2) This image above is an example of one of the functions I have that help
make enhancements possible. This function allows the user to add text
to the image. The user can add their name or any type of text they may
so choose.
More Ideas:
Some future ideas I have for this project is to make it bigger and more
complex. One could use pillow to make an image editing software that is on the
scale of adobe photoshop but also make it simpler for the user with the menu
prompts that I made.
Download