pub(crate) fn convert_inner(
kind: ImageKind,
id: String,
visible: bool,
rendering_mode: ImageRendering,
aspect: AspectRatio,
actual_size: Size,
rect: NonZeroRect,
cache: &mut Cache,
parent: &mut Group,
) -> Option<()>