1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-02 14:04:32 +00:00
hugo/resources/resource_transformers/integrity
Bjørn Erik Pedersen f9978ed164
Image resource refactor
This commit pulls most of the image related logic into its own package, to make it easier to reason about and extend.

This is also a rewrite of the transformation logic used in Hugo Pipes, mostly to allow constructs like the one below:

    {{ ($myimg | fingerprint ).Width }}

Fixes 
Fixes 
Fixes 
2019-08-26 15:00:44 +02:00
..
integrity.go Image resource refactor 2019-08-26 15:00:44 +02:00
integrity_test.go Image resource refactor 2019-08-26 15:00:44 +02:00