Hello. I am newbie in programming. I’m trying to learn to use it in my work in photography and visual arts. I’m trying to run a code but it always gives Error - Missing “)” in the parts that I’ll put below and I don’t know how to fix it.
Thanks a lot if anyone can answer me.
float ratio = renderWidth / (float)renderHeight;
if (ratio > 1) {
outWidth = 1024;
I’m trying to render the result I got after applying a generative code on a photograph. I would like to get a jpg or png image with good quality and this is the code I am trying to use: