I'm trying to make an image smaller is it possible to resize and what would be the best way to go about it.
you can use setShapeSize(newShapeWidth, [newShapeHeight]) or scale(scalingFactorX, [scalingFactorY]) to resize any GraphicObject (including Image), which are stated in the Graphics2_Reference document.
setShapeSize(newShapeWidth, [newShapeHeight])
scale(scalingFactorX, [scalingFactorY])
You can also use adobe photoshop to resize the pixels based on the window width and window height that you have
You can also go to https://www3.lunapic.com/editor/ and resize the image before importing it into python!
That link is very helpful.
That's what I used to resize my gifs for my project.