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

Home » Public Forums » archive » Re: Ps_start and Ps_end
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: Ps_start and Ps_end [message #75165 is a reply to message #75164] Fri, 18 February 2011 11:15 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
kisCA writes:

> Yes, I downloaded today : coyoteprograms & coyote2ndfiles. Don't seem
> to be the same problem as yesterday.
>
>> And, I assume you are saying the PostScript file has
>> the text, but the PNG file does not. Is that correct?
>
> Yes
>
>> There really is no reason to use PS_START if you are going to do
>> all of this. This is sort of the point of PS_START. It will set
>> all this stuff up for you.
>
> Sure, in fact I just need to fix xsize and ysize

OK, I suspect this is the problem then. PS_END, which
will create the PNG file from the PostScript file, relies
on information created in PS_Start. Like, for example,
the size of the output. So, if you are circumventing
PS_Start to create your own sizes, PS_End won't know
about it.

If you want to use PS_Start, just set your sizes with it:

PS_Start, /NoMatch, XSIZE=5, YSIZE=5, /Inches, FILE='test.ps'

Then, don't mess around changing anything. :-)

Cheers,

David


--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Ps_start and Ps_end
Next Topic: cgtext and resizeable graphics window

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

Current Time: Thu Oct 09 20:10:37 PDT 2025

Total time taken to generate the page: 0.56062 seconds