i'm trying to convert a .pdf to a .jpeg using Vips version 7.26 with C++. but the quality output is very bad. Is there a way to set the resolution on read file process?
Note: Update Vips to newer versions it's not a solution
My Code
vips::VImage image ("path/to/pdf/name.pdf");
image.write ("path/to/pdf/name.jpeg");