File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ version = "0.24.1"
5
5
[deps ]
6
6
AxisArrays = " 39de3d68-74b9-583c-8d2d-e117c070f3a9"
7
7
Base64 = " 2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
8
- ColorVectorSpace = " c3611d14-8923-5661-9e6a-0046d554d3a4"
9
8
FileIO = " 5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
10
9
Graphics = " a2bd30eb-e257-5431-a919-1863eab51364"
11
10
ImageAxes = " 2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac"
@@ -32,12 +31,11 @@ TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
32
31
33
32
[compat ]
34
33
AxisArrays = " 0.3, 0.4"
35
- ColorVectorSpace = " 0.6, 0.7, 0.8, 0.9"
36
34
FileIO = " 1"
37
35
Graphics = " 0.4, 1.0"
38
36
ImageAxes = " 0.6"
39
37
ImageContrastAdjustment = " 0.3.3"
40
- ImageCore = " 0.8.3 "
38
+ ImageCore = " 0.9 "
41
39
ImageDistances = " 0.2.5"
42
40
ImageFiltering = " 0.6.3"
43
41
ImageIO = " 0.3, 0.4, 0.5"
Original file line number Diff line number Diff line change @@ -31,12 +31,8 @@ using Reexport
31
31
if isdefined (ImageCore, :permuteddimsview )
32
32
export permuteddimsview
33
33
end
34
- if isdefined (ColorTypes, :XRGB ) && isdefined (ColorTypes, :RGB1 )
35
- Base. @deprecate_binding RGB1 XRGB
36
- Base. @deprecate_binding RGB4 RGBX
37
- end
38
34
39
- using ColorVectorSpace, FileIO
35
+ using FileIO
40
36
export load, save
41
37
import . Colors: Fractional
42
38
import Graphics
You can’t perform that action at this time.
0 commit comments