diff --git a/Code/Seg/IPOLdemo/Scripts/displaySegmentsInteract.sh b/Code/Seg/IPOLdemo/Scripts/displaySegmentsInteract.sh index 6e0a1b808840dd96ecc5e40baa47606e7b5a083a..4a47f26b4a25bb80c5d7b38b86710d84438c238f 100755 --- a/Code/Seg/IPOLdemo/Scripts/displaySegmentsInteract.sh +++ b/Code/Seg/IPOLdemo/Scripts/displaySegmentsInteract.sh @@ -11,7 +11,7 @@ OUT_FILE_BASENAME=$4 -displayLineSegments -i ${LINE_FILE} --customLineColor 50 50 200 --backgroundImage ${BG_IMAGE} -o ${OUT_FILE_BASENAME}.fig -s ${INPUT_LINESEED} --customLineColorSecSet 200 50 50 --customPointColor 50 200 50 --lineWidth 2 --lineWidthSecSet 1 --noDisplayEndPoints +displayLineSegments -i ${LINE_FILE} --customLineColor 50 50 200 --backgroundImage ${BG_IMAGE} -o ${OUT_FILE_BASENAME}.fig -s ${INPUT_LINESEED} --customLineColorSecSet 200 50 50 --customPointColor 50 200 50 --lineWidth 2 --lineWidthSecSet 2 --noDisplayEndPoints fig2dev -L eps ${OUT_FILE_BASENAME}.fig ${OUT_FILE_BASENAME}.eps convert -background \#FFFFFF -flatten ${OUT_FILE_BASENAME}.eps -geometry 512x ${OUT_FILE_BASENAME}.png