-
Move the logic for comparing images to an API to take advantage of the non blocking event loop in nodejs
-
Hi there,
I have been exploring your libraries for images and documents. I downloaded two of your pdf and tried to call example below.
Compare Images testdata/sample_1_page.pdf testdata/sample…
-
Is there any option for comparing differently sized images? For example, a way to compare the sizes and add to the canvas size of the smaller size or would that still cause distorted or inaccurate dif…
-
When loading an image with the same name as an already loaded image, it will be overwritten. I wanted to compare images with the same name built in two different environments, but i had to first use t…
-
Hi,
I am trying to separate many face images into different classes. e.g., identify all faces of a person, named "Sarah", and put all identified face images into one folder.
Firstly, I download …
-
I think it would be useful to have a function to check if two images are the same. I don't mean with a perceptual hash like #3120, or with the existing [`Image.__eq__`](https://github.com/python-pillo…
-
**ISSUE:**
The definition of TIMER_COMPARE_MATCH_D end TIMER_COMPARE_MATCH_E are defined in wrong order
In r_timer_api.h are defined as:
```
typedef enum e_timer_compare_match
{
TIMER_CO…
-
### Describe your suggested feature
Something that could look within the description of an entry and compare images as well (sometimes the titles and descriptions are completely different)
Would i…
-
.webp can have animated frame as well as .gif.
Currently .gif files are compared only against other .gif files. This is no longer the right way to compare only against other animated files.
-
hello, I have a question: how to use your project to implement similarity comparison of two histogram images?