Search found 4 matches
- 2019-06-26T12:55:01-07:00
- Forum: Users
- Topic: Win10: Resize all selected files via send-to bat file
- Replies: 2
- Views: 5331
Re: Win10: Resize all selected files via send-to bat file
Thank you very much!!! This works great!
- 2019-06-26T11:27:49-07:00
- Forum: Users
- Topic: Win10: Resize all selected files via send-to bat file
- Replies: 2
- Views: 5331
Win10: Resize all selected files via send-to bat file
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 magick mogrify -path "E:\1920px" -resize 1920x1920 -density 300 -quality 90 * This resizes all pictures in the folder. When ...
- 2019-06-16T12:16:04-07:00
- Forum: Users
- Topic: Add sRGB-Profile to all files in folder
- Replies: 2
- Views: 4642
Re: Add sRGB-Profile to all files in folder
Thank you very much!!! Now it works.
Thank you also for the advice with "-path"!
Thank you also for the advice with "-path"!
- 2019-06-16T11:43:23-07:00
- Forum: Users
- Topic: Add sRGB-Profile to all files in folder
- Replies: 2
- Views: 4642
Add sRGB-Profile to all files in folder
Hello, I've been archiving mid-resolution Pictures with Irfanview for about 2 years and just found out, that the color-profiles are deleted in all files. The original profile was sRGB. So I would like to re-add profiles to the files via batch conversion of a whole folder. My system is Win10 and IM ...