home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / programm / 18226 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.9 KB

  1. Path: sparky!uunet!destroyer!gatech!psuvax1!psuvm!rxf10
  2. Organization: Penn State University
  3. Date: Tue, 10 Nov 1992 10:49:32 EST
  4. From: <RXF10@psuvm.psu.edu>
  5. Message-ID: <92315.104933RXF10@psuvm.psu.edu>
  6. Newsgroups: comp.sys.mac.programmer
  7. Subject: Re: QuickTime and Fast Dithering
  8. References:  <40577@sdcc12.ucsd.edu>
  9. Lines: 33
  10.  
  11.  
  12.     Scott,
  13.         Your idea of placing JPEGed images into Director as  QTime
  14.     movies is an interesting idea (I've never tried it), but
  15.     there's an easier way. Use the "paste as PICT" command in
  16.     the Cast menu.  If you have a JPEG image in the clipboard
  17.     choosing "paste as pict" will retain any QuickTime
  18.     compression associated with that picture.  It will also keep
  19.     the small file size when the MacroMind (excuse me, "MacroMedia")
  20.     file is saved.
  21.         On the other hand, if you really wanted to do it your way,
  22.     then why not dither the image in a paint program (Photoshop)
  23.     before you make you movie file of JPEG images.
  24.         The easiest way to keep track of files is to use the
  25.     "link to file" option when importing, but to keep a bunch of
  26.     aliases to the files you need inside the same folder as your
  27.     Director Document.  This should make your link alittle more
  28.     robust.  Director should really use alias  records instead of
  29.     keeping the absolute path name.  Oh, well, can't have everything.
  30.         If you will be porting your Director Movie to another
  31.     platform, one which doesn't have aliases (Windows), then you
  32.     could keep all of the files needed for your movie in the same
  33.     folder as the Director file itself and reference them via
  34.     Lingo by using "the pathname & picturetitle" to create your
  35.     own pathname.
  36.  
  37.     Hope this helps.
  38.  
  39.                             Robert Falco
  40.                             Training and Multimedia Systems
  41.                             Penn State University
  42.                             RXF10 @ psuvm.psu.edu
  43.  
  44.