Search found 3 matches

by Rokannon
2014-05-28T11:25:50-07:00
Forum: Users
Topic: ImageMagick identify.exe returns nothing in parallel Apache
Replies: 5
Views: 5846

Re: ImageMagick identify.exe returns nothing in parallel Apa

Seems like I've managed to solve my problem. ImageMagick was not the case as problem remained when I switched to custom little PHP-script that printed out image size in 'stdout'. What was causing the problem was reading from 'stdout' in parallel Apache Ant project. I don't know why. When I switched ...
by Rokannon
2014-05-27T13:40:45-07:00
Forum: Users
Topic: ImageMagick identify.exe returns nothing in parallel Apache
Replies: 5
Views: 5846

Re: ImageMagick identify.exe returns nothing in parallel Apa

Yes, I call identify.exe with Apache Ant 'exec' task where I provide it with 'error' property which redirects 'stderr' to a particular file. The file is empty.

Forgot to mention what version of ImageMagick do I use. It's ImageMagick-6.8.9-Q8. Should I try Q16 version?
by Rokannon
2014-05-27T13:20:15-07:00
Forum: Users
Topic: ImageMagick identify.exe returns nothing in parallel Apache
Replies: 5
Views: 5846

ImageMagick identify.exe returns nothing in parallel Apache

I have a question posted on StackOverflow. As it requires understanding of how to use ImageMagick I decided to post my question here as well. You can read details on StackOverflow but in few words my problem is following. I use this command to read info about image: REM Prints image width. CALL path ...