help-octave
[Top][All Lists]
Advanced

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

Re: What does imagesc.m need?


From: Per Persson
Subject: Re: What does imagesc.m need?
Date: Sat, 28 Feb 2004 14:39:06 +0100


On Feb 28, 2004, at 03:36, Joe Koski wrote:

After some experimentation, I found xv and downloaded it from Fink. Now I'm
getting TIFF plots in a Preview window.

That doesn't have anything to do with xv...
If you get an image display in Preview.app then the route it would have taken is

## MacOSX:
mac = sprintf("convert -geometry %f%% %s %s.tiff;open %s.tiff", zoom*100,
ppm_name,ppm_name,ppm_name);

which uses convert (from ImageMagick) to save the original file as a TIFF image. The part 'open %s.tiff' will ask the system to open the TIFF image with your preferred imageviewer (defaults to Preview.app).

You could augment the call with 'open -a AppName %s.tiff' to use the app of your choice.

/Per





-------------------------------------------------------------
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]