SixLabors / ImageSharp.Drawing

:pen: Extensions to ImageSharp containing a cross-platform 2D polygon manipulation API and drawing operations.
https://sixlabors.com/products/imagesharp-drawing/
Other
287 stars 39 forks source link

Serialization of Shapes #3

Open KingKnecht opened 7 years ago

KingKnecht commented 7 years ago

Wouldn't it make sense to provide serialization for the shapes, matrix, point, etc?

TroySchmidt commented 7 years ago

What about WKB?

tocsoft commented 7 years ago

Serialization would probably be a good fit for the library. It is something I've already thought about just not in any details initially I was planning to serialize to a subset of svg to make any sort of svgs path syntax but wkb/wkt also seem viable options too.

I'm sure we'll address it in future releases once ImageSharp is out. we only have so much time to dedicate to these projects.