Page 1 of 1

Recomended way to export image to bigger size

Posted: Fri Jun 14, 2013 8:07 pm
by 16565457
Hello!

I have several TDBCharts in a form, and I need to export the charts image to JPG files with bigger width/height than the chart canvas in the form. What is the recommended way to export the image in such situation, to avoid losing quality due to "bitmap" scaling?

Those images will be presented in Full HD LCD TV's with resolution of 1920x1080 pixels.

Thanks!
Carlos

Re: Recomended way to export image to bigger size

Posted: Tue Jun 18, 2013 3:00 pm
by yeray
Hi Carlos,

I'd suggest you to take a look at the printing better article here.
If you still find problems with it, don't hesitate to let us know.

Re: Recomended way to export image to bigger size

Posted: Tue Jun 18, 2013 4:33 pm
by 16565457
Thank you! WMF seems the way to go. But for now, I'm just scalling the Chart component to the desired image size before drawing it to a bitmap, and it seems to be working fine, even when the size is bigger than the form (or even the screen) size.