The width in pixels of the border on each side
of the image. By default, bottom, left and right are
set to the same value as top.
border_type
A character string indicating the extrapolation method to
use when filling empty pixels created during the transformation. It can be
any of the following:
"constant" (the default):iiiiii|abcdefgh|iiiiii with i
specified by border_value.
"replicate":aaaaaa|abcdefgh|hhhhhh.
"reflect":fedcba|abcdefgh|hgfedc.
"wrap":cdefgh|abcdefgh|abcdef.
"reflect_101":gfedcb|abcdefgh|gfedcb.
"transparent":uvwxyz|abcdefgh|ijklmn.
border_color
A value or vector of any kind of R color specification
compatible with col2bgr representing the color of the border
(default: "black").