mogrify? convert? or something else?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
deepfrogphoto
Posts: 1
Joined: 2017-07-30T07:43:03-07:00
Authentication code: 1151

mogrify? convert? or something else?

Post by deepfrogphoto »

hello if anyone want to help with this it would be great. the below command is working

mogrify -verbose -path /cygdrive/L/temp/og-rotate-logo -format jpg -draw 'image over 0,0 0,0 "/cygdrive/L/temp/logo.png"' -gravity southeast *.jpg -path /cygdrive/L/temp/1200px -adaptive-resize 1200x1200 *.jpg

however it seems a little ugly in that it first makes all the logo images and then works on all the resizing of those images.

my question is there a better or faster way to do this? i'm working with thousands of photos at a time.

any help is much appreciated

also fyi i'm running windows 7 with cygwin and imagemagick v6.7.6
Post Reply