example
parent
80fc36e5d9
commit
6b727a318d
|
@ -23,7 +23,7 @@ Release note (v4): simplified func `Icon`; more than 2x reduction of icon memory
|
||||||
|
|
||||||
- `Similar90270` is a superset of `Similar` by additional comparison to images rotated ±90°. Such rotations are relatively common, even by accident when taking pictures on mobile phones.
|
- `Similar90270` is a superset of `Similar` by additional comparison to images rotated ±90°. Such rotations are relatively common, even by accident when taking pictures on mobile phones.
|
||||||
|
|
||||||
- `EucMetric` can be used instead of `Similar` when you need different precision or want to sort by similarity.
|
- `EucMetric` can be used instead of `Similar` when you need different precision or want to sort by similarity. [Example](https://github.com/egor-romanov/png2gif/blob/main/main.go#L450) (not mine).
|
||||||
|
|
||||||
- `PropMetric` allows customization of image proportion threshold.
|
- `PropMetric` allows customization of image proportion threshold.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue