POV-Ray : Newsgroups : povray.binaries.images : pattern blend : Re: pattern blend Server Time
3 May 2024 09:27:46 EDT (-0400)
  Re: pattern blend  
From: Mike Horvath
Date: 5 Mar 2018 04:46:11
Message: <5a9d11e3$1@news.povray.org>
On 3/2/2018 10:27 AM, And wrote:
> Use some codes to modify photos.
> 
> 
> 
> #declare p_modify1 =
> pigment{
>      pigment_pattern{p_original}
>      pigment_map{
>      #for(i,0,255)
>          [i/255,
>          bumps
>          scale 1/input_wide_res
>          scale 4.8
>          rotate <0,0,20>
>              color_map{
>              [0.2+0.6*(1-pow(i/255,1/3)) rgbt<0,0,0,0.1>]
>              [0.2+0.6*(1-pow(i/255,1/3)) rgbt<0,0,0,0.9>]
>              }
>          ]
>      #end
>      }
> }
> 
> 
> 
> 


I needed such a "half-tone" effect for something or other in the past. I 
wish I could remember what.


Mike


Post a reply to this message

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