Skip to content

Tools for converting vector graphics from the Wacom Inkling device

Notifications You must be signed in to change notification settings

postite/inklonvert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

inklonvert

This is a set of utilities for working with the files generated by Wacom's "Inkling" devices.

The Inkling captures vector traces of a physical pen on paper, which can be offloaded by USB onto a host machine.

Herbert Ellebruch wrote two separate utilities for making use of Inkling files, reverse-engineering the undocumented format along the way, and writing a brief but helpful guide to understanding the files (which use the .WPI file extension).

PaperInkConverter parses the strokes in a WPI file. PaperInkRecognizer is a handwriting recognition program. The "examples" directory contains two example .WPI files.

Ellebruch's code is still available online at http://www.useful-tools.de/en_default.html ... unfortunately, although I have emailed him several times, I have not yet gotten a reply. If anyone knows a better way to get in touch with him, I would love to hear about it.

Both of the projects were written for Windows, but I hope they will prove useful to Linux and perhaps Mac developers as well, in addition to preserving some documentation of the format itself. As you can see from Ellebruch's comments in the code, both programs are free software; PaperInkConverter is available under the GNU Lesser General Public License version 3 (LGPLv3), and PaperInkRecognizer is available to you under the GNU General Public License version 3 (GPLv3).

About

Tools for converting vector graphics from the Wacom Inkling device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.5%
  • C 26.9%
  • C# 23.6%