Bunch of changes, like a lot

This commit is contained in:
Elias Wendland
2026-07-17 18:58:52 +02:00
parent f07f54d4c1
commit 3297f60f00
25 changed files with 566 additions and 285 deletions
+8 -1
View File
@@ -1,12 +1,19 @@
[package]
name = "convertis-imagemagick"
build = "../../plugin-build.rs"
version.workspace = true
version = "0.1.0"
description = "ImageMagick plugin for Convertis"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
[package.metadata.convertis]
id = "imagemagick"
api-version = 2
debian-dependencies = ["imagemagick"]
rpm-dependencies = ["/usr/bin/magick"]
[lib]
crate-type = ["cdylib"]