Ghost/core/server/lib
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
..
common 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
fs Changed http to https links 2018-08-16 12:13:24 +02:00
image Added ability to resize and compress images on upload (#9837) 2018-08-30 17:30:36 +01:00
mobiledoc Changed comments and deprecation notes 2018-08-16 12:13:24 +02:00
promise
security Dynamic Routing: Added migration for routes.yaml file (#9692) 2018-06-22 20:28:01 +02:00
social 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
constants.js
ghost-version.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
request.js Removed bluebird promise wrap in request lib (#9343) 2018-01-02 12:18:56 +01:00