Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = "0.24.0"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Graphics = "a2bd30eb-e257-5431-a919-1863eab51364"
ImageAxes = "2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac"
Expand All @@ -32,12 +31,11 @@ TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"

[compat]
AxisArrays = "0.3, 0.4"
ColorVectorSpace = "0.6, 0.7, 0.8, 0.9"
FileIO = "1"
Graphics = "0.4, 1.0"
ImageAxes = "0.6"
ImageContrastAdjustment = "0.3.3"
ImageCore = "0.8.3"
ImageCore = "0.9"
ImageDistances = "0.2.5"
ImageFiltering = "0.6.3"
ImageIO = "0.3, 0.4, 0.5"
Expand Down
6 changes: 1 addition & 5 deletions src/Images.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ using Reexport
if isdefined(ImageCore, :permuteddimsview)
export permuteddimsview
end
if isdefined(ColorTypes, :XRGB) && isdefined(ColorTypes, :RGB1)
Base.@deprecate_binding RGB1 XRGB
Base.@deprecate_binding RGB4 RGBX
end

using ColorVectorSpace, FileIO
using FileIO
export load, save
import .Colors: Fractional
import Graphics
Expand Down