WebPImage.ResizeHeightProportionally
WebPImage.ResizeHeightProportionally method
Adjust the height of the image proportionally, while preserving its aspect ratio for consistent resizing. Integrate this method into your image processing workflow to dynamically resize images with uniform proportions, ensuring optimal display or storage within your application.
public override void ResizeHeightProportionally(int newHeight, ResizeType resizeType)
Parameter | Type | Description |
---|---|---|
newHeight | Int32 | The new height. |
resizeType | ResizeType | Type of the resize. |
See Also
- enum ResizeType
- class WebPImage
- namespace Aspose.Imaging.FileFormats.Webp
- assembly Aspose.Imaging