clamp01
has been restricted toAbstractGray
andAbstractRGB
, as it did not make sense for colors likeHSV
(#181)- Step 3 of ColorVectorSpace's
abs2
transition has been completed; users and developers should now replace anyColorVectorSpace.Future.abs2
calls withabs2
to prevent breakage when the final step completes.
- AbstractFFTs.jl is no longer a dependency; error hints are now used for
fft
operations on deliberately-unsupportedColorant
types - Graphics.jl is no longer a dependency
- PrecompileTools.jl is now used for precompilation
- Switch to Julia 0.7
- Because of changes to Julia's own
reinterpret
, ImageCore now defines and exportsreinterpretc
for reinterpreting numeric arrays <----> colorant arrays (#52) - The ColorView and ChannelView types are deleted; their functionality
is now handled via
reinterpret
(#52)
- Last minor version with Julia 0.6 support