zola/components/imageproc
Jason Miller 421a2512f7
Hash collision using the same quality level and incorrect quality for WebP (#1431)
* fix: webp quality level mismatch

* fix: hash collision using the same image ops

Using the same image operations, but for different formats, e.g. `.jpg` and
`.webp`, produced the same hash.

To differentiate between these, the image extension is added to the hash.
2021-04-18 11:07:10 +02:00
..
src Hash collision using the same quality level and incorrect quality for WebP (#1431) 2021-04-18 11:07:10 +02:00
Cargo.toml WebP support in resize_image (#1360) 2021-02-18 22:30:10 +01:00