本应用程序允许用户通过输入密钥对图像进行混淆和解混。使用Flask框架和Pillow库实现图像处理:
1.图像混淆 通过输入密钥对图像像素进行混淆。
2.图像解混 通过相同的密钥恢复混淆前的图像。
This application is built with the Flask framework and the Pillow library for image processing.It allows users to shuffle and unshuffle images using a key string:
1.Image Shuffling Shuffle the image pixels using an input key.
2.Image Unshuffling Restore the shuffled image to its original state using the same key.
Requirements(依赖):
Flask
Pillow
本应用程序将运行在http://0.0.0.0:6996
The application will be running at http://0.0.0.0:6996