Whenver I call ImagePtr->Save() to write an image to disk (as PNG or JPG), the write succeeds, but I get the following logs:
‘tim.exe’ (Win32): Loaded ‘C:\Program Files\STEMMER IMAGING\Common Vision Blox\CVCFile.dll’.
‘tim.exe’ (Win32): Loaded ‘C:\Windows\System32\comdlg32.dll’.
‘tim.exe’ (Win32): Loaded ‘C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.720_none_e6beb5c51314836b\comctl32.dll’.
Exception thrown at 0x00007FF8B8FAA859 in tim.exe: Microsoft C++ exception: CryptoPP::InvalidCiphertext at memory location 0x000000489F6FCE30.
Exception thrown at 0x00007FF8B8FAA859 in tim.exe: Microsoft C++ exception: CryptoPP::InvalidCiphertext at memory location 0x000000489F6FCE10.
‘tim.exe’ (Win32): Unloaded ‘C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.720_none_e6beb5c51314836b\comctl32.dll’
‘tim.exe’ (Win32): Unloaded ‘C:\Windows\System32\comdlg32.dll’
‘tim.exe’ (Win32): Unloaded ‘C:\Program Files\STEMMER IMAGING\Common Vision Blox\CVCFile.dll’
Where is the InvalidCiphertext coming from?
Cheers,
Tim