image-editing

How to resize an image keeping the thickness of its border?

How to resize an image keeping the thickness of its border? Question: I’m making a GUI toolkit for the Python Arcade library, but I am stuck on a problem. I want the user to be able to customize sizes for the GUI widgets and graphics in pixels (width, height). But currently, the graphics are images. …

Total answers: 2

Editing out part of an image in python

Editing out part of an image in python Question: I have a collection of images featuring ships on or near the horizon in open ocean. I am trying to create an image that removes the ship(s) from the image while leaving most of the background intact. My initial attempt was to scan each row and …

Total answers: 1