Skip to content

pwaldhauer/kirby-heic-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Heic Convert

This plugin automatically converts .heic files to .jpg after upload.

It needs the heif-convert binary from libheif, it is included in the libheif-examples package in Debian Bullseye for example.

Installation

  • Install the plugin
  • In config.php add the following config option:
'heic-convert.path' => '/path/to/heif-convert',
  • You'll also need to allow .heic files to be uploaded. Create a files blueprint at site/blueprints/files, e.g. default.yml and add:
accept:
  extension: jpg, png, jpeg, heic, mov, m4v

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages