George86 Posted June 21, 2023 Posted June 21, 2023 (edited) Hello, I want to bulk create circles around several objects, is it possible with Publisher or Designer please? So I can get icons like these -> Perhaps by using grid somehow? (if there is possibility to place objects and graphics on the intersection point?) But then how to save them as separate objects? 🤔 Thank you for help! Edited June 21, 2023 by George86 Quote
David in Яuislip Posted June 21, 2023 Posted June 21, 2023 Data merge using svg originals Generate then Export all pages to pngs Dead quick Quote Microsoft Windows 11 Home, Intel i7-1360P 2.20 GHz, 32 GB RAM, 1TB SSD, Intel Iris Xe Affinity Photo - 24/05/20, Affinity Publisher - 06/12/20, KTM Superduke - 27/09/10
v_kyr Posted June 21, 2023 Posted June 21, 2023 Would be a nobrainer if the Affinity suite would have scripting! - Though there are several other ways to do so via other batch/shell or python scripting methods etc. For example via using ImageMagick ... + = Creating a 512 x 512 transparent tomato colored circle here ... > convert -size 512x512 canvas:transparent -fill tomato -draw "circle 256,256 256,0" circle.png Having some 512x512px inner.png run icon drawing, which we would like then to place as a 256x256px one centered into the circle.png and then also scale the whole down into a resulting image of 64x64 px ...---> > convert circle.png inner.png -gravity Center -geometry 256x256+30+5 -composite -resize 64x64 output.png The output.png result will be ... Now in order to bulk generate several of these at once, we just have to write some batch/shell/python script which contains the series or IM convert command calls. Quote ☛ Affinity Designer 1.10.8 ◆ Affinity Photo 1.10.8 ◆ Affinity Publisher 1.10.8 ◆ OSX El Capitan ☛ Affinity V2.3 apps ◆ MacOS Sonoma 14.2 ◆ iPad OS 17.2
George86 Posted June 25, 2023 Author Posted June 25, 2023 Wow great help guys, thank you all! Also these icons (changed or even unchanged) can be used in various project as well as commercial ones or on website without the need of giving credits, correct? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.