Skip to content

Create a target image from given shapes like triangles, cubes, circles, ...

License

Notifications You must be signed in to change notification settings

adalfarus/shaper

Repository files navigation

shaper

Create a target image from given shapes like triangles, cubes, circles, ... . There are two kinds of images that work best, Highly Detailed Images: These images have lots of fine details and intricate features. When blurred, the details still hold enough information to create a recognizable image and Very Simple Images: These images have clear, distinct shapes and minimal elements. Even when blurred, the simplicity makes them easy to recreate. The worst image you can give it is one where color changes are not small enough to be ignored but still too complex, making it difficult to use the basic shapes effectively.

The aplustools version needed can be found here. I'll update it to the latest version when I have time to verify they work the same.

Arguments are the target image path, the shapes directory path, changing the color of the shapes, using random shapes, and finally if it should start at another image. (This doesn't work sometimes)

python3 V4.py from_image.png shapes True False middle_image.png

You can leave out the last parameter if you want to start fresh like this:

python3 V4.py from_image.png shapes True False

When you close the window it'll save the image to final_image.png

Tested configurations

[On bigger images, otherwise it can lead to an opencv error]

  • Python 3.12.1; Windows 11; Qt6
  • Python 3.10.12; Ubuntu 22.04 LTS; Qt6 & libxcb-cursor0

About

Create a target image from given shapes like triangles, cubes, circles, ...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages