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

Home » Public Forums » archive » Re: PostScript Device GET_DECOMPOSED Weirdness
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: PostScript Device GET_DECOMPOSED Weirdness [message #74375 is a reply to message #74374] Wed, 12 January 2011 19:48 Go to previous messageGo to previous message
penteado is currently offline  penteado
Messages: 866
Registered: February 2018
Senior Member
Administrator
On Jan 13, 1:00 am, Ben Tupper <ben.bigh...@gmail.com> wrote:
> Regardless of the documentation confusion, it seems like a bug to me.
> The language in the description of the DECOMPOSED keyword makes is seem
> unambiguous that PostScript should have a decompose-able state.

I think the issue is not whether PS can be decomposed, it is simply
whether device can inform the state, with get_decomposed. As I
remember, this was added in 7.something. I checked in my old 7.1.1 and
it works:

IDL> print,!version
{ x86_64 linux unix linux 7.1.1 Aug 21 2009 64 64}
IDL> set_plot, 'ps'
IDL> device, decomposed=1
IDL> device, get_decomposed=state
IDL> help,state
STATE LONG = 1
IDL> device, decomposed=0
IDL> device, get_decomposed=state
IDL> help,state
STATE LONG = 0

I do not have any older versions to test.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: PostScript Device GET_DECOMPOSED Weirdness
Next Topic: SVM with ENVI

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

Current Time: Fri Oct 10 13:05:11 PDT 2025

Total time taken to generate the page: 1.11994 seconds