Re: Drawing on top of the image
- To: mathgroup at smc.vnet.net
- Subject: [mg85208] Re: Drawing on top of the image
- From: Szabolcs <szhorvat at gmail.com>
- Date: Sat, 2 Feb 2008 03:25:11 -0500 (EST)
- References: <fnuhlu$9vg$1@smc.vnet.net>
On Feb 1, 8:27 am, =8Aer=FDch Jakub <Ser... at panska.cz> wrote: > Does anybody have an idea, how to draw (lines) on top of the photo, which = I > import? > > Exactly what I need is: > image = Import["something.jpg"] > imageData = Import["something.jpg",{"JPEG","GrayLevels"}] > > Now I want to "slice" (with line) the image and work with the imageData on= > the "cut". > > The question is, how to display the image together with the slicing line. Check the Epilog option in the documentation.