image_padded# deltacamera.Camera.image_padded(new_shape, anchor=(0, 0))[source]# Return a camera adjusted for a padded image. Parameters: new_shape – New image shape (height, width) anchor – Position of original image within padded image (x, y) Returns: New Camera for the padded image Return type: Camera