pub fn build_drawing_with_image(
image_ref_id: &str,
config: &ImageConfig,
) -> Result<WsDr>Expand description
Build a drawing XML structure containing a single image.
The image is anchored to a single cell (one-cell anchor) with explicit width and height in EMU derived from pixel dimensions.