POV-Ray : Newsgroups : povray.general : POV to GIF? Server Time
7 Aug 2024 19:26:06 EDT (-0400)
  POV to GIF? (Message 61 to 65 of 65)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Jon A  Cruz
Subject: Re: POV to GIF?
Date: 25 Nov 2001 22:13:50
Message: <3C01B367.D5DB3CE3@geocities.com>
Mahalis wrote:

> And how would I do that? Agent is *really* picky about colors- I think it'll
> only work with the Web palette.

http://msdn.microsoft.com/library/en-us/msagent/deschar_3r8y.asp?frame=true

Looks like it doesn't. Instead it just wants the first and last 10 colors (20
total) to be the standard Windows/VGA base palette. As long as you don't target
8-bit display users, you are free to use whatever you want for the other 236.

But... if you are targeting 8-bit users, they do have a recommended palette to
go to (the office palette)

http://www.microsoft.com/msagent/downloads/assistpalet.bmp


Anyway, that's basically what we used to need to deal with in Windows
multimedia, and making a set of images to a single 8-bit palette containing
those 20 colors in the top and bottom 10 was a common thing.

--
Jon A. Cruz
http://www.geocities.com/joncruz/action.html
A world without string is Chaos. - R. Smuntz


Post a reply to this message

From: Mahalis
Subject: Re: POV to GIF?
Date: 1 Dec 2001 18:20:46
Message: <3c0965ce@news.povray.org>
Tanks!
I know you'll think me a complete idiot (and maybe I am), but is there any
way to get ImageMagick to do this automatically?

> Looks like it doesn't. Instead it just wants the first and last 10 colors
(20
> total) to be the standard Windows/VGA base palette. As long as you don't
target
> 8-bit display users, you are free to use whatever you want for the other
236.


Post a reply to this message

From: Adrien Beau
Subject: Re: POV to GIF?
Date: 4 Dec 2001 05:51:57
Message: <3C0CA12E.2AF977A2@free.fr>
Mahalis wrote:
> 
> Tanks!
> I know you'll think me a complete idiot (and maybe I am), but is there any
> way to get ImageMagick to do this automatically?
> 
> > Looks like it doesn't. Instead it just wants the first and last 10 colors
> (20
> > total) to be the standard Windows/VGA base palette. As long as you don't
> target
> > 8-bit display users, you are free to use whatever you want for the other
> 236.

As far as I know, ImageMagick is a command line utility. (?)

If that is the case, you can write a "script" for it. A shell
script if you work with Unix, or a batch script if you work
with Windows (the .bat files or .cmd files you sometimes see).

This is not very complicated, but if you've never done that
before, you'll probably need some help or a book.

-- 
Adrien Beau   adr### [at] freefr   http://adrien.beau.free.fr/


Post a reply to this message

From: Mahalis
Subject: Re: POV to GIF?
Date: 4 Dec 2001 07:09:43
Message: <3c0cbd07@news.povray.org>
Well, I do know how to get ImageMagick to mass-process images, I just don't
know what setting to use to get it to make the first and last 10 items in
the palette the standard Win colors.

> > > Looks like it doesn't. Instead it just wants the first and last 10
colors
> > (20
> > > total) to be the standard Windows/VGA base palette. As long as you
don't
> > target
> > > 8-bit display users, you are free to use whatever you want for the
other
> > 236.

> As far as I know, ImageMagick is a command line utility. (?)
>
> If that is the case, you can write a "script" for it. A shell
> script if you work with Unix, or a batch script if you work
> with Windows (the .bat files or .cmd files you sometimes see).


Post a reply to this message

From: Adrien Beau
Subject: Re: POV to GIF?
Date: 5 Dec 2001 07:16:29
Message: <3C0E1056.9D3A65B5@free.fr>
Mahalis wrote:
> 
> Well, I do know how to get ImageMagick to mass-process images, I just don't
> know what setting to use to get it to make the first and last 10 items in
> the palette the standard Win colors.

I don't know ImageMagick. Perhaps there's a newsgroup or
mailing-list dedicated to the usage of this tool?

-- 
Adrien Beau   adr### [at] freefr   http://adrien.beau.free.fr/


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.