Handling ink In Microsoft.ink sdk

710 Views Asked by At

I am working on microsoft ink sdk. or the tablet pc using C# I have some strokes which i want to modify mathematically. in GIF format or ISF format I don't know how to retrieve the pressure information of the modified stroke. The other way if I store the stroke in point form the pressure information is lost already. What to do to get the pressure values for the modified stroke and in which format to handle ink.

1

There are 1 best solutions below

0
On

The pressure values are stored in the fourth channel in the ISF data files. http://sourceforge.net/projects/inkmltk/ use the ISF to InkML converter and then open the file in a text editor