Pink 0.9

drawlines.c File Reference

draw line segments which are specified by a text file More...


Detailed Description

draw line segments which are specified by a text file

Usage: drawlines in.pgm vect.txt out.pgm

Description: The file vect.txt contains a list of line segments under the format:
l nb_segments
x11 y11 x12 y12
x21 y21 x22 y22
x31 y31 x32 y32
...

Types supported: byte 2D

Category: draw

Author:
Michel Couprie