Recomended way to export image to bigger size

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
CHCantu
Newbie
Newbie
Posts: 2
Joined: Tue Mar 19, 2013 12:00 am
Contact:

Recomended way to export image to bigger size

Post by CHCantu » Fri Jun 14, 2013 8:07 pm

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Recomended way to export image to bigger size

Post by Yeray » Tue Jun 18, 2013 3:00 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

CHCantu
Newbie
Newbie
Posts: 2
Joined: Tue Mar 19, 2013 12:00 am
Contact:

Re: Recomended way to export image to bigger size

Post by CHCantu » Tue Jun 18, 2013 4:33 pm

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.

Post Reply