Read an image in JuliaHub with DataSets

Ah, I don’t think you’re reading what you think you are there. When you have a “BlobTree” like this, you need two open steps — you first open the tree itself and then you can open an individual file.

I think you want something like:

jpeg_data = open(Images.load, IO, imgf)
1 Like