home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / programm / 15047 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  985 b 

  1. Path: sparky!uunet!stanford.edu!bcm!tamsun.tamu.edu!bpb9204
  2. From: bpb9204@tamsun.tamu.edu (Brent)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Offscreen bitmap problem
  5. Message-ID: <1992Sep6.072504.9373@tamsun.tamu.edu>
  6. Date: 6 Sep 1992 07:25:04 GMT
  7. References: <1992Sep5.045203.25253@tamsun.tamu.edu>
  8. Distribution: usa
  9. Organization: Texas A&M Univ., Inc.
  10. Lines: 17
  11.  
  12. bpb9204@tamsun.tamu.edu (Brent) writes:
  13. |
  14. |I am writing a small fractal graphics application that generates basic B/W
  15. |images.
  16. |I decided on using an offscreen
  17. |bitmap and draw to both bitmaps simultaneously. 
  18.  
  19. I got it working about an hour after I posted.  I went back and studied
  20. my code, really thought about what I was trying to do and also studied the
  21. IM chapters again.  Finally, it worked.
  22.  
  23. Now that this offscreen stuff is working (and it's neat), I was able to add
  24. image saving to a file, proper updates, etc.  It's fleshing out nicely.
  25.  
  26. Thanks to all who helped: John, Jim, Kenneth and the UMPG.
  27.  
  28. -Brent
  29.