Re: problem with output on PS device / TVREAD [message #70224] |
Fri, 26 March 2010 10:02  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
clément mayet writes:
> In fact the restriction to 50 colors was a test to understand color
> tables. Now I use 250 colors. Of course the rendering on my display is
> much better, but I still have a problem of pixel size on postscript.
> On display or on PNG I don't see any pixel, whereas I have big squares
> on Postscript.
I used your program with 250 colors. I don't see
anything like that. :-)
You might try configuring your PostScript file with
PSConfig. That usually solves *most* PostScript problems. :-)
IF KEYWORD_SET(ps) THEN BEGIN
rightsize = PSWINDOW(/CM)
this_device = !D.name
keywords = PSConfig(filename='toto.ps', _Extra=rightsize)
SET_PLOT,'PS'
device, _EXTRA=keywords
ENDIF
Is this a problem with your viewer? Have you actually
printed the PostScript file?
I don't know. It looks perfectly fine to me.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|