Optimizing Images for Web Pages and PowerPoint

To resize images, use the iluScale function: ILboolean iluScale(ILuint Width, ILuint Height, ILuint Depth); Listing 5.1. Syntax of the iluScale function. The three parameters are relatively explanatory. Any image can be resized to a new width, height and depth, provided that you have enough memory to hold the new image. ................
................