I have a report that I'm using which has embedded images. The image quality within the report seems low and the text is sometimes not legible. Is there a setting that adjusts the image quality independently of the image size on the longest edge?
Hello @RHammers,
Are you generating sample reports or full reports? Sample reports are expected to have lower quality compared to generating a full report.
You can also use the getValue:"" syntax to insert the original image. For example, ${attachment | getValue:"" | size:300:0} will use the original image and resize it to the specified size. Please see this documentation for more information.
Hi @ZacharySutherby,
Yes I have been generating sample reports since I'm in the development stage. Should I expect all images that are included in sample reports to be reduced quality and all images in a full report using getValue:"" to be original quality?