You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/java/com.aspose.imaging.fileformats.webp/webpimage/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Manipulate WebP raster images with our API, using its modern features for both l
34
34
| --- | --- |
35
35
|[getOptions()](#getOptions--)| Retrieve or modify the options associated with the specified property, enabling fine-tuned customization of behavior and settings. |
36
36
|[getPages()](#getPages--)| Access the WebP blocks within the image, allowing detailed examination or manipulation of the underlying block structure. |
37
-
|[getPageCount()](#getPageCount--)| Retrieve the total count of pages within the specified document, facilitating efficient navigation and management of multi-page content. |
37
+
|[getPageCount()](#getPageCount--)| Retrieve the total count of pages within the specified document, facilitating efficient navigation and management of multipage content. |
38
38
|[getFileFormat()](#getFileFormat--)| Access the file format value associated with the image, providing information about the format in which the image is stored. |
39
39
|[hasAlpha()](#hasAlpha--)| Retrieve whether the image contains an alpha channel, indicating the presence of transparency information. |
40
40
|[addPage(RasterImage page)](#addPage-com.aspose.imaging.RasterImage-)| Append a new page to the image, expanding its content and accommodating additional visual elements. |
@@ -215,7 +215,7 @@ public int getPageCount()
215
215
```
216
216
217
217
218
-
Retrieve the total count of pages within the specified document, facilitating efficient navigation and management of multi-page content. Incorporate this functionality to enhance user experience, enabling seamless access to comprehensive document structures.
218
+
Retrieve the total count of pages within the specified document, facilitating efficient navigation and management of multipage content. Incorporate this functionality to enhance user experience, enabling seamless access to comprehensive document structures.
219
219
220
220
**Returns:**
221
221
int - the page count.
@@ -274,7 +274,7 @@ public void addPage(RasterImage page)
274
274
```
275
275
276
276
277
-
Append a new page to the image, expanding its content and accommodating additional visual elements. Integrate this method to facilitate dynamic page management within your application, enabling seamless creation and augmentation of multi-page documents or images.
277
+
Append a new page to the image, expanding its content and accommodating additional visual elements. Integrate this method to facilitate dynamic page management within your application, enabling seamless creation and augmentation of multipage documents or images.
Copy file name to clipboardExpand all lines: english/java/com.aspose.imaging/rastercachedimage/_index.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Represents a raster image supporting raster graphics operations. This image cach
27
27
|[crop(Rectangle rectangle)](#crop-com.aspose.imaging.Rectangle-)| Cropping the image. |
28
28
|[dither(int ditheringMethod, int bitsCount, IColorPalette customPalette)](#dither-int-int-com.aspose.imaging.IColorPalette-)| Performs dithering on the current image. |
29
29
|[grayscale()](#grayscale--)| Transformation of an image to its grayscale representation |
30
+
|[normalizeHistogram()](#normalizeHistogram--)| Normalizes the image histogram \\u2014 adjust pixel values to use all available range. |
30
31
|[binarizeFixed(byte threshold)](#binarizeFixed-byte-)| Binarization of an image with predefined threshold |
31
32
|[binarizeOtsu()](#binarizeOtsu--)| Binarization of an image with Otsu thresholding |
32
33
|[binarizeBradley(double brightnessDifference, int windowSize)](#binarizeBradley-double-int-)| Binarization of an image using Bradley's adaptive thresholding algorithm using the integral image thresholding |
@@ -435,6 +436,14 @@ try {
435
436
}
436
437
```
437
438
439
+
### normalizeHistogram() {#normalizeHistogram--}
440
+
```
441
+
public void normalizeHistogram()
442
+
```
443
+
444
+
445
+
Normalizes the image histogram \\u2014 adjust pixel values to use all available range.
Copy file name to clipboardExpand all lines: english/java/com.aspose.imaging/rastercachedmultipageimage/_index.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ The raster multipage image
48
48
|[crop(int leftShift, int rightShift, int topShift, int bottomShift)](#crop-int-int-int-int-)| Crop image with shifts. |
49
49
|[dither(int ditheringMethod, int bitsCount, IColorPalette customPalette)](#dither-int-int-com.aspose.imaging.IColorPalette-)| Performs dithering on the current image. |
50
50
|[grayscale()](#grayscale--)| Transformation of an image to its grayscale representation |
51
+
|[normalizeHistogram()](#normalizeHistogram--)| Normalizes the image histogram \\u2014 adjust pixel values to use all available range. |
51
52
|[rotate(float angle, boolean resizeProportionally, Color backgroundColor)](#rotate-float-boolean-com.aspose.imaging.Color-)|`RasterCachedMultipageImage.rotate` image around the center. |
52
53
|[rotateFlip(int rotateFlipType)](#rotateFlip-int-)| Rotates, flips, or rotates and flips all pages. |
53
54
|[rotateFlipAll(int rotateFlip)](#rotateFlipAll-int-)| Rotates the flip all. |
@@ -446,6 +447,14 @@ public void grayscale()
446
447
447
448
Transformation of an image to its grayscale representation
448
449
450
+
### normalizeHistogram() {#normalizeHistogram--}
451
+
```
452
+
public void normalizeHistogram()
453
+
```
454
+
455
+
456
+
Normalizes the image histogram \\u2014 adjust pixel values to use all available range.
457
+
449
458
### rotate(float angle, boolean resizeProportionally, Color backgroundColor) {#rotate-float-boolean-com.aspose.imaging.Color-}
450
459
```
451
460
public void rotate(float angle, boolean resizeProportionally, Color backgroundColor)
|[blend(Point origin, RasterImage overlay)](#blend-com.aspose.imaging.Point-com.aspose.imaging.RasterImage-)| Blends this image instance with the `overlay` with alpha == 255. |
96
96
|[blend(Point origin, RasterImage overlay, byte overlayAlpha)](#blend-com.aspose.imaging.Point-com.aspose.imaging.RasterImage-byte-)| Blends this image instance with the `overlay`. |
97
97
|[grayscale()](#grayscale--)| Transformation of an image to its grayscale representation |
98
+
|[normalizeHistogram()](#normalizeHistogram--)| Normalizes the image histogram \\u2014 adjust pixel values to use all available range. |
98
99
|[adjustBrightness(int brightness)](#adjustBrightness-int-)| Adjust of a brightness for image. |
0 commit comments