[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: More about PICT file
- To: info-mcl@ministry.cambridge.apple.com
 
- Subject: Re: More about PICT file
 
- From: tar@ISI.EDU (Thomas A. Russ)
 
- Date: 18 Nov 93 12:21:11
 
- Distribution: world
 
- In-reply-to: jipan@mason1.gmu.edu's message of Thu, 18 Nov 1993 10:08:44 -0500
 
- Newsgroups: comp.lang.lisp.mcl
 
- Organization: USC-ISI
 
- References: <9311181508.AA23818@mason1.gmu.edu>
 
- Reply-to: tar@isi.edu
 
In article <...> jipan@mason1.gmu.edu (JIQIAN PAN) writes:
This isn't related to your other problem, but there is a problem with
your creator string for SuperPaint files.  Creation strings are
case-sensitive!!
 > ;;; SPNT is the creator of the SuperPaint files
 > (store-pict-to-file (get-picture *my*) filename :creator "spnt")
                                                             ^^^^
The correct string is "SPNT"  (capital letters).
--
________________________________________________________________________
Thomas A. Russ,  USC/Information Sciences Institute          tar@isi.edu    
4676 Admiralty Way, Marina del Rey, CA 90292          (310) 822-1511x775