|
[Date Index]
[Thread Index]
[Author Index]
Re: Image[], Graphics[Raster[]]
- To: mathgroup at smc.vnet.net
- Subject: [mg100339] Re: Image[], Graphics[Raster[]]
- From: lehin.p at gmail.com
- Date: Mon, 1 Jun 2009 07:09:44 -0400 (EDT)
- References: <6147782.1243412890107.JavaMail.root@n11> <200905280829.EAA14200@smc.vnet.net>
On May 31, 2:32 pm, Jens-Peer Kuska <ku... at informatik.uni-leipzig.de>
wrote:
> Oh mixing is easy:
>
> img = Import["http://www.stephenwolfram.com/img/home/sw-portrait.jpg"]
> Graphics[
> {Image`ToGraphicsRaster[img][[1]],
> Circle[{110.5, 110.5}, 10]}]
>
> draw a circle on the image.
Hello,
Big thanks. But it looks like undocumented function. Where the
function "Image`ToGraphicsRaster" is documented? I have not found
anything in the Documentation about this.
Prev by Date:
Min function returns Min[2.05875,] instead of just 2.05875
Next by Date:
Re: Reading Fortran Data file
Previous by thread:
Re: Min function returns Min[2.05875,] instead of just 2.05875
Next by thread:
Re: Image[], Graphics[Raster[]]
|