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