byte,有效区域外的灰色值会被剪切
就是整张图大小为 Width, Height,围绕 Row, Column 为中心,此点均值为 Mean,纵向变化率为 Alpha,横向变化率 Beta,就这么样整个渐变图出来...OriginalWidth, OriginalHeight, Alignment, Type, ImageWidth, ImageHeight, StartRow, StartColumn, BitsPerChannel, BitShift...(ImageInterleaved, Pointer, TypeRGB, Width, Height)
* 恢复 rgb 图像
gen_image_interleaved (BImageRGB1, Pointer..., 'rgb', Width / 3, Height, -1, 'byte', 0, 0, 0, 0, -1, 0)
* 恢复部分 图像
gen_image_interleaved (BImageRGB2..., Pointer, 'rgb', Width / 3, Height, -1, 'byte', Width / 6, Height / 2, 0, Width / 12, -1, 0)
直观上理解为左边的单通道图