First of all, I am at a complete beginner level of python, with just under a month of experience.
I am writing a simple program as part of a project whereby my two primary objectives are create a function from scratch that flips and rotates an image, and another function that essentially changes the rgb value of the image (e.g. make the image greyscale). The user will be given an choice where they choose one of the effects to apply to the image. I already have pillow installed, do I need any other libraries? I want to know how I can go about creating these from scratch.
Any help would be appreciated
Thanks
EDIT: To clarify, I will be using pillow, but I will be creating the rotate and greyscale functions myself