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

Home » Public Forums » archive » Re: eps output with xplot or fsc_surface
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: eps output with xplot or fsc_surface [message #61671] Mon, 28 July 2008 12:03 Go to previous message
humanumbrella is currently offline  humanumbrella
Messages: 52
Registered: June 2008
Member
On Jul 28, 2:44 pm, humanumbre...@gmail.com wrote:
> On Jul 28, 1:45 pm, David Fanning <n...@dfanning.com> wrote:
>
>
>
>> humanumbre...@gmail.com writes:
>>> The above code creates a bigger image, and it comes back as the same
>>> size as what you initially saved it as, but it is not necessarily more
>>> detailed.  I am continuing work on this and will report some more
>>> findings (:
>
>> Actually, I think this is correct, if you have one more step.
>> I try something like this:
>
>>    'EPS-600': BEGIN
>>         resolution = [2.54/600, 2.54/600]
>>         viewDimensions = 600/72.
>>         END
>
>> Then,
>
>>    info.thisWindow->GetProperty, $
>>        Dimensions=theDimensions, Units=theUnits
>>    clipboard = Obj_New('IDLgrClipboard', $    
>>         Dimensions=viewDimensions*theDimensions, $
>>         Resolution=resolution, Units=theUnits, Quality=2)
>
>> That produces a (gigantic!) PostScript file, but I think
>> it is of the correct dimensions, at least.
>
>> 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.")
>
> It appears that if you pass the /vector keyword as well, it will
> drastically reduce the filesizes.
>
> Cheers,
> --Justin

Finally, for my application I believe I will use the /vector keyword
with the /postscript, so the filesize will be smaller. This will
allow for the postscript reader to rasterize its own vectors instead
of saving all of that information in the file.

Hope that helps some people =P

Cheers,
--Justin
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Summing an array.
Next Topic: Removing some but not all spaces in a string

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

Current Time: Fri Oct 10 05:36:08 PDT 2025

Total time taken to generate the page: 0.72067 seconds