1 --- ImageMagick-7.1.1-29/MagickCore/delegate.c.orig 2024-02-25 14:45:06.000000000 +0100
2 +++ ImageMagick-7.1.1-29/MagickCore/delegate.c 2024-03-02 12:34:49.925852667 +0100
4 " <delegate decode=\"https\" command=\""curl" -s -k -L -o "%o" "https:%M"\"/>"
5 " <delegate decode=\"doc\" command=\""soffice" --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; mv "%i.pdf" "%o"\"/>"
6 " <delegate decode=\"docx\" command=\""soffice" --convert-to pdf -outdir `dirname "%i"` "%i" 2> "%u"; mv "%i.pdf" "%o"\"/>"
7 - " <delegate decode=\"dng:decode\" command=\""ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=%u.png" "%i"\"/>"
8 + " <delegate decode=\"dng:decode\" command=\""dcraw" -c -q 3 -H 5 -w "%i" > "%u.ppm"\"/>"
9 " <delegate decode=\"dot\" command=\""dot" -Tsvg "%i" -o "%o"\"/>"
10 " <delegate decode=\"dvi\" command=\""dvips" -sstdout=%%stderr -o "%o" "%i"\"/>"
11 " <delegate decode=\"dxf\" command=\""uniconvertor" "%i" "%o.svg"; mv "%o.svg" "%o"\"/>"