Copy link to clipboard
Copied
I hope someone can help me. I'd like to create a halftone effect that consists of different shapes, like in this example. I can find information on how to modify one shape—from a circle to a specific shape—but not on how to incorporate various shapes randomly into the halftone effect. Hopefully, someone knows the solution.
Maybe do it in steps. If you have 6 different shapes use a script to randomly fill dots with 6 colors.
Then select objects with the same color and use a script to replace it with one of your shapes. Repeat for the remaining colors.
Copy link to clipboard
Copied
You could do it with Inkscape (it's free), but it would need a little preparation and math. Here's a video when you create it from the object that has all the elements in it at once: https://youtu.be/xeeAhsSwbx8
When you instead do the 9 objects one by one, you should get what you want.
Copy link to clipboard
Copied
Hi Monika, thanks you for your answer, it looks like you can only add one shape not multiple shapes
Copy link to clipboard
Copied
If you group them you can do it with multiple. But as I already wrote, in your case the position of those 9 elements should not change, only their size and that is where it gets tricky.
Copy link to clipboard
Copied
Maybe do it in steps. If you have 6 different shapes use a script to randomly fill dots with 6 colors.
Then select objects with the same color and use a script to replace it with one of your shapes. Repeat for the remaining colors.
Copy link to clipboard
Copied
Hi Ton, that sounds like a good workaround, where can i get these kind of scripts?
Copy link to clipboard
Copied
Hi Jeroen, these are some of them:
Random Swatches fill
https://github.com/psstmatt/Random-Swatch-Fill/blob/master/RandomSwatchesFill.js
Replace items script:
https://github.com/alexander-ladygin/illustrator-scripts/blob/master/replaceItems.jsx
Copy link to clipboard
Copied
Thank you i'm going to try this this weekend! Greetings jeroen
Copy link to clipboard
Copied
Good, let us hear how it goes...
Copy link to clipboard
Copied
Hi Ton, it turned out just the way i wanted to, thanx!
Copy link to clipboard
Copied
That is always good to hear, Jeroen.