stormy-stories-surf / PhotoPrep

Bashscripts to prepare our Photos before Uploading
0 stars 0 forks source link

PhotoPrep: Automatically scale the watermark according to the size of the image #2

Closed mezorian closed 5 years ago

mezorian commented 5 years ago

for this you can maybe use image magics identify command VARIABLE_HEIGHT=$(identify -ping -format '%h' 01.JPG ) VARIABLE_WIDTH=$(identify -ping -format '%w' 01.JPG )