parsegraph / freeform

MIT License
1 stars 0 forks source link

Images not supported #9

Closed dafrito closed 4 months ago

dafrito commented 4 months ago

Images in general will not be shown. While it is feasible to show the image itself, it would be nice to visualize the parsegraph generated from the image data. But that's easier said than done, and would run into graph size limits until the graph can be better handled. So this issue comprises the spike that answers: what would it take to visualize at a byte-level an image?

dafrito commented 4 months ago

Fixed by showing metadata for images. PNG and JPEG currently supported. Other image formats can be their own ticket.