Win10: Resize all selected files via send-to bat file
Posted: 2019-06-26T11:27:49-07:00
Hello,
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
This resizes all pictures in the folder. When I only want to resize, let's say 5 selected
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!
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!