>
>I want to run an image conversion program to rotate the contents of an
>entire directory.
>
>This is run as thus:
>
>
>"jpegtran -rotate 90 *.jpg"
>
>
>The problem is that I need to specify the filename for each converted
>image. Is there some command which 'takes' the value of the file for
On 4/8/06, Max von Seibold <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I want to run an image conversion program to rotate the contents of an
> entire directory.
>
> This is run as thus:
>
>
> "jpegtran -rotate 90 *.jpg"
>
>
> The problem is that I need to specify the filename for each converted
> imag
Hello,
I want to run an image conversion program to rotate the contents of an
entire directory.
This is run as thus:
"jpegtran -rotate 90 *.jpg"
The problem is that I need to specify the filename for each converted
image. Is there some command which 'takes' the value of the file for
each