A couple of months ago I modified someone's BSD-licensed DHW to SVG converter and turned it into an Inkscape extension. DHW is the proprietary format used by DigiMemo digital notepads (writing on the notepad with a special pen will record all of the penstrokes and save a copy of the writing onto an SD card).
Right now the code is up on github [1]. It's a 215-line perl script, plus the accompanying INX file. I'm wondering if it would make sense to do something else with it, like adding it to an extension repository or maybe even including it with Inkscape. Any suggestions?
~Nikita
On Tue, Dec 13, 2011 at 12:34 PM, Nikita Kitaev wrote:
A couple of months ago I modified someone's BSD-licensed DHW to SVG converter and turned it into an Inkscape extension. DHW is the proprietary format used by DigiMemo digital notepads (writing on the notepad with a special pen will record all of the penstrokes and save a copy of the writing onto an SD card).
Right now the code is up on github [1]. It's a 215-line perl script, plus the accompanying INX file. I'm wondering if it would make sense to do something else with it, like adding it to an extension repository or maybe even including it with Inkscape. Any suggestions?
Ahem... So we should add Perl to our Windows installer?
Alexandre Prokoudine http://libregraphicsworld.org
It won't be hard to port to Python, which would be ideal for use in Inkscape. It's short and simple.
On Tue, Dec 13, 2011 at 8:08 PM, Alexandre Prokoudine < alexandre.prokoudine@...400...> wrote:
On Tue, Dec 13, 2011 at 12:34 PM, Nikita Kitaev wrote:
A couple of months ago I modified someone's BSD-licensed DHW to SVG converter and turned it into an Inkscape extension. DHW is the proprietary format used by DigiMemo digital notepads (writing on the notepad with a special pen will record all of the penstrokes and save a copy of the writing onto an SD card).
Right now the code is up on github [1]. It's a 215-line perl script, plus the accompanying INX file. I'm wondering if it would make sense to do something else with it, like adding it to an extension repository or maybe even including it with Inkscape. Any suggestions?
Ahem... So we should add Perl to our Windows installer?
Alexandre Prokoudine http://libregraphicsworld.org
Systems Optimization Self Assessment Improve efficiency and utilization of IT resources. Drive out cost and improve service delivery. Take 5 minutes to use this Systems Optimization Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Tue, Dec 13, 2011 at 1:13 AM, Chris Morgan <chris.morganiser@...400...> wrote:
It won't be hard to port to Python, which would be ideal for use in Inkscape. It's short and simple.
On Tue, Dec 13, 2011 at 8:08 PM, Alexandre Prokoudine <alexandre.prokoudine@...400...> wrote:
On Tue, Dec 13, 2011 at 12:34 PM, Nikita Kitaev wrote:
A couple of months ago I modified someone's BSD-licensed DHW to SVG converter and turned it into an Inkscape extension. DHW is the proprietary format used by DigiMemo digital notepads (writing on the notepad with a special pen will record all of the penstrokes and save a copy of the writing onto an SD card).
Right now the code is up on github [1]. It's a 215-line perl script, plus the accompanying INX file. I'm wondering if it would make sense to do something else with it, like adding it to an extension repository or maybe even including it with Inkscape. Any suggestions?
Ahem... So we should add Perl to our Windows installer?
Alexandre Prokoudine http://libregraphicsworld.org
My fault for not knowing that perl extensions don't work on Windows.
I've never done binary file operations in Python, but if I can find some good documentation (or if someone else can port it) then we can make a Python version. I have an actual DigiMemo notepad and several hundred DHW files to use as test cases.
~Nikita
Nolota: try this and see if it works properly: https://gist.github.com/1471691
(Not having any DigiMemo files I can't test it without faking data myself by following the process in reverse, which would be a waste of time.)
-- Chris
participants (3)
-
Alexandre Prokoudine
-
Chris Morgan
-
Nikita Kitaev