Output being different between writing and opening in PIL

前端 未结 0 1272
渐次进展
渐次进展 2020-11-27 11:18

Here is my code for writing a word into bmp file(LSB stegonagraphy).

import numpy as np
from PIL import Image
import os
import PIL


i=0
data = "01101100         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题