|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
|
|