I'm on windows 10, ImageMagick-7.0.8-Q16
At the moment, when I resize pictures, I right-click on a picture,
choose "sent to" >> resize.bat , that has the following code
Code: Select all
magick mogrify -path "E:\1920px" -resize 1920x1920 -density 300 -quality 90 *
pictures, I know that I need to use the "convert" command. But somehow I don't get IM to resize
the selected files
Thanks for your help!