POV-Ray : Newsgroups : povray.newusers : Q: Filtered image_map Server Time
30 Jul 2024 16:26:57 EDT (-0400)
  Q: Filtered image_map (Message 1 to 3 of 3)  
From: Erhard Ducke
Subject: Q: Filtered image_map
Date: 23 Nov 2003 14:10:52
Message: <tc12svchrj9pros90rakgu39repkocr5vp@4ax.com>
Hi!
How can I make a image_map transparent or filtering without using a indexed
color image. I want to use a real color image (jpg) and make the picture
filtering like a color slide...
Thanks in advance!
Erhard Ducke

-- 
Erhard Ducke


Post a reply to this message

From: Marc Jacquier
Subject: Re: Filtered image_map
Date: 23 Nov 2003 15:33:50
Message: <3fc119ae@news.povray.org>
hi

   pigment
   {
      image_map
      {jpeg "your_image.jpg"
         filter all 0.5}
   }

should work

Marc

tc12svchrj9pros90rakgu39repkocr5vp@4ax.com...
> Hi!
> How can I make a image_map transparent or filtering without using a
indexed
> color image. I want to use a real color image (jpg) and make the picture
> filtering like a color slide...
> Thanks in advance!
> Erhard Ducke
>
> --
> Erhard Ducke


Post a reply to this message

From: Erhard Ducke
Subject: Re: Filtered image_map
Date: 24 Nov 2003 16:46:06
Message: <1vu4svoudi8ulbk0ueisnemr9iai4737fu@4ax.com>
On Sun, 23 Nov 2003 21:34:20 +0100, "Marc Jacquier"
<jac### [at] wanadoofr> wrote:

>         filter all 0.5}

Yes, it's working now!
Before I tried transmit and filter (without the 'all') and got an error
message therefore I didn't try the 'filter all'...
Thanks!
-- 
Erhard Ducke


Post a reply to this message

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