Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
763 stars 48 forks source link

Serialize BufferedImages as base64 #675

Closed ermolenkodev closed 1 month ago

ermolenkodev commented 2 months ago

The table UI component allows for the display of images within table cells, but the images need to be encoded as base64 strings. TODO: Encode BufferedImages as base64 strings when serializing the dataframe for display in the Kotlin Notebook plugin.