--image now produces a nicer legend: just the filename

This commit is contained in:
Dima Kogan 2017-10-11 18:32:15 -07:00
parent b59137c255
commit 7b3040ecc9

View File

@ -439,7 +439,7 @@ sub interpretCommandline
die "Couldn't read image '$options{image}'"; die "Couldn't read image '$options{image}'";
} }
unshift @{$options{equation}}, qq{"$options{image}" binary filetype=auto flipy with rgbimage}; unshift @{$options{equation}}, qq{"$options{image}" binary filetype=auto flipy with rgbimage title "$options{image}"};
delete $options{image}; delete $options{image};
} }
} }