Select to view content in your preferred language

Images in report reduced quality?

614
2
07-18-2023 12:44 PM
RHammers
Occasional Contributor

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?

0 Kudos
2 Replies
ZacharySutherby
Esri Regular Contributor

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. 

Thank you,
Zach
0 Kudos
RHammers
Occasional Contributor

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?

0 Kudos