-
Dear Ulyanov,
I want to thank you for creating this module, i do like it very much because of its lightweight size and simplicity. I recently used it for the first time and unfortunately encountere…
-
In the `plugin.ImageComparison.compare_image_to_hash_library` method, during `hybrid-mode`, the `result_image` appears to be unnecessarily copied into the `summary` dictionary from the outcome of `plu…
-
To support visual regression testing, I am requesting a new feature.
ImageSharp already contains Image comparison in the Test namespace located here:
https://github.com/SixLabors/ImageSharp/tree/m…
-
#### Remember
```
private String noteKey = "stickerLocation";
private String stickerImage = "sticker_a.png";
actor.remember(noteKey, locationOf(getImageData(stickerImage)));
....
actor.s…
-
### Feature Description
As a plugin developer, I would like to be provided with a way to deploy tinymce plugins.
For example, by including a tinymce.script.js file from the plugin directory.
Thes…
-
Hi there,
if you want, i can maintain the project.
Best Regards
Volker
-
**Describe the bug**
The two png are mismatch, but always return a matched result.
**To Reproduce**
Steps to reproduce the behavior:\
1. I use ImageComparison to compare png on my ci test case. …
-
Currently, I am using the looksLike matcher to compare images. The problem is that the matcher takes the package name of the caller and uses it to build the path to the image. This way, I must use the…
-
**Description**
I'm using this project as one of the image comparison methods being used in the [EchoSVG](https://github.com/css4j/echosvg) tests, and noticed that one of the tests that should fail w…
-
Within the `plugin.ImageComparison.compare_image_to_hash_library` method, should it not be the case that the `mpl_image_compare` marker `hash_library` kwarg option **should have precedence** over the …