Skip to content

alexlostorto/image-manipulation

Repository files navigation

Image Manipulation

This repository includes Python scripts which can be used to crop, merge and create images. A full list of the HTML hex codes is also included in the form of a CSV file and a Python file.

# List of scripts
import Image_Cropper  # To crop images
import Image_Merger  # To merge images
import Solid_Background  # To create solid backgrounds
import Colours  # Variables for all standard HTML hex colours

Set-up

pip install Pillow

Credits

Everything is coded by Alex lo Storto

Licensed under the MIT License.