Manipulate image

Resize an image Options: Image.NEAREST – use nearest neighbourImage.BILINEAR – linear interpolationImage.BICUBIC – cubic spline interpolationImage.LANCZOS – a high-quality downsampling filter

Read More

Installing packages on Windows

Installing via VS code Use the ‘Terminal’ window, the ‘Python’ one Installing Installing into main Python folder (not necessarily the same one your VS Code is using!) Python comes with the pip package manger Installing / updating Use the windows command prompt <<<Use ‘Run as administrator’ to it can write to the Python install directorychange […]

Read More