You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
653 B

Plugin name: StbResizeImageConverter
Features:
Convert2D
Convert3D
Configuration:
 # Target width and height, separated by a space. Required.
 size=512 512
 # How neighboring pixel values are retrieved on image edges. Valid values
 # are:
 # - clamp -- as if the edge pixels were extended
 # - wrap -- as if the image was repeated
 # - reflect -- as if the image was repeated and reflected
 # - zero -- uses zero values for out-of-bounds pixels
 edge=clamp