Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!agate!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: Re: Multiple EPS images in a single file Message-ID: <1744@toaster.SFSU.EDU> Date: 17 Jun 91 05:21:19 GMT References: <1991Jun16.214956.24951@terminator.cc.umich.edu> Reply-To: eps@cs.SFSU.EDU (Eric P. Scott) Organization: San Francisco State University Lines: 20 In article <1991Jun16.214956.24951@terminator.cc.umich.edu> josephk@econ.lsa.umich.edu (Joseph Klein) writes: >I'm attempting to use the NXEPSImageRep class object to create a list of >similar ImageRep objects. The class summaries tell me that the >'newListFromFile:filename' method should return a list containing as many eps >images as are in filename? > >How do I create an EPS file that contains more than one EPS image? I think the method is only in there to parallel NXBitmapImageRep. TIFF files can contain multiple images to accommodate different frame buffers. It doesn't make sense for PostScript. (I could see it looking for %%BeginFile: ... %%EndFile pairs, but I don't understand *why* it would be worthwhile.) [I don't believe it; NeXT includes the EPSF spec in _Supplemental Documentation_, but omits Document Structuring Conventions? How useless! Time to dig out the 0.9 tech docs, sigh.] -=EPS=-