Search found 4 matches
- 2012-05-10T05:04:34-07:00
- Forum: Users
- Topic: Identify with RegEx + Strange Errors
- Replies: 6
- Views: 10061
Re: Identify with RegEx + Strange Errors
Gobbing is provided for Window DOS users as the DOS shell does not provide globbing of arguments, and for situations where the filename has a CODER: prefix, or a [...] read_modifier postfix. Also IM allows the use of a printf style %d format in the filename for enumerated multi-file reads, and a ...
- 2012-05-06T07:12:56-07:00
- Forum: Users
- Topic: Identify with RegEx + Strange Errors
- Replies: 6
- Views: 10061
Re: Identify with RegEx + Strange Errors
Thanks for the help fmw42! I reran after installing html2ps and works like a charm (no errors). I'm guessing some of my jpegs in that path were html content with the wrong file extension or something. Now I'm just left with figuring out the right RegEx syntax accepted by identify. Does anyone know ...
- 2012-05-05T20:58:57-07:00
- Forum: Users
- Topic: Identify with RegEx + Strange Errors
- Replies: 6
- Views: 10061
Re: Identify with RegEx + Strange Errors
This would seem to imply that you need to install some html2ps related delegate or that the delegate does not recognize your string formats. What version of IM are you using and on what platform. If on Windows, then you probably need to escape % with %%. See http://www.imagemagick.org/Usage/windows ...
- 2012-05-05T18:46:43-07:00
- Forum: Users
- Topic: Identify with RegEx + Strange Errors
- Replies: 6
- Views: 10061
Identify with RegEx + Strange Errors
Hi All, I have two problems I was hoping to get help with. Both pertain to the attempted execution of the following commands: (1): identify -format "%f %w %h %b \n" 'jewelclub_[a-z0-9]{1,}_(small|medium|large|zoom)\.jpg' (2): identify -format "%f %w %h %b \n" 'jewelclub_*\.jpg' Sample filenames ...