a tried the same with a call to image.read() in magick++ library in debug mode and my program crash also now with the message:
is there a way to catch/bypass/correct the error ?debug assertion Failed!
program: ...
file: dtoxtm64.c
line: 67
Expression: (((long)(yr - 1900) >= _BASE_YEAR)&&((long)(yr - 1900) <= _MAX_YEAR64))
For information on how your program can cause an assertion
failure, see the visual C++ documentation on asserts.
because my DPX file can be open with xnview without problem.