Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
version 1.4.0beta103 [November 21, 2009]
Make the 'png_jmpbuf' macro expand to a call that records the correct longjmp function as well as returning a pointer to the setjmp jmp_buf buffer, and marked direct access to jmpbuf 'deprecated'. (John Bowler)
CC coders/coders_png_la-png.lo
coders/png.c: In function 'PNGErrorHandler':
coders/png.c:1184:3: warning: 'jmpbuf' is deprecated (declared at /usr/include/png.h:1098)
The assumption about PNG_LIBPNG_VER is too tight; I have libpng 1.4.4 and it fails.
Changes:
version 1.4.0beta103 [November 21, 2009]
Make the 'png_jmpbuf' macro expand to a call that records the correct longjmp function as well as returning a pointer to the setjmp jmp_buf buffer, and marked direct access to jmpbuf 'deprecated'. (John Bowler)