1.1.3 • Published 5 months ago

directus-extension-image-upload-resizer v1.1.3

Weekly downloads
-
License
GPL v2
Repository
github
Last release
5 months ago

Image Upload Resizer

Directus extension to automatically lighten and resize large images during upload. Formats are automatically converted into webp to be more light and web proof and the sizes are decreased if the image is larger than the maximum preset limits. That can be a helpful tool to optimize server space.

Settings

The extension by default uses two env variables: EXTENSIONS_REDUCE_ON_UPLOAD_QUALITY = 73 EXTENSIONS_REDUCE_ON_UPLOAD_MAXSIZE = 1920 which respectively set the quality and the maximum size of the images.

To customize the values, you have to add/set these env variables on your Directus instance (and then restart it).

Notes

  • This extension actually converts from the following formats only: jpeg, png, webp.
  • Fixed crashing bugs during upload
  • The actual version is tested working with Directus 11.

Credits

To Christian Fuss

1.1.3

5 months ago

1.1.2

10 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago