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
val img = ImageIO.read(java.net.URL("https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/JetBrains_Logo_2016.svg/222px-JetBrains_Logo_2016.svg.png"))
DISPLAY(img)
Results in calling toString rather than displaying image inline.
BufferedImage@5dffdd4b: type = 6 ColorModel: #pixelBits = 32 numComponents = 4 color space = java.awt.color.ICC_ColorSpace@a197725 transparency = 3 has alpha = true isAlphaPre = false ByteInterleavedRaster: width = 222 height = 240 #numDataElements 4 dataOff[0] = 3
The text was updated successfully, but these errors were encountered:
Results in calling toString rather than displaying image inline.
The text was updated successfully, but these errors were encountered: