Skip to content

Commit

Permalink
FIX: Removed "calligraconvert always trows error" msg
Browse files Browse the repository at this point in the history
Added mimetype option to avoid ambiguity
  • Loading branch information
vanyossi committed Dec 16, 2013
1 parent 5136405 commit d1b3893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artscript2.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -2917,8 +2917,8 @@ proc processHandlerFiles { index ilist {step 1}} {
set extractCmd [list inkscape $id(path) -z -C -d 90 -e $outname]
}
if { $handler($imgv) == {k} } {
puts "Rendering Kriters: Calligraconvert always return errors!"
set extractCmd [list calligraconverter --batch -- $id(path) $outname]
puts "Rendering Kriters"
set extractCmd [list calligraconverter --mimetype "image/png" --batch -- $id(path) $outname]
}
runCommand $extractCmd [list relauchHandler $index $ilist]
} else {
Expand Down

0 comments on commit d1b3893

Please sign in to comment.