05-07-2007 05:01 AM
05-08-2007 09:19 AM
05-08-2007 11:12 PM
Hi Sam
I am suppose to print the reports which contains NI graphs, the problem is that the line graph which i am using is of different colors. When it is on paper using a black & white print, the user will not be able to differentiate between the lines. I am using VC++ 6.0 languge for developement and Crystal Reports XI for reporting.
The graph is stored as an image before it is pushed into the report, kindly let me know if i can any how convert the colored graphs to gray scale.
Do let me know if you need any furthur information to solve my problem.
Thank you very much.
Regards
Sandeep K
05-09-2007 03:05 PM
05-09-2007 11:15 PM
Hi Sam
The image is saved from VC++ front end as .bmp file. This image is later placed into the crystal report as an object. So i need to convert the image before i save it as bmp file. kindly suggest how to do it.
Thanks & Regards
Sandeep K
05-10-2007 03:34 PM
Hey Sandeep,
Measurement Studio 6.0 doesn't provide support for converting bmps to grayscale. There are software packages out there that have libraries to do this. One that I'm aware of is Victor Image Processing Library. You might be able to find free source code on google to do this. Sorry I don't have more for you.
Regards,
05-10-2007 11:34 PM
Hi Sam
Thanks a lot for that piece of information, i hope its one of the solution which can help me achieve my goal.
I am infact using MS 1.0 version, probably the oldest one. Is it possible to make my graph which i use in GUI to be made Grayscale? i do want to know if the versions like above 6.0 does have these features.
Thanks & Regards
Sandeep K