Xref: utzoo comp.graphics:16661 comp.sys.mac.programmer:22760 alt.graphics.pixutils:880 comp.graphics.visualization:367 Path: utzoo!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac,mp.cs.niu.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!liberte From: liberte@ncsa.uiuc.edu (Daniel LaLiberte) Newsgroups: comp.graphics,comp.sys.mac.programmer,alt.graphics.pixutils,comp.graphics.visualization Subject: Re: NCSA's image plot Message-ID: Date: 18 Mar 91 18:56:01 GMT References: <1991Mar18.100643.29655@rodan.acs.syr.edu> Sender: usenet@ux1.cso.uiuc.edu (News) Distribution: na Organization: University of Illinois, Urbana-Champaign, NCSA Lines: 11 In-Reply-To: jkchan@lynx.cat.syr.edu's message of 18 Mar 91 15:40:56 GMT > Anyone knows how NCSA Image or Datascope displays their image > files on Mac? Elementary. We use the MacOS CopyBits. There are some tricks about aligning the bitmap with byte and word boundaries to speed things up, but I dont know that we bothered with that. You can get the source code by anonymous ftp to ftp.ncsa.uiuc.edu, same place as the binaries. dan