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
The reading file works well, I just had trouble figuring out how to display an image from the repo.
I found a method, ImageIO.load(Stream{format"PNG"}(io))
but I do not see how to get the Stream from ZipFile.Reader(...).files[3]
The text was updated successfully, but these errors were encountered:
Great package!
The reading file works well, I just had trouble figuring out how to display an image from the repo.
I found a method,
ImageIO.load(Stream{format"PNG"}(io))
but I do not see how to get the Stream from
ZipFile.Reader(...).files[3]
The text was updated successfully, but these errors were encountered: