| ConstantPad[img,{b1, e1}, ..., c] | pads img by replicating constant c bi times at the beginning and ei times at the end of each list at level i |
| FixedPad[img,{b1, e1}, ...] | pads img by replicating biand ei times, respectively,the first and last elements of each list at level i |
| PeriodicPad[img, {b1, e1}, ... ] | pads img by periodically extending each list at level i with bi elements at the beginning and ei elements at the end |
| ReflectPad[img,{b1, e1}, ...] | pads img by extending each list at level i with bi elements at the beginning and ei elements at the end with its reflected copy |
| ZeroPad[img, {b1, e1}, ... ] | pads img by appending bi zeros at the beginning and eizeros at the end of each list at level i |