rescale[/qualifiers]
The current image can be rescaled either by multiplying every pixel value by a constant (the default) or by adding a constant to all pixel values.
Specifies that the scaling is multiplicative, that is, the value of every pixel in the current image is multiplied by a constant.
Specifies that the scaling is additive, that is, the value of every pixel in the current image is increased by adding a constant.
Enter the scaling factor value.
Examples:
rescale_image/mult/scal=10 ! every pixel value in the current image is ! multiplied by a factor 10. rescale_image/add/scal=25 ! 25 is added to every pixel value in the ! current image.