Hello,
I'm upgrading a legacy project that used an older version of ImageMagick. Amongst the now deprecated methods it uses is GetImageAttribute, which, in turn, throws out a __imp__GetImageAttribute linker error.
What method(s) should be used instead of GetImageAttribute?
Thanks,
Gordan
GetImageAttribute deprecated
-
- Posts: 1
- Joined: 2014-10-01T02:50:19-07:00
- Authentication code: 6789
Re: GetImageAttribute deprecated
Use GetImageProperty(). However, GetImageAttribute() is still supported but deprecated. The method remains defined until ImageMagick is built with the -disable-deprecated configure script command-line option.