Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions reference/constraints/Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Parameter Description
``maxPixels``
~~~~~~~~~~~~~

**type**: ``integer``
**type**: ``integer`` | ``float``

If set, the amount of pixels of the image file must be less than or equal to this
value.
Expand All @@ -368,7 +368,7 @@ Parameter Description
``maxRatio``
~~~~~~~~~~~~

**type**: ``float``
**type**: ``integer`` | ``float``

If set, the aspect ratio (``width / height``) of the image file must be less
than or equal to this value.
Expand Down Expand Up @@ -465,7 +465,7 @@ Parameter Description
``minPixels``
~~~~~~~~~~~~~

**type**: ``integer``
**type**: ``integer`` | ``float``

If set, the amount of pixels of the image file must be greater than or equal to this
value.
Expand All @@ -492,7 +492,7 @@ Parameter Description
``minRatio``
~~~~~~~~~~~~

**type**: ``float``
**type**: ``integer`` | ``float``

If set, the aspect ratio (``width / height``) of the image file must be greater
than or equal to this value.
Expand Down
Loading