🖼️
Image Manipulation
A small Pillow script that opens a local image (mars.jpg), resizes it to 200x200 pixels, and saves the result as newImage.jpg.
A small Pillow script that opens a local image (mars.jpg), resizes it to 200x200 pixels, and saves the result as newImage.jpg.
A small Pillow script that opens a local image (mars.jpg), resizes it to 200x200 pixels, and saves the result as newImage.jpg.
mars.jpg in the project directory.python resizingImage.py.mars.jpg, resizes it to 200x200 pixels, and saves the result as newImage.jpg in the same directory.pip install pillow
python resizingImage.py