build magick command line w/ a custom button
Posted: 11 Dec 2023 15:17
Hi
I have a single line magick command to convert all png images in a folder into JPG as below:
How to transform it into XYplorer script? I want to apply it on a custom toolbar button.
Thanks
Rex C.
I have a single line magick command to convert all png images in a folder into JPG as below:
Code: Select all
magick mogrify -path "%cd%" -quality 90% -density 72 -format jpg "%cd%\*.png"Thanks
Rex C.