Search found 3 matches
- 2015-06-03T07:23:26-07:00
- Forum: Bugs
- Topic: identify console output can't be detected by ruby (and convert works ok)
- Replies: 3
- Views: 2251
Re: identify console output can't be detected by ruby (and convert works ok)
Found the source of the problem - COMODO firewall that apparently was blocking/sandboxing communications.
- 2015-04-15T00:08:43-07:00
- Forum: Bugs
- Topic: identify console output can't be detected by ruby (and convert works ok)
- Replies: 3
- Views: 2251
Re: identify console output can't be detected by ruby (and convert works ok)
Yes, they do.
I can't find any differences in the output, if not trying from Ruby. I suspect 'identify' uses a different method of printing, or some IO-redirection.
I can't find any differences in the output, if not trying from Ruby. I suspect 'identify' uses a different method of printing, or some IO-redirection.
- 2015-04-14T22:50:40-07:00
- Forum: Bugs
- Topic: identify console output can't be detected by ruby (and convert works ok)
- Replies: 3
- Views: 2251
identify console output can't be detected by ruby (and convert works ok)
Windows 7, latest ImageMagick-6.9.1-1-Q16-x64-static.exe Ruby 1.9 and 2.0 When I try `convert` from Ruby (backticks mean running external command), it catches all the output (help text in this case). This doesn't happen with `identify` the result is always "" (empty string). Tried redirecting error ...