-
For your `LooksLikeMatcher` you should always provide a file.
I'd like it to have the option to provide just a `BufferedImage` object.
-
```
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
import com.linecorp.appium.AppiumObject;
import io.appium.java_clien…
-
tired other way to set images path but it does not support with makeDiff method. Is there any support for File path ?
error is Cannot resolve symbol 'BufferedImage'
-
I'm trying to understand why `getDifferencePercent(BufferedImage img1, BufferedImage img2)` on line 138 of the ImageComparisonUtil class is returning a different result than the percent calculated in …
-
### Operating system
Fedora 40
### Publii version
0.45.2
### Post editor
WYSIWYG editor
### Bug description
I'm trying to integrate html code into one of my articles to display th…
Ni-Ti updated
5 months ago
-
```
import static com.linecorp.questions.core.ScreenshotQuestion.screenshot;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.Image…
-
** Describe your idea of the improvement **
Due to the reason, that GitHub supports pom.xml, but doesn't build.gradle, `image-comparison` must be moved to Maven and pom.xml
-
**Environment:**
- Node.js version: 8.12.0
- NPM version: 6.4.1
- Browser name and version: Chrome 72.0.3626.96
- Platform name and version: Ubuntu 16.04
- Framework name and version: Protra…
-
Getting below exception while comparing images.
```
TestEngine with ID 'junit-jupiter' failed to execute tests
org.junit.platform.commons.JUnitException: TestEngine with ID 'junit-jupiter' failed…
-
## Description
I use the image comparison feature of appium and since last update of appium, saving the comparison result picture when a failure occure is broken and throws an exception. The compar…