# Read an image in JuliaHub with DataSets

**URL:** https://discourse.julialang.org/t/read-an-image-in-juliahub-with-datasets/131475
**Category:** General Usage
**Tags:** juliahub
**Created:** [August 8, 2025, 1:28pm UTC](https://discourse.julialang.org/t/read-an-image-in-juliahub-with-datasets/131475 "2025-08-08T13:28:02Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![mbauman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mbauman/32/31082_2.png) [@mbauman](https://discourse.julialang.org/u/mbauman)
#### Post date: [August 8, 2025, 2:31pm UTC](https://discourse.julialang.org/t/read-an-image-in-juliahub-with-datasets/131475/2 "2025-08-08T14:31:34Z")

</div>

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:

```julia-auto
jpeg_data = open(Images.load, IO, imgf)

```

---

_[View the full topic](https://discourse.julialang.org/t/read-an-image-in-juliahub-with-datasets/131475)._
