daft.expressions.expressions.ExpressionImageNamespace.resize#

ExpressionImageNamespace.resize(w: int, h: int) daft.expressions.expressions.Expression[source]#

Resize image into the provided width and height.

Parameters
  • w – Desired width of the resized image.

  • h – Desired height of the resized image.

Returns

An Image expression representing an image column of the resized images.

Return type

Expression