Skip to content
Snippets Groups Projects
Unverified Commit 908e9276 authored by Kerautret Bertrand's avatar Kerautret Bertrand :thinking:
Browse files

Demo: script display segment et conversion OK

parent 209c9214
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
PATH=/usr/bin/:/usr/local/bin:/opt/local/bin
LD_LIBRARY_PATH=/home/kerautre/DGtal/build/src:/home/kerautre/libQGLViewer-2.6.4/QGLViewer
export LD_LIBRARY_PATH
BG_IMAGE=$1
LINE_FILE=$2
OUT_FILE_BASENAME=$3
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/kerautre/DGtal/build/src:/home/kerautre/libQGLViewer-2.6.4/QGLViewer
displayLineSegments -i ${LINE_FILE} -o ${OUT_FILE_BASENAME}.fig --backgroundImage ${BG_IMAGE}
fig2dev -L eps ${OUT_FILE_BASENAME}.fig ${OUT_FILE_BASENAME}.eps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment