JuliaIO / ImageMagick.jl

Thin Wrapper for the library ImageMagick
Other
53 stars 37 forks source link

WARNING: importing deprecated binding Colors.RGB1 into ImageCore. #220

Closed prbzrg closed 6 months ago

prbzrg commented 1 year ago

I got these warnings in the precompilation:

┌ ImageMagick [6218d12a-5da1-5696-b52f-db25d2ecc6d1]
│  WARNING: importing deprecated binding Colors.RGB1 into ImageCore.
│  WARNING: importing deprecated binding Colors.RGB4 into ImageCore.
└
ViralBShah commented 6 months ago

Removing ImageCore 0.8 in the Project.toml seems to help fix this.

ViralBShah commented 6 months ago

Fixed in 1.3.1