Search found 2 matches
- 2013-08-27T19:07:32-07:00
- Forum: Users
- Topic: Identify returns BLANK info - 2008 R2 COM+
- Replies: 3
- Views: 1573
Re: Identify returns BLANK info - 2008 R2 COM+
Making a little progress. Turns out that the documentation that says the COM object accepts exactly the same as the command line utilty not even close to correct. This is what I had to do just to return the file type: strInfo = img.Identify("-format", "%m", "C:\image1.jpg") NOT AT ALL what ...
- 2013-08-27T18:05:10-07:00
- Forum: Users
- Topic: Identify returns BLANK info - 2008 R2 COM+
- Replies: 3
- Views: 1573
Identify returns BLANK info - 2008 R2 COM+
I'm running ImageMagick from a vbscript on 2008 R2 and just calling the COM+ object. I can use the Identify function with the "-format" option to return height and width of an image just fine. My problem is when I'm trying to get basic info on an image by just using the Identify function, it returns ...