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
Exporting the graphs
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
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.
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/
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/