Search found 2 matches
- 2019-04-24T11:38:36-07:00
- Forum: Users
- Topic: make images web-ready through sub-folders
- Replies: 2
- Views: 2916
Re: make images web-ready through sub-folders
Yes I know, I've been trying to create something that loops but not being a programmer only made my eyeballs loop. Tried this approach I found in the forum : for /r "C:\Users\N\Desktop\IM-in" %a in (*.*) do ..\ImageMagick-portable\mogrify.exe -verbose -resample 72 -resize 800x800 -format jpg "%~a ...
- 2019-04-24T10:56:29-07:00
- Forum: Users
- Topic: make images web-ready through sub-folders
- Replies: 2
- Views: 2916
make images web-ready through sub-folders
Hi, I'll start with my setup: Windows 10 with the portable version of IM version 7.0.5-5 Q16 running commands from a .bat file I've been resizing images for some time but normally from 1 folder. All works fine for me at that point. Now I would love to get the same results but then using images in ...