05-12-2009 01:59 PM
Hi folk,
by program, I would like to remove (to make transparent) some decorations of a control (the 3d border of an Intensity Graph) before to save it on a png/jpg file.
Do you know how to perform that task by method or property?
Regard,
Asper
05-12-2009 09:01 PM
05-13-2009 08:53 AM
Hi smercurio_fc
thanks for your replay.
The goal is not to adjust as appear a single intensity Graph, but to have the ability to change the decorations of the the control/indicator before to save it on a image file.
On the screen, controls and indicators have a lot of colorful decorations that are heavy and environment enemy for the printing.
Any further ideas?
Asper
05-13-2009 09:01 AM
asper wrote:Hi smercurio_fc
thanks for your replay.
The goal is ... but to have the ability to change the decorations of the the control/indicator before to save it on a image file.
On the screen, controls and indicators have a lot of colorful decorations that are heavy and environment enemy for the printing.
Any further ideas?Asper
Invoke node >>> Get Image
Slice and dice the image any way you want.
Ben
05-18-2009 11:29 AM
Dear Ben,
thanks for your workaround suggestion.
I already use the Get Image node, but I believe that this is not the right way. I would like to preserve all features like scales, scale labels etc. and strip out only the 3d border and other decorations.
"slice and dice" the image is not possible because it would cut parts of scales. Now I am using the "Create Mask.vi" to delete the color that is associated with the border. This approach works not very well too.
The 3d border has a color gradient and it is necessary to delete all colors associated to the 3d border gradient.
Further the 3d border changes size and number of gradient colors with the zooming of the windows. Not last, the size of plot area changes with variation of the minimum and maximum of scale limits.
Programmaticly is not so clear which points should be selected to detect the colors to mask.
Any method or property to remove decorations from a control?
Asper