DevIL Documentation Previous | ILU | Next

 

iluNoisify

 

iluEnlargeImage enlarges an image's dimensions by multipliers, via iluScale. This function could be useful if you wanted to double the size of all images or something similar

 

ILboolean iluNoisify(
  ILfloat XDim, ILfloat YDim, ILfloat ZDim );


Parameters

 
XDim
Width multiplier
YDim
Height multiplier
ZDim
Depth multiplier


Errors

 
ILU_ILLEGAL_OPERATION
The operation attempted is not allowable in the current state. The function returns with no ill side effects. Generally there is currently no image bound or it has been deleted via ilDeleteImages. You should use ilGenImages and ilBindImage before calling the function.
ILU_INVALID_PARAM
A Parameter was invalid or out of range

See Also

 
ilBindImages, ilGenImages,