Ghost/core/server/config
Nazar Gargol 0faf89b5ab Added ability to resize and compress images on upload (#9837)
refs #4453

* On by default

* Added config to disable resizing

* Added basic image optimization processing

* Added dep: sharp (optional dep)

* Added resize middleware

* Take care of rotation based on EXIF information

* Removed all meta data from optimised image

* Added handling if sharp could not get installed

* Do not read ext twice - optimisation

* Do not call sharp if config is disabled

* Do not remove the original image which was uploaded (store 2 images)

* Support of `req.files` for internal logic

* Disabled cache to enable file removal on Windows
2018-08-30 17:30:36 +01:00
..
env Removed defunct Ghost OAuth code (#9014) 2017-09-18 13:01:58 +01:00
defaults.json Added ability to resize and compress images on upload (#9837) 2018-08-30 17:30:36 +01:00
index.js Used ghost-ignition.debug, removed debug dep (#8881) 2017-08-15 18:29:27 +07:00
overrides.json Added ability to upload/reload routes.yaml 2018-08-16 12:13:24 +02:00
utils.js YAML settings loader and parser 2018-04-15 19:40:22 +02:00