Exporting the graphs

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
TChart
Newbie
Newbie
Posts: 19
Joined: Fri Jul 02, 2004 4:00 am
Contact:

Exporting the graphs

Post by TChart » Wed Aug 09, 2006 2:03 pm

Hi

My project is getting crashed when tried to Export a graph/chart
steps i did...
Export Picture
as TIFF
in the right side of window there is Compression with two radio buttons
LZW
RLE
if i select the RLE
after saving the graph it gives an error saying
Invalid Parametrs Used... and application will crash which is a serious bug

can anybody please suggest me the correct way to Export the Imgae in TIFF format selecting RLE as the option?

Regards,

Basamma

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Thu Aug 10, 2006 10:48 am

Hello,

I've been able to reproduce your problem here and have fixed it for the maintenance release due out in September.

Please note that the GDI+ TIFF encoder will encode RLE compression only for 1bpp input. This means having to convert the 32bpp tchart bitmap to a 1bpp bitmap before exporting to RLE compressed TIFF files, a conversion which is very slow in managed code and which produces a monochrome TIFF file.
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

Post Reply