shiro Posted July 25, 2019 Posted July 25, 2019 Hi, does anybody know how I can put a logo to hundreds of photos of different sizes. The logo must be always in the same corner and of the same dimension. Thank you shiro Quote
v_kyr Posted July 25, 2019 Posted July 25, 2019 Not sure if the APh macro recording facility now would take image dimensions (different sizes) dynamically into account, in the past it didn't and thus was unusable for such automation tasks. Meaning, in the past macro recording always used the fixed sizes of w/h etc. of the image the macro was initially recorded from and didn't took different image sizes here into account. Thus you have to try out on two ... three different sized test images, if a recorded macro for positioning an logo/watermark would work in the way you usually would expect. In case it does, you have to use that macro then within batch processing of your image files (ideally on a folder copy of the initial images in case of possible mismatch). Other than that, personally I trust more in other tools here like ImageMagick for such batch processing tasks. - One can also use it's "Mogrify" command for changing images in place, so something like ... Quote mogrify -path yourpath/yourimagefolder -format jpg -draw 'image over 0,0 0,0 "yourpath/logo.jpg"' *.jpg ... or ... Quote mogrify -path yourpath/yourimagefolder -format png -draw 'image over 0,0 0,0 "yourpath/logo.png"' *.jpg ... where you need to just specify what image format to use and your images have. It can convert into whatever image format. However, here again for security reasons, you should always work with a copy of your original image files! 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
walt.farrell Posted July 25, 2019 Posted July 25, 2019 1 hour ago, v_kyr said: Not sure if the APh macro recording facility now would take image dimensions (different sizes) dynamically into account, in the past it didn't and thus was unusable for such automation tasks. Meaning, in the past macro recording always used the fixed sizes of w/h etc. of the image the macro was initially recorded from and didn't took different image sizes here into account. The Library panel in 1.7 has some new options at the bottom to help with that: Unfortunately, the Batch Job dialog, which is probably what's needed to operate on a large number of photos, does not seem to have those options. Quote -- Walt Designer, Photo, and Publisher V1 and V2 at latest retail and beta releases PC: Desktop: Windows 11 Pro 23H2, 64GB memory, AMD Ryzen 9 5900 12-Core @ 3.00 GHz, NVIDIA GeForce RTX 3090 Laptop: Windows 11 Pro 23H2, 32GB memory, Intel Core i7-10750H @ 2.60GHz, Intel UHD Graphics Comet Lake GT2 and NVIDIA GeForce RTX 3070 Laptop GPU. Laptop 2: Windows 11 Pro 24H2, 16GB memory, Snapdragon(R) X Elite - X1E80100 - Qualcomm(R) Oryon(TM) 12 Core CPU 4.01 GHz, Qualcomm(R) Adreno(TM) X1-85 GPU iPad: iPad Pro M1, 12.9": iPadOS 18.5, Apple Pencil 2, Magic Keyboard Mac: 2023 M2 MacBook Air 15", 16GB memory, macOS Sequoia 15.5
v_kyr Posted July 26, 2019 Posted July 26, 2019 That's somehow short minded for macros, to tell them afterwards how to behave and thus not being able to incorporate that behavior directly into a macro itself.- This way via the library panel it seems not to be then of much help for batch processing tasks. walt.farrell 1 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
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.