Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I34e7c6d382ab7f4b6cf98ede9b7116056a6a6964
29 lines
623 B
TOML
29 lines
623 B
TOML
[plugin]
|
|
name = "heif-support"
|
|
version = "1.0.0"
|
|
api_version = "1.0"
|
|
author = "Pinakes Contributors"
|
|
description = "HEIF/HEIC image format support for Pinakes"
|
|
homepage = "https://github.com/notashelf/pinakes"
|
|
license = "MIT"
|
|
kind = ["media_type", "metadata_extractor", "thumbnail_generator"]
|
|
|
|
[plugin.binary]
|
|
wasm = "heif_support.wasm"
|
|
|
|
[capabilities]
|
|
network = false
|
|
max_memory_mb = 256
|
|
max_cpu_time_secs = 30
|
|
|
|
[capabilities.filesystem]
|
|
read = ["/media"]
|
|
write = ["/tmp/pinakes"]
|
|
|
|
[config]
|
|
extract_exif = true
|
|
generate_thumbnails = true
|
|
thumbnail_quality = 85
|
|
thumbnail_format = "jpeg"
|
|
max_width = 8192
|
|
max_height = 8192
|