hugo/resources
J. Ansorg e5856e61d8 resources: Support output image format in image operations
The image format is defined as the image extension of the known formats,
excluding the dot.
All of 'img.Resize "600x jpeg"', 'img.Resize "600x jpg"',
and 'img.Resize "600x png"' are valid format definitions.
If the target format is defined in the operation definition string,
then the converted image will be stored in this format. Permalinks and
media type are updated correspondingly.
Unknown image extensions in the operation definition have not effect.

See #6298
2019-09-21 16:50:27 +02:00
..
images resources: Support output image format in image operations 2019-09-21 16:50:27 +02:00
internal Add a set of image filters 2019-08-28 15:59:54 +02:00
page tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
resource Allow slices in the image Filter funcs, not just varargs 2019-09-04 17:24:50 +02:00
resource_factories Fix concat with fingerprint regression 2019-09-05 19:59:49 +02:00
resource_transformers Cache processed images by their source path 2019-09-03 18:38:57 +02:00
testdata Add a set of image filters 2019-08-28 15:59:54 +02:00
image.go resources: Support output image format in image operations 2019-09-21 16:50:27 +02:00
image_cache.go Cache processed images by their source path 2019-09-03 18:38:57 +02:00
image_test.go resources: Support output image format in image operations 2019-09-21 16:50:27 +02:00
resource.go resources: Support output image format in image operations 2019-09-21 16:50:27 +02:00
resource_cache.go Image resource refactor 2019-08-26 15:00:44 +02:00
resource_cache_test.go Improve the server assets cache invalidation logic 2019-08-13 18:09:46 +02:00
resource_metadata.go resources: Support output image format in image operations 2019-09-21 16:50:27 +02:00
resource_metadata_test.go Image resource refactor 2019-08-26 15:00:44 +02:00
resource_spec.go Cache processed images by their source path 2019-09-03 18:38:57 +02:00
resource_test.go Fix cache keys for bundled resoures in transform.Unmarshal 2019-09-12 20:58:06 +02:00
testhelpers_test.go Cache processed images by their source path 2019-09-03 18:38:57 +02:00
transform.go Fix cache key transformed resources 2019-09-19 12:36:01 +02:00
transform_test.go Image resource refactor 2019-08-26 15:00:44 +02:00