daft.Expression.image.resize

daft.Expression.image.resize#

Expression.image.resize(w: int, h: int) 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