Regarding the 3 pass workflow......

#94
by Liquidmind111 - opened

Hello RUNE

I am doing 576x1024, but at the end i get 512x1024, i cant find how to fix this...

can you help?

the 3 pass workflow is a bit tricky since each step needs the resolution to be divisible by 32.
So at each step it will round to the closest pixel value that is divisible by 32.

And the end result will not be exactly whats set as input.
But i'll take a look at the math, maybe it can become a bit closer or even exactly same (since its already divisible by 32 at the very start)

the 3 pass workflow is a bit tricky since each step needs the resolution to be divisible by 32.
So at each step it will round to the closest pixel value that is divisible by 32.

And the end result will not be exactly whats set as input.
But i'll take a look at the math, maybe it can become a bit closer or even exactly same (since its already divisible by 32 at the very start)

ahh got it.....

Sign up or log in to comment