Skip to content

Commit

Permalink
add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 committed Aug 28, 2020
1 parent bae3396 commit 1ae7df6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
Augmentor = "02898b10-1f73-11ea-317c-6393d7073e15"
DemoCards = "311a05b2-6137-4a5a-b473-18580a3d38b5"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ISICArchive = "0f918735-7648-5aeb-9b51-2c108d137345"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageDraw = "4381153b-2b60-58ae-a1ba-fd683676385f"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
ImageShow = "4e3cecfd-b093-5904-9786-8bbb286a6a31"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
MosaicViews = "e94cdb99-869f-56ef-bcf0-1ae2bcbe0389"
Expand Down
4 changes: 1 addition & 3 deletions docs/src/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ numbers still depends on the number of underlying bits in the
memory, but that is not much of an issue.

```jldoctest 1
julia> using FixedPointNumbers;
julia> using ImageCore; # ImageCore reexports FixedPointNumbers and Colors
julia> reinterpret(N0f8, 0xFF)
1.0N0f8
Expand Down Expand Up @@ -352,8 +352,6 @@ per color channel, and with the second command as a single pixel
of 16 bit per color channel

```jldoctest 1
julia> using Colors, FixedPointNumbers;
julia> reinterpret(RGB{N0f8}, memory)
2-element reinterpret(RGB{N0f8}, ::Vector{UInt8}):
RGB{N0f8}(0.004,0.008,0.012)
Expand Down

0 comments on commit 1ae7df6

Please sign in to comment.