Hi,
I'm making a script that reads the content of a directory (*.jpg) and then, for earch file uses convert/identify (a tool in imagemagick) on it.
$DIRIN = "C:\\Pics\\";
$_ = ...; (Filename)
So it does:
system ("identify \"$DIRIN$_\"");
That works... but only with [a-z][A-Z][0-9] and space...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.