comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Using contour in postscripts produces a "stripe" effect? - solved
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Using contour in postscripts produces a "stripe" effect? - solved [message #68533] Wed, 04 November 2009 10:13 Go to previous message
Andy Heaps is currently offline  Andy Heaps
Messages: 22
Registered: March 2006
Junior Member
How do you mean fix this? The postscript doesn't have the problem,
there's nothing wrong with it.

The problem is that when you want to create an image (bitmap) for quick
viewing or for sharing on a web page you get the white line effect when
using anti-aliasing. So you have a choice when making an image using
ImageMagick convert from a postscript file:

a) you have the white lines and the fonts and lines are smoothed.
b) you have no white lines and the fonts and lines look stepped
aka 'the jaggies'

You can increase the density of the output picture and this reduces the
look of the stepped effect in the fonts and lines:
convert -density 300 +antialias idl.ps idl.png

Cheers
Andy



pp wrote:
> On Nov 4, 9:42 am, Andy Heaps <a.j.he...@reading.ac.uk> wrote:
>> Linux, Solaris and Mac
>> convert +antialias idl.ps idl.png
>> convert +antialias idl.ps idl.pdf
>>
>
> But this turns nice vector ps files into bitmaps. I am wondering how
> to fix this without making bitmaps.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Fun with Int_tabulated.pro
Next Topic: weighted total least-squares regression

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 08:34:54 PDT 2025

Total time taken to generate the page: 1.12054 seconds