Dear developer,
I want to save the encrypted images into .png format for the further operate the encrypted image. I used to convert the np.array to unit8, but it seems doesn't work, I want to show the encrypted image, the saveEncryptedImg function in ImageCryptography model can save the encrypted image, but when I open it, it shows 'This file format does not appear to be supported'. The decrypted image has the same problem. Can you help me? Thank you very much.