sign-language-processing / signwriting

Utilities for SignWriting
MIT License
6 stars 1 forks source link

Visualizing utility #1

Closed AmitMY closed 9 months ago

AmitMY commented 9 months ago

We should replicate https://github.com/sutton-signwriting/font-db/blob/master/fsw/fsw-sign-png.js With the exact same tests https://github.com/sutton-signwriting/font-db/blob/master/fsw/fsw-sign-png.test.js

This will allow us to quickly generate images in python and not rely on node.

It must also work with this SignWriting where the box is wrongly specified

M500x500S2ff00407x504S2e734435x574S11502423x557S2034a413x566S34610419x523S20500413x553S2f900414x584

Then, replace:

AmitMY commented 9 months ago

Added a quick proxy utility https://github.com/sign-language-processing/signwriting/tree/main/signwriting/visualizer and tests.

This should be re-implemented in python

AmitMY commented 9 months ago

fixed by https://github.com/sign-language-processing/signwriting/commit/157bd56f3c2ad8b72c70e04cd4b9265f52c26626