IImageRecompress interface
Exposes a method that recompress images.
Members
The IImageRecompress interface inherits from the IUnknown interface. IImageRecompress also has these types of members:
Methods
The IImageRecompress interface has these methods.
| Method | Description |
|---|---|
| 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
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also