In static.h the symbols RegisterJPGImage and UnregisterJPGImage are declared. Those are not defined in the ImageMagick project.
Looks like those have been replaced by RegisterJPEGImage and UnregisterJPEGImage.
Obsolete RegisterJPGImage in static.h
-
- Posts: 5
- Joined: 2016-12-09T08:32:32-07:00
- Authentication code: 1151
Re: Obsolete RegisterJPGImage in static.h
Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.
-
- Posts: 5
- Joined: 2016-12-09T08:32:32-07:00
- Authentication code: 1151
Re: Obsolete RegisterJPGImage in static.h
Thanks a lot.