PostScript with smooth lines from object graphics? [message #25838] |
Thu, 19 July 2001 23:45  |
Benno Puetz
Messages: 16 Registered: March 2000
|
Junior Member |
|
|
I have been using object graphics to create a streamline display that
the user can rotate to find a nice viewing angle.
If I print that view to a PostScript file, though, I found no way so far
to get smooth lines. I rather end up with a pixelated rendering.
Is this the way it is supposed to work or am I missing something?
|
|
|
Re: PostScript with smooth lines from object graphics? [message #25897 is a reply to message #25838] |
Wed, 25 July 2001 09:44  |
kschultz
Messages: 2 Registered: July 2001
|
Junior Member |
|
|
"Pavel A. Romashkin" <pavel.romashkin@noaa.gov> wrote in message news:<3B5D9DC5.8A614B09@noaa.gov>...
> While we are on this lovely subject, I'll ask a ? too. How does OG
> create a PS vector output so that the entire rendered OG visual is one
> object? What I mean, when you draw to PS device from DG and open it in a
> vector image application like Illustrator, you can access individual
> characters, axes, plots etc. When you use clipboard object with /Vector,
> everything is together and there seems to be no way to separate PS
> items. This in fact limited my use of OG, so I had to write something up
> to dump the results of OG visual into DG and then use the PS device.
> Of course, all the above stems from my lack of dedication to make IDL
> figures perfectly fitted for publications. While it is ok to write code
> for data *analyses*, I dislike re-writing the code to try to get correct
> CMYK output and scale figures. There are programs that allow a lot more
> intuitive control of that.
> Cheers,
> Pavel
This is probably due to OG generating Encapsulated PostScript, while
DG generates PostScript, and EPS if you ask for it. I'm guessing that
your image application is treating the EPS file as a single object.
Maybe it has a feature/option to let you edit the EPS? If you know
enough PostScript, you might be able to edit the file to convert it
from EPS to PS or find a tool to do that. I've seen PS->EPS
converters.
Karl
|
|
|