IImageRecompress interface (shobjidl.h)

Exposes a method that recompress images.

Inheritance

The IImageRecompress interface inherits from the IUnknown interface. IImageRecompress also has these types of members:

Methods

The IImageRecompress interface has these methods.

 
IImageRecompress::RecompressImage

Recompresses an image. Implemented in an ImageRecompress object, this method accepts x and y dimensions with a designation of quality. The method creates a stream containing the new image that has been recompressed to the specified size.

Remarks

Implement IImageRecompress if you are implementing an image object that may need recompressing. The IImageRecompress interface is implemented in the ImageRecompress object.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header shobjidl.h

See also

ImageRecompress