pub fn ghost_encode_si_with_quality(
image_bytes: &[u8],
raw_pixels_rgb: &[u8],
pixel_width: u32,
pixel_height: u32,
message: &str,
passphrase: &str,
) -> Result<(Vec<u8>, EncodeQuality), StegoError>Expand description
Encode with SI-UNIWARD and return the encode quality score.