I have two question about OpenVG
I'm going to plot a chart using
OpenVG. I read documentation and I can't find how to write a single pixel (something likeputpixelinPascal). I found one solution: draw a short line (1 pix line) but is not satisfied solution for me.Load PNG file.
OpenVGsupport onlyjpegfiles butjpegsdon't have alpha channel. I read*.pngbylibPNGand I don't know how to cast tovgImage. Have You any idea?
In this project https://github.com/go4shoe/PiAVSignalGenerator I wrapped openVG into a fairly straight forward C++ interface.