POV-Ray : Newsgroups : povray.binaries.images : Mosaic : Re: Mosaic Server Time
12 Aug 2024 05:25:55 EDT (-0400)
  Re: Mosaic  
From: Aaron Gillies
Date: 17 Dec 2003 23:48:22
Message: <3fe13196$1@news.povray.org>
Thanks, guys ...

The original source image was some multiple of 100 pixels wide by 70 high.
I think I multiplied by two for some reason in the source (probably to bring
the bird head into view).

You should use the actual dimensions of your source image as follows:

#local I =

  pigment {
    image_map {
      jpeg "mozaik.jpg"
      }
    translate <0, -.5, 0>
    scale <Width, Height, 1>
    }

where Width is the width and Height is the height, etc.

Aaron

Post some of your own images that you used my script on?  I'm sort
of curious.


Post a reply to this message

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