Describe the bug
Opening a QOI image file throws exception "read access violation"
- Error happens on code line:
Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open(filename);
- I have attached QOI image file
- I have attached screenshot of VS2022 debug session
To Reproduce
Steps to reproduce the behavior:
- Create a simple C++ program that just calls Exiv2::ImageFactory::open:
Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open(filename);
- Debug program, step over line that opens file
- Read access exception is thrown
Expected behavior
Opening QOI file should succeed
Desktop (please complete the following information):
Additional context
Add any other information about the problem here.
Describe the bug
Opening a QOI image file throws exception "read access violation"
Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open(filename);
To Reproduce
Steps to reproduce the behavior:
Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open(filename);
Expected behavior
Opening QOI file should succeed
Desktop (please complete the following information):
Additional context
Add any other information about the problem here.