Zorb Art
Opened this issue · 1 comments
almndbtr commented
almndbtr commented
💡 Idea: create an app or utility that replaces all faces with a random Zorb
Here's a rough take. Start by accepting JPG or PNG images to start, enforcing a cap (1MB to start, adjust as needed):
zorb-art --input monalisa.jpg --output zorbalisa.jpg
Next, given an image:
- Use existing Prior Art to detect the faces (see cetra3's Face Detection with TensorFlow Rust)
- For each face:
- Find the boundaries for the face
- Generate a Zorb using Zorb Web Component or a port of it (see Zorb Generator for an example of the component in action)
- "Draw" the Zorb within those boundaries
- Move onto the next face
Last, output the Zorb-ified image to output path.