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.bmp/bmpimage/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ You can effortlessly handle Bitmap (BMP) and Device Independent Bitmap (DIB) fil
24
24
|[BmpImage(RasterImage rasterImage)](#BmpImage-com.aspose.imaging.RasterImage-)| Effortlessly create a new instance of the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class by initializing it with a RasterImage object. |
25
25
|[BmpImage(RasterImage rasterImage, int bitsPerPixel, long compression, double horizontalResolution, double verticalResolution)](#BmpImage-com.aspose.imaging.RasterImage-int-long-double-double-)| Start working with the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class seamlessly by creating a new instance using a rasterImage along with specified parameters like bitsPerPixel and compression. |
26
26
|[BmpImage(int width, int height)](#BmpImage-int-int-)| Start using the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class effortlessly by creating a new instance with specified width and height parameters. |
27
-
|[BmpImage(int width, int height, int bitsPerPixel, IColorPalette palette)](#BmpImage-int-int-int-com.aspose.imaging.IColorPalette-)| Begin using the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class seamlessly by initializing a new instance with parameters such as width, height, bitdepth, and palette. |
27
+
|[BmpImage(int width, int height, int bitsPerPixel, IColorPalette palette)](#BmpImage-int-int-int-com.aspose.imaging.IColorPalette-)| Begin using the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class seamlessly by initializing a new instance with parameters such as width, height, bit-depth, and palette. |
28
28
|[BmpImage(int width, int height, int bitsPerPixel, IColorPalette palette, long compression, double horizontalResolution, double verticalResolution)](#BmpImage-int-int-int-com.aspose.imaging.IColorPalette-long-double-double-)| Effortlessly create a new instance of the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class with this constructor, specifying parameters like width, height, bitsPerPixel, and palette. |
29
29
## Methods
30
30
@@ -274,7 +274,7 @@ public BmpImage(int width, int height, int bitsPerPixel, IColorPalette palette)
274
274
```
275
275
276
276
277
-
Begin using the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) classseamlessly by initializing a new instance with parameters such as width, height, bitdepth, and palette. Perfect for developers seeking a straightforward way to create BmpImage objects with custom dimensions and color configurations, ensuring flexibility and efficiency in their projects.
277
+
Begin using the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) classseamlessly by initializing a new instance with parameters such as width, height, bit-depth, and palette. Perfect for developers seeking a straightforward way to create BmpImage objects with custom dimensions and color configurations, ensuring flexibility and efficiency in their projects.
Copy file name to clipboardExpand all lines: english/java/com.aspose.imaging.fileformats.gif/gifimage/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ public GifImage(GifFrameBlock firstFrame)
187
187
```
188
188
189
189
190
-
Crafting GIF images becomes effortless with the [GifImage](../../com.aspose.imaging.fileformats.gif/gifimage) constructor. With just the firstFrame parameter, it enters in a world of dynamic visual communication.
190
+
Crafting GIF images becomes effortless with the [GifImage](../../com.aspose.imaging.fileformats.gif/gifimage) constructor. With just the firstFrame parameter, it enters a world of dynamic visual communication.
Copy file name to clipboardExpand all lines: english/java/com.aspose.imaging.imageoptions/svgrasterizationoptions/_index.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ The SVG rasterization options.
26
26
|[setScaleX(float value)](#setScaleX-float-)| Gets or sets the scale x. |
27
27
|[getScaleY()](#getScaleY--)| Gets or sets the scale y. |
28
28
|[setScaleY(float value)](#setScaleY-float-)| Gets or sets the scale y. |
29
+
|[copyTo(VectorRasterizationOptions vectorRasterizationOptions)](#copyTo-com.aspose.imaging.imageoptions.VectorRasterizationOptions-)| Copies this instance to `vectorRasterizationOptions`. |
Copy file name to clipboardExpand all lines: english/java/com.aspose.imaging.imageoptions/vectorrasterizationoptions/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The vector rasterization options. Please note that `VectorRasterizationOptions`(
47
47
|[setPositioning(int value)](#setPositioning-int-)| Sets the positioning. |
48
48
|[getReplaceTextMapping()](#getReplaceTextMapping--)| Gets the text replace mapping. |
49
49
|[setReplaceTextMapping(HashMap<String,String> value)](#setReplaceTextMapping-java.util.HashMap-java.lang.String-java.lang.String--)| Sets the text replace mapping. |
50
-
|[copyTo(VectorRasterizationOptions vectorRasterizationOptions)](#copyTo-com.aspose.imaging.imageoptions.VectorRasterizationOptions-)| Copies to. |
50
+
|[copyTo(VectorRasterizationOptions vectorRasterizationOptions)](#copyTo-com.aspose.imaging.imageoptions.VectorRasterizationOptions-)| Copies this instance to `vectorRasterizationOptions`. |
0 commit comments