swarm-support
[Top][All Lists]
Advanced

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

Re: Making .png files in Windows


From: M. Lang / S. Railsback
Subject: Re: Making .png files in Windows
Date: Thu, 16 Sep 1999 07:16:25 -0700

Marcus G. Daniels wrote:
> 
> >>>>> "LRA" == M Lang / S Railsback <address@hidden> writes:
> 
> LRA> Any ideas why this error when trying to do raster grabs in
> LRA> Windows?
> 
> This is a full screen grab, right?  (Widget argument is nil?)
> 
> If so, here's a new DLL that should fix it:
> 
>   ftp://ftp.santafe.edu/pub/swarm/fixes/screenshots/swarm.dll
> 

Um, actually no, I was trying to grab just the raster widget. I will
download your new DLL and try it (when I can get to something faster
than my modem), but maybe that's not the only problem??

-(void) writeFrame {
  char filename[256];
  id pixID;

 sprintf(filename, "Model%03d_Frame%03ld.png", 0, getCurrentTime());

 pixID =  [Pixmap createBegin: obsZone];
 [pixID  setWidget: adultRaster];
 pixID = [pixID createEnd];
 [pixID save: filename];
 [pixID drop];

}

Steve

p.s. We're talking about adult FISH, not adult graphics!
-- 
address@hidden
Lang, Railsback & Assoc.
250 California Ave., Arcata CA 95521
707-822-0453; Fax 822-1868

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

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