help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to put title or text on an image?


From: Ted Sariyski
Subject: how to put title or text on an image?
Date: Mon, 21 Oct 2002 12:38:58 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0

Hi,

How can I add title or text to an image? I use the following script but I was unable to use title or text.

mymap=colormap(hsv(64));
load piximg;
myimg=imagesc(load piximg,2);
saveimage ('zzz.ppm',myimg,'ppm',mymap);

Thanks,
Ted



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]