Search found 4 matches

by Djonatah
2012-04-24T12:47:50-07:00
Forum: Bugs
Topic: Issue/improvement - Processing '@list of files' on DOS/win
Replies: 7
Views: 10315

Re: Issue/improvement - Processing '@list of files' on DOS/w

Even if there is no space in the path, the @ operator does not work...
convert.exe: unable to open image `@.\out\list.txt': No such file or directory @ error/blob.c/OpenBlob/2614.
convert.exe: unable to open image `@out\list.txt': No such file or directory @ error/blob.c/OpenBlob/2614.
by Djonatah
2012-04-20T05:12:48-07:00
Forum: Bugs
Topic: Issue/improvement - Processing '@list of files' on DOS/win
Replies: 7
Views: 10315

Re: Issue/improvement - Processing '@list of files' on DOS/w

I tried both "mogrify.exe" -type bilevel -density 600x600 -resize 3300x900 -monochrome -compress group4 @".\out - test2\list.txt" and "mogrify.exe" -type bilevel -density 600x600 -resize 3300x900 -monochrome -compress group4 @"out - test2\list.txt" But none of them worked with the @ operator (JFY: i ...
by Djonatah
2012-04-18T05:29:44-07:00
Forum: Bugs
Topic: Issue/improvement - Processing '@list of files' on DOS/win
Replies: 7
Views: 10315

Re: Issue/improvement - Processing '@list of files' on DOS/w

So this IS a bug or more likely a limitation, right?

Could this be added to the TODO list?

Thanks
by Djonatah
2012-04-17T07:29:03-07:00
Forum: Bugs
Topic: Issue/improvement - Processing '@list of files' on DOS/win
Replies: 7
Views: 10315

Issue/improvement - Processing '@list of files' on DOS/win

Hi, I am pretty new at image magick, but i think there's a limitation when using a list of files with mogrify. I want to convert files in a different machine, and in order to do that it is given me a list of files, but mogrify can't find the list using the '@' operator. Take a look at my commands ...