I have a problem that mogrify keeps adding the "~" symbol behind my files.
I am trying to resize and add white space to 7 images
the file structure is as follows:
C:\Users\webdesign\Desktop\aanpassingen\ (this folder contains 7 .jpg files that need the same cropping and added white borders.
this is the code I am using:
What seems to be the problem that is causing the files with ~ to appear?mogrify -resize 450x450 C:\Users\webdesign\Desktop\aanpassingen\2\*.jpg: -gravity center -background white -extent 500x500 C:\Users\webdesign\Desktop\aanpassingen\2\*.jpg
Here's a screenshot:
http://pbrd.co/1DK58wD