You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm trying to display a png, but it doesn't seem to work.
I'm doing #unrepl/mime {:content-type "image/png" :content chart} where chart is a base64 encoded byte array of the png's content. I also tried with Base64 mime encoder, also did not work.
Now, I'm a bit confused, because if you just do: #unrepl/mime {:content-type "image/png" :content "123"} it shows the broken image logo as a result. So it is making believe that it should work, but it isn't it seems.
The text was updated successfully, but these errors were encountered:
Hey, I'm trying to display a png, but it doesn't seem to work.
I'm doing
#unrepl/mime {:content-type "image/png" :content chart}
where chart is a base64 encoded byte array of the png's content. I also tried with Base64 mime encoder, also did not work.Now, I'm a bit confused, because if you just do:
#unrepl/mime {:content-type "image/png" :content "123"}
it shows the broken image logo as a result. So it is making believe that it should work, but it isn't it seems.The text was updated successfully, but these errors were encountered: