fill vector-based logo with pictures
in
Programming Questions
•
3 years ago
Hi,
for a project I need to fill a vector-based logo with pictures.
I have a folder on my harddrive filled with pictures.
I have a logo converted to svg.
I can open the logo with PShape.
Now I have to fill the logo with the pictures, making shure the pictures will only be within the contours of the logo.
I already did a test with the Geomerative addon and the
contains method.
In
for loops i scanned the entire window-area and if a certain coordinatie is within the svg-contour I put a point there.
However this was really slow and I didn't even use the images yet...
Any suggestions?
Thanks!
Patrick
1