home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / sci / fractals / 319 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.4 KB

  1. Path: sparky!uunet!stanford.edu!agate!sprite.berkeley.edu!shirriff
  2. From: shirriff@sprite.berkeley.edu (Ken Shirriff)
  3. Newsgroups: sci.fractals
  4. Subject: Re: (x)fractint authors please read
  5. Date: 12 Nov 1992 20:25:55 GMT
  6. Organization: University of California, Berkeley
  7. Lines: 22
  8. Message-ID: <1duekjINNnn3@agate.berkeley.edu>
  9. References: <1992Nov12.182116.5976@bnr.ca>
  10. NNTP-Posting-Host: hijack.berkeley.edu
  11.  
  12. In article <1992Nov12.182116.5976@bnr.ca> yavuz@bnr.ca (Yavuz Onder) writes:
  13. >1. my postscript image comes out with 00 and FB as gray levels
  14.  
  15. The problem is that colors in fractint range from 0 to 63, and are
  16. multiplied by 4 to get the postscript values.  63x4=FB.  It should probably
  17. be multiplied by 4.0635 to scale correctly.
  18.  
  19. The reason epsf=0 results in a .eps file is that some parameters are changed
  20. whenever you change the epsf value, no matter what you change it to.  This
  21. is probably a bug.
  22.  
  23. You could define a new value of the postscript resolution to indicate device
  24. resolution, such as -1.  Just fix the documentation appropriately.
  25.  
  26. >I can suggest fixes for last three as I have already corrected them on
  27. >*.eps files and tried successfully
  28.  
  29. If you send me fixes for the problems, I'll add them to xfractint eventually.
  30. Unfortunately I don't have much time to spend on xfractint now, so the fixes
  31. will get installed sooner if they are straightforward (e.g. patch files).
  32.  
  33. Ken Shirriff                shirriff@sprite.Berkeley.EDU
  34.