I have a folder full of name*.jpg
files.
I found that Imagemagick convert is the right 'tool' to resize my images.
The command I'm using is
convert name*.jpg -resize 2000x1500 name*.jpg
Problem is, that it uses all my RAM (8 GB) so my PC hangs and after a while it starts doing something but the output files are not resized.
Does anyone know what the issue could be?
Size of all files is about 200 MB.
Instead of:
The following worked for me: (loop on every jpg image in the given folder):