octave-maintainers
[Top][All Lists]
Advanced

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

Re: imread image sizing


From: Daniel J Sebald
Subject: Re: imread image sizing
Date: Wed, 10 Mar 2004 20:40:47 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01



Paul Kienzle wrote:


On Mar 10, 2004, at 5:56 PM, Daniel J Sebald wrote:


So, my initial motivation would be a nice complete display environment based upon Gnuplot, and then later other graphics packages could be swapped in. That probably means that there needs to be an Octave graphics variable set at compile time so that image.m can know what graphics system it is supposed to use. Otherwise, image.m would need to be turned into an internal routine.


Or you could use the graceplot (and plplot?) approach of having
different plotting libraries in different directories, and let the
LOADPATH variable do the work.


Do you mean the way graceplot (plplot) is organized? Or the way that Octave uses graceplot (plplot)?

So in that approach there might be subfunctions such as __image__.m in different directories, e.g.,

/m/plot/xv
/m/plot/imagemagick
/m/plot/gnuplot
/m/plot/graceplot
/m/plot/plplot

?

Should work.  I will think that over.

Dan




reply via email to

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