Search found 1 match
- 2016-10-30T04:48:01-07:00
- Forum: Users
- Topic: org.im4java.core.CommandException: org.im4java.core.CommandException: magick: no images found for operation
- Replies: 1
- Views: 2689
org.im4java.core.CommandException: org.im4java.core.CommandException: magick: no images found for operation
I m trying to compare two images located under my OS machine and i m using this method: public boolean compareImages (String expectedScreenShot, String capturedScreenShot, String pdiffCompare) { ProcessStarter.setGlobalSearchPath("/usr/local/bin/"); CompareCmd compare = new CompareCmd(); // For ...