This project is not covered by Drupal’s security advisory policy.

DESCRIPTION
-----------
Module converts images to jpeg format during file uploading from these formats:
- 'heic' (Apple image format);
- 'psd' (Photoshop image format);
- 'bmp';
- 'ai';
- 'eps';
- 'cr2' (preview from raw image);
- 'mp4' (preview slide from video);
- 'pdf';
- 'jfif'.

Also, it adds validation for all uploading web-images: jpeg, gif, png, webp.
It checks that 'bits' < 50 and 'channels' < 5.
If not then image is most likely broken.

REQUIREMENTS
------------
ImageMagick:
https://www.drupal.org/project/imagemagick

Darktable (darktable-cli):
https://www.darktable.org/install/
Not mandatory.

FFmpeg:
https://www.ffmpeg.org/
Not mandatory.

INSTALLATION
------------
Simple activate it on '/admin/modules' page.

Supporting organizations: 

Project information

Releases