Search found 10 matches
- 2012-09-04T23:23:06-07:00
- Forum: Users
- Topic: identify fails silently on filenames with %d
- Replies: 17
- Views: 15348
Re: identify fails silently on filenames with %d
people use dos...? anyway, there are perfectly reasonable ways to do that in DOS that dont have inherent ambiguities, and are not specific to one shell. the imagemagick CLI components should each do one thing and do it well; generating a list of files is a separate task. even if this was working ...
- 2012-09-04T22:28:34-07:00
- Forum: Users
- Topic: identify fails silently on filenames with %d
- Replies: 17
- Views: 15348
Re: identify fails silently on filenames with %d
No % is not special in shell. never said it was. i was referring to the earlier poster who suggested i quote it. It is a IM 'feature' but for your case it is a bug. It probably should ignore %d if no [...] component has been provided. this is not a case of a poorly documented feature with a ...
- 2012-09-04T21:11:32-07:00
- Forum: Bugs
- Topic: identify outputs nothing for filenames with %d
- Replies: 2
- Views: 3829
identify outputs nothing for filenames with %d
identify without -verbose prints nothing if the filename contains a %d. this is on ubuntu 12.10, 3.5.0-13 amd64, 6.7.7-10 2012-08-17 Q16. identify with -verbose, or convert FILE :info, work normally. here is the output showing what WORKS and what does NOT work: wolke:/tmp/a$ for x in a%d.png a%\!d ...
- 2012-09-04T20:41:24-07:00
- Forum: Users
- Topic: identify fails silently on filenames with %d
- Replies: 17
- Views: 15348
Re: identify fails silently on filenames with %d
crap, this isnt the bug forum. thanks, didnt realize because of the redirect for signing up to the forums.
- 2012-09-04T20:30:01-07:00
- Forum: Users
- Topic: identify fails silently on filenames with %d
- Replies: 17
- Views: 15348
Re: identify fails silently on filenames with %d
aaaand you just saved me from writing a wrapper to simulate the output from -verbose. thanks again!fmw42 wrote:This also works
convert 1%d.jpg info:
- 2012-09-04T20:20:27-07:00
- Forum: Users
- Topic: identify fails silently on filenames with %d
- Replies: 17
- Views: 15348
Re: identify fails silently on filenames with %d
just to be crystal clear, THIS IS STILL A BUG, and confirmed by another user independently.
in fact, it means i cant use or rely upon identify without passing the verbose flag in.
in fact, it means i cant use or rely upon identify without passing the verbose flag in.
- 2012-09-04T20:18:29-07:00
- Forum: Users
- Topic: identify fails silently on filenames with %d
- Replies: 17
- Views: 15348
Re: identify fails silently on filenames with %d
oh snap, me too. ok, so its an error on the output somehow. thanks for that! i now have a solution to the problem immediately at hand.fmw42 wrote:This works on IM 6.7.9.3 Q16, though without the -verbose it still returns no informaton:
identify -verbose 1%d.jpg
- 2012-09-04T20:09:37-07:00
- Forum: Users
- Topic: identify fails silently on filenames with %d
- Replies: 17
- Views: 15348
Re: identify fails silently on filenames with %d
also, as for the version: 2012-08-17 is recent enough, yes?
- 2012-09-04T20:07:21-07:00
- Forum: Users
- Topic: identify fails silently on filenames with %d
- Replies: 17
- Views: 15348
Re: identify fails silently on filenames with %d
Yes, i tried quoting the files, but you realize, thats handled by the SHELL, not by imagemagick; imagemagick receives the argument as the SAME STRING whether its quoted or not. {% is not special in bash.} thanks for the help, but this is actually a bug, not my shell interpolation misunderstanding ...
- 2012-09-04T10:51:25-07:00
- Forum: Users
- Topic: identify fails silently on filenames with %d
- Replies: 17
- Views: 15348
identify fails silently on filenames with %d
"identify" on linux {ubuntu 12.10 amd64 3.5.0-13-generic} doesnt output anything on filenames that have "%d" in them. /tmp/a$ md5sum * 0115516fc61d2d1e6f094c22ac95051e a-d.png 0115516fc61d2d1e6f094c22ac95051e a%d.png /tmp/a$ identify a-d.png a-d.png PNG 80x80 80x80+0+0 8-bit DirectClass 581B 0.000u ...