Capture essential fragments and resize them to fit popular document or social network dimensions by cropping images or photos, utilizing the selection of rectangular sections.
RasterImage
classRasterImage.Crop
method to crop the image by defining the rectangleRasterImage.Save
method to save or export the resultImageOptionsBase
for format conversionBrightnessFilter
and ContrastFilter
ImageFlip
and ImageRotate
for transformationEnsure to pre-load images into memory for faster processing and utilize multi-threading for handling multiple images concurrently. Also, consider using lower resolution images during development to speed up the tests.
The .NET Image Cropper supports formats such as JPEG, PNG, BMP, and TIFF.
Yes, you can implement methods to batch process image cropping using loops and the RasterImage
class.
No, you only need to reference the Aspose.Imaging library in your project.