Forum Discussion
Our initial post was misleading, sorry about that.
Indeed the Picture.LoadFromFile loads an empty Picture object, which is in fact unusable for other further operations (like Compare).
See our code snippet below:
var referencePic = Utils["Picture"];
var comparedPic = Utils["Picture"];
referencePic["LoadFromFile"](pathReference)//multichannel picture is not loaded!
comparedPic["LoadFromFile"](pathCompare)
if(referencePic["Compare"](comparedPic, false, threshold, false, colorTolerance))
Thanks.
Yeah. That matches what it seemed to be doing for me. Not loading, but not crashing, leaving you with an empty image object.
Not supported I'd say. Not many thing do seem to support them. Certainly, the other applications I tried (see above) didn't.
- ICE9 years agoNew Contributor
Paint tools are too basic, Adobe Photoshop CS3 should be used to open these types of images.
In our implementation, we ended-up using BeyondCompare to load and compare such images.