Now the only thing I am missing is how to add an image to the center(?) of a block reference. Can I insert at the coordinates (0,0) relative to the block, or somehow default the block to simply take up the dimensions of my added image?
Previously, I had added the image at the center by inserting at the bottom left corner of the image. When I attempt to do that for the block the positioning is off. I couldn't find anything about a default insertion point when adding images to blocks.
rotated_block.add_image(insert=(?,?), size_in_units=size, image_def=img_def, rotation=rotation)
msp.add_blockref("rotated_block", img_coordinates_bottom_left_corner)
Thank you again for your support this is greatly appreciated.