SSRS 2005 JPEG resizing
-
Monday, April 30, 2012 4:33 PMI'm attempting to resize a JPEG used for a signature block but the signature still shows up as the original size. I have reloaded the binary image into the database after resizing but the image still shows up as a larger size than I need on the report.
All Replies
-
Tuesday, May 01, 2012 5:18 AMModerator
Hi Gary - hot bass,
I think this behavior similar to PDF render. The PDF renderer in Reporting Services 2005 resizes all images that it is given at 96 DPI no matter what DPI the image is when you pass it to the renderer. That means that a 300 DPI image or even a 600 DPI image will be sized in the PDF as if it is only 96 DPI. In other words, your high DPI image may render larger than expected.
Could you test is with the solution for PDF render issue:For futher assistance, please submit a feedback at https://connect.microsoft.com/SQLServer/Feedback
Thanks,
LolaTechNet Community Support
Please remember to mark the replies as answers if they help.
- Marked As Answer by Gary - hot bass Monday, May 07, 2012 5:57 PM

