sle*_*man 17
基本答案是肯定的.但不是从那个确切的图片.那是因为该图像是声音的极度时间压缩波形.隐藏在1像素和下一像素之间的图片中可能缺少声波.
如果你想知道算法是:
sound_amplitude=((pixel_height-(image_height/2))/image_height)*sound_resolution
Run Code Online (Sandbox Code Playgroud)
其中sound_resolution如果为8位则为128,如果为16位则为32768.
但是,正如我所说,该图像太压缩了.您有多个像素压缩成一条垂直线.您无法正确提取pixel_height表单.