Searched refs:sIMPath (Results 1 – 1 of 1) sorted by relevance
681 String sIMPath = (String) param.get("imagemagick.path"); in compareJPEG() local682 if (sIMPath != null) in compareJPEG()684 sComposite = FileHelper.appendPath(sIMPath, sComposite); in compareJPEG()743 String sIMPath = (String) param.get("imagemagick.path"); in identify() local744 if (sIMPath != null) in identify()746 sIdentify = FileHelper.appendPath(sIMPath, sIdentify); in identify()
Completed in 19 milliseconds