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

Home » Public Forums » archive » Re: thumbnails
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: thumbnails [message #24005 is a reply to message #24003] Thu, 01 March 2001 10:41 Go to previous message
davidf is currently offline  davidf
Messages: 2866
Registered: September 1996
Senior Member
steve (nobody@nowhere.com) writes:

> Does anyone know how to produce *.eps files with thumbnails (in IDL 5.x)?

IDL 5.4 has some new keywords for producing a PostScript preview
image: PRE_XSIZE, PRE_YSIZE, PRE_DEPTH. These are suppose to
allow you to create a preview, or thumbnail, image of a particular
size.

I just tried it with a screen snapshot:

snapshot = TVRD(True=1)
Set_Plot, 'PS'
Device, /Encapsulate, /Preview, Pre_XSize=100, Pre_YSize=100, $
Pre_Depth=8, Color=1
TV, snapshot, True=1
Device, /Close_File

IDL went away for 5-6 several seconds while the file was written.
But the resulting file was over 17 MBytes in size!

I think I'm going to stick to the tried and true way of
adding preview images in GhostView. :-(

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: idl5.4 and win2k
Next Topic: Printing Woes

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

Current Time: Sat Oct 11 00:39:58 PDT 2025

Total time taken to generate the page: 0.64050 seconds