zola/components
Vojtech Kral 9145af6b3e imageproc things for paths refactor (#1484)
* Move image loading code used by get_image_metadata from templates to imageproc

* resize_image: Compute image resize op beforehand and return metadata to caller

* get_image_metdata: Use a serializable response struct

* imageproc: Add integration tests

* imageproc: Assume webp is lossy

* get_image_metadata: Use webp crate for decoding WebP, image is still not very good at it

* imageproc: Test read_image_dimensions in integration tests

* imageproc: Rename read_image_dimensions() as read_image_metadata()

* imageproc: Fix a regression in hash computation

* imageproc: Don't hardcode hashes in integration tests, pattern match them instead

* imageproc: Style fixes

* imageproc: Fix integration tests on Windows (hopefully)
2021-06-10 10:26:12 +02:00
..
config Fix config loading 2021-06-02 21:46:20 +02:00
errors move translation population and path collision checking to insert stage (#1272) 2021-01-05 21:39:25 +01:00
front_matter Add new sorting: UpdateDate that sorts by meta.updated. (#1452) 2021-05-15 20:16:55 +02:00
imageproc imageproc things for paths refactor (#1484) 2021-06-10 10:26:12 +02:00
library Revamp the images template functions 2021-06-10 10:26:12 +02:00
link_checker Tweaks to load_data + update deps 2021-04-21 21:43:02 +02:00
rendering Fix config loading 2021-06-02 21:46:20 +02:00
search Fix config loading 2021-06-02 21:46:20 +02:00
site Cleanup of get_url and get_file_hash 2021-06-10 10:26:12 +02:00
templates imageproc things for paths refactor (#1484) 2021-06-10 10:26:12 +02:00
utils Revamp the images template functions 2021-06-10 10:26:12 +02:00