POV-Ray : Newsgroups : povray.general : Re: large image sizes Server Time
5 Aug 2024 16:14:17 EDT (-0400)
  Re: large image sizes (Message 1 to 4 of 4)  
From: Rafal 'Raf256' Maj
Subject: Re: large image sizes
Date: 13 Aug 2002 04:43:36
Message: <Xns92696C7C49A10raf256com@204.213.191.226>
"Ace" <ble### [at] icefognet> wrote in news:3d58be2b@news.povray.org

> Hello all,
> whats the next 3 or 4 sizes that keep the same size ratio bigger than
> 1280x1024, I'm rendering an image to sell as a poster on zazzle.com
> and need something BIG.

don't You have any calculator :) ?

5120x3500

-- 
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M


Post a reply to this message

From: Tom Melly
Subject: Re: large image sizes
Date: 13 Aug 2002 04:44:41
Message: <3d58c6f9$1@news.povray.org>
"Ace" <ble### [at] icefognet> wrote in message news:3d58be2b@news.povray.org...
> Hello all,
> whats the next 3 or 4 sizes that keep the same size ratio bigger than
> 1280x1024, I'm rendering an image to sell as a poster on zazzle.com
> and need something BIG.

? Can't you just multiply both numbers by a common factor ?

> my apologies if there is a simple answer to this but I can't figure it out.

you should run for president....


Post a reply to this message

From: Ace
Subject: Re: large image sizes
Date: 13 Aug 2002 05:13:41
Message: <3d58cdc5@news.povray.org>
LOL! sorry to all, I acidentaly sent that message while re-writing it
that was not even close to what I wanted to say.


Gary

Rafal 'Raf256' Maj <raf### [at] raf256com> wrote in message
news:Xns### [at] 204213191226...
> "Ace" <ble### [at] icefognet> wrote in news:3d58be2b@news.povray.org
>
> > Hello all,
> > whats the next 3 or 4 sizes that keep the same size ratio bigger than
> > 1280x1024, I'm rendering an image to sell as a poster on zazzle.com
> > and need something BIG.
>
> don't You have any calculator :) ?
>
> 5120x3500
>
> --
> #macro
g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
> pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local
l=mod(c,100
> );g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end
light_source{
> y 2}sphere{z*20
9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M


Post a reply to this message

From: Rohan Bernett
Subject: Re: large image sizes
Date: 18 Aug 2002 20:05:03
Message: <web.3d6035dc60587a3d02c7b870@news.povray.org>
Hey Ace, if you want images with a 4:3 (ie 1.3333333:1) ratio, don't use
1280*1024. 1280*1024 gives a 1.25:1 ratio. If you want really hi-res sizes
try 2048*1536 (my favourite for final renders), 4096*3072, or 8192*6144.

Rohan _e_ii


Post a reply to this message

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