Clarify magick

This commit is contained in:
John Whitington 2024-01-10 18:39:00 +00:00
parent 4b4b6f92bf
commit cfe33f2002
1 changed files with 1 additions and 2 deletions

View File

@ -2741,7 +2741,7 @@ and specs =
" See manual for usage.");
("-im",
Arg.String setimpath,
" Path to imagemagick executable");
" Path to magick executable");
("-p2p",
Arg.String setp2ppath,
" Path to pnmtopng executable");
@ -2937,7 +2937,6 @@ and specs =
("-debug-stderr-to-stdout", Arg.Unit setstderrtostdout, "");
("-stay-on-error", Arg.Unit setstayonerror, "");
(* These items are unfinished *)
("-extract-text", Arg.Unit (setop ExtractText), "");
("-extract-text-font-size", Arg.Float setextracttextfontsize, "");
]