Skip to content

Commit e1cf7cb

Browse files
authored
add a note about save (#192)
1 parent 421e2da commit e1cf7cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ img_path = joinpath("assets", "installation", "mandrill.tiff") # hide
6060
img = load(img_path)
6161
```
6262

63+
To save an image, you can just use `save(img_path, img)`, where `save` is also provided by `FileIO`.
64+
6365
When testing ideas or just following along with the documentation, it can be useful to have some
6466
images to work with. The [TestImages.jl](https://github.com/JuliaImages/TestImages.jl) package
6567
bundles several "standard" images for you.

0 commit comments

Comments
 (0)