diff --git a/Code/Seg/IPOLdemo/Scripts/displaySegmentsInteract.sh b/Code/Seg/IPOLdemo/Scripts/displaySegmentsInteract.sh index 4a47f26b4a25bb80c5d7b38b86710d84438c238f..053686f14b412d6213e149afa9de750ccb74022b 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 2 --noDisplayEndPoints +displayLineSegments -i ${LINE_FILE} --customLineColor 50 50 250 --backgroundImage ${BG_IMAGE} -o ${OUT_FILE_BASENAME}.fig -s ${INPUT_LINESEED} --customLineColorSecSet 250 50 50 --customPointColor 50 250 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