major-mayer / imageconverter

A simple Nextcloud app to convert HEIC/ HEIF images to JPEG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Just right click your .heif/ .heic image and select "Convert this image to JPEG". It converts it to a jpeg file using the same location.

Requirements

Needs the PHP Imagick extension to be installed on your host compiled with support for the HEIC/ HEIF format. Check if your PHP installation supports the HEIC format by entering "php -i" in the terminal and go to the Imagick section.

Here you can find a good tutorial about how to compile Imagemagick with HEIC support and install the PHP extension.

The official Docker Nextcloud image already includes the Imagick extension with support for the HEIC format.

ToDos

  • Testing
  • Option to choose JPEG quality
  • Option to convert to other formats than JPEG
  • ...

About

A simple Nextcloud app to convert HEIC/ HEIF images to JPEG

License:GNU Affero General Public License v3.0


Languages

Language:PHP 40.3%Language:TypeScript 34.6%Language:Makefile 24.5%Language:JavaScript 0.6%