1.1.5 • Published 17 days ago

directus-extension-sane-image-size v1.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
17 days ago

Sane Image Size

This Directus extension modifies big images on upload to a preset maximum (width, height & quality).

This extension is based on Christian Fuss example with some minor tweaks to it:

  • Make it work with current Directus version (^10.8.3)
  • Fix the return value of getTransformation function to make it compatible with current getAsset implementation.

Installation

  1. There are now several ways to install this extension on your Directus instance (local or managed).
    • Clone this repo inside your extensions Directus directory.
    • Install via Directus Marketplace.
  2. If desired, edit the .env file of your Directus installation to set the environment variables:
    # These are the default values if the env variables are not specified
    EXTENSIONS_SANE_IMAGE_SIZE_UPLOAD_QUALITY=90
    EXTENSIONS_SANE_IMAGE_SIZE_MAXSIZE=1920
  3. Reload your directus process. The Following message should appear:
    [12:39:24.309] INFO: Loaded extensions: directus-extension-sane-image-size

Known issues

Since the files.upload event is async, you will not see the new image size right away on the content edition interface. If you save the content and reload, you will see the image with the updated file size and dimensions.

1.1.5

17 days ago

1.1.4

1 month ago

1.1.3

1 month ago

1.1.2

1 month ago