From help-octave-request at bevo dot che dot wisc dot edu Sat Feb 28 10:56:45 2004 Subject: Re: What does imagesc.m need? From: Joe Koski To: Octave Help Date: Sat, 28 Feb 2004 09:55:36 -0700 Per, Thanks for the explanation. I prefer the Photoshop app, but Preview starts much faster, so I'll leave it that way. Preview's a good, clever way to implement image.m on the Mac. I guess I was expecting another Aquaterm window to appear. I had just installed ImageMagick, but tested it within the same terminal window as the installation. When I tried again later, with a new terminal window, everything worked. Maybe the .cshrc had to be rerun before convert was recognized? In the mean time, I had also installed xv, which confused the issue. The question remains: is there another dependency needed to do a fresh install of octave-2.1.50 from Fink, i. e., ImageMagick or convert? Joe on 2/28/04 6:39 AM, Per Persson at persquare at mac dot com wrote: > > 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 > ------------------------------------------------------------- > ------------------------------------------------------------- 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 -------------------------------------------------------------