drdozer / graphviz-s

Graphviz Scala bindings
Other
54 stars 13 forks source link

Binary #2

Open schmmd opened 12 years ago

schmmd commented 12 years ago

Here's one way of allowing clients to create binary data. It also provides an easy method for svg->string. There's also the option to extend with an XML output format. However, it is stepping outside of the typesystem somewhat (you can put a png into a string).

It would additionally be nice to have a dot2file method that didn't load the stream into memory.

I think this functionality makes the library much more useful.

drdozer commented 9 years ago

Hi @schmmd -- sorry for the very slow turn-around replying to this.

I've just come back to this codebase after quite a while away from it. Let me know if you are still interested and I'll look at your pull request.

schmmd commented 9 years ago

I've forgotten about it entirely ;-)

I still think it would be a good change though.