Skip to content

Commit

Permalink
Adds deprecation warnings and exports ImageContrastAdjustment
Browse files Browse the repository at this point in the history
Also removes code in exposure.jl which is now found in the ImageContrastAdjustment.jl package.
  • Loading branch information
zygmuntszpak committed Jan 26, 2020
1 parent c4dd3ba commit fe98ffa
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 653 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Graphics = "a2bd30eb-e257-5431-a919-1863eab51364"
ImageAxes = "2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac"
ImageContrastAdjustment = "f332f351-ec65-5f6a-b3d1-319c6670881a"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageDistances = "51556ac3-7006-55f5-8cb3-34580c88182d"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
Expand All @@ -34,6 +35,7 @@ FileIO = "1"
Graphics = "0.4, 1.0"
ImageAxes = "0.6"
ImageCore = "0.8.1"
ImageContrastAdjustment = "0.3.1"
ImageDistances = "0.2.5"
ImageFiltering = "0.6"
ImageMetadata = "0.6, 0.7, 0.8, 0.9"
Expand Down
2 changes: 2 additions & 0 deletions src/Images.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const is_little_endian = ENDIAN_BOM == 0x04030201
@reexport using ImageFiltering
@reexport using ImageMorphology
@reexport using ImageDistances
@reexport using ImageContrastAdjustment

# Both ImageMetadata v0.9.0 and ImageAxes v0.6.0 deprecate the symbol data and
# this causes a name conflict
Expand All @@ -74,6 +75,7 @@ include("misc.jl")
include("labeledarrays.jl")
include("algorithms.jl")
include("exposure.jl")
include("deprecations.jl")
include("corner.jl")
include("edge.jl")
include("bwdist.jl")
Expand Down
Loading

0 comments on commit fe98ffa

Please # to comment.