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

Home » Public Forums » archive » Re: IDL 5.4. Neato. NOT.
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: IDL 5.4. Neato. NOT. [message #22303 is a reply to message #22242] Thu, 02 November 2000 06:53 Go to previous message
colinr is currently offline  colinr
Messages: 30
Registered: July 1999
Member
On Sun, 29 Oct 2000 07:01:33 -0500,
Dennis J. Boccippio <djboccip@bellsouth.net> wrote:
> Posting from home so as to forego the possibility that _our_ ODIN vendor
> will lose my post. In partial response to Joseph's issue (4) below:
>
> Q: Will 5.4's non-support of LZW (specifically, WRITE_GIF) balk at _any_
> routine named 'WRITE_GIF'?

> On Un*x, the 'convert' command comes along with a package that I've
> forgotten - ImageMagick, or libppm, or something...)

Yes, ImageMagick.

pro write_gif,filename,image,_extra=e
write_bmp,'./temp.bmp',image,_extra=e
spawn,'convert temp.bmp '+filename
spawn,'rm temp.bmp'
end

is a quick and dirty fix for me. Of course what's needed is a routine which
will identify one's system, hunt down a suitable conversion routine, and
use that.

--
Colin Rosenthal
Astrophysics Institute
University of Oslo
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: looking for a compile_opt option
Next Topic: Re: IDLWAVE fontlock / fontify weirdness in Xemacs

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

Current Time: Fri Oct 10 01:45:46 PDT 2025

Total time taken to generate the page: 0.23937 seconds