Answer the question
In order to leave comments, you need to log in
How to execute a script for all files?
Help, I need a script to resize images. Wrote a batch file for imagemagick, but how to make several images resized.
I want all selected images to be resized. How to do?
@echo off
set in=%~dp1%~N1
set name=%1
%~dp0magick "%name%" -resize 253x434\! "%in%.jpg"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question