hello,
I want to plot a line on an image (128x128) between two points, say
(2,1) and (1,4). When I use PLOTS it fills all the pixels between the
two points, i.e. the line is represented by the pixels (2,1),(1,2),
(1,3),(1,4). Is there a way to plot a line on an image as an overlay
without filling the pixels, i.e. similar to plotting a line on a
graph?
Thanks.
ashraf.
|