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.exif/exifproperties/_index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Exif tags list
48
48
|[SpectralSensitivity](#SpectralSensitivity)| Indicates the spectral sensitivity of each channel of the camera used. |
49
49
|[PhotographicSensitivity](#PhotographicSensitivity)| Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232. |
50
50
|[OECF](#OECF)| Indicates the Opto-Electric Conversion Function (OECF) specified in ISO 14524. |
51
-
|[ExifVersion](#ExifVersion)| The exif version. |
51
+
|[ExifVersion](#ExifVersion)| The Exif version. |
52
52
|[DateTimeOriginal](#DateTimeOriginal)| The date and time when the original image data was generated. |
53
53
|[DateTimeDigitized](#DateTimeDigitized)| The date time digitized. |
54
54
|[ComponentsConfiguration](#ComponentsConfiguration)| The components' configuration. |
@@ -140,7 +140,7 @@ Exif tags list
140
140
|[SensitivityType](#SensitivityType)| Type of photographic sensitivity |
141
141
|[StandardOutputSensitivity](#StandardOutputSensitivity)| Indicates standard output sensitivity of camera |
142
142
|[RecommendedExposureIndex](#RecommendedExposureIndex)| Indicates recommended exposure index |
143
-
|[ISOSpeed](#ISOSpeed)| Information about iso speed value as defined in ISO 12232 |
143
+
|[ISOSpeed](#ISOSpeed)| Information about ISO speed value as defined in ISO 12232 |
144
144
|[ISOSpeedLatitudeYYY](#ISOSpeedLatitudeYYY)| This tag indicates ISO speed latitude yyy value as defined in ISO 12232 |
145
145
|[ISOSpeedLatitudeZZZ](#ISOSpeedLatitudeZZZ)| This tag indicates ISO speed latitude zzz value as defined in ISO 12232 |
146
146
|[CameraOwnerName](#CameraOwnerName)| Contains camera owner name |
@@ -403,7 +403,7 @@ public static final int ExifVersion
403
403
```
404
404
405
405
406
-
The exif version.
406
+
The Exif version.
407
407
408
408
### DateTimeOriginal {#DateTimeOriginal}
409
409
```
@@ -1035,7 +1035,7 @@ public static final int StripOffsets
1035
1035
```
1036
1036
1037
1037
1038
-
For each strip, the byte offset of that strip. It is recommended that this be selected so the number of strip bytes does not exceed 64 Kbytes. Aux tag.
1038
+
For each strip, the byte offset of that strip. It is recommended that this be selected so the number of strip bytes does not exceed 64 KBytes. Aux tag.
@@ -1051,7 +1051,7 @@ public static final int JPEGInterchangeFormatLength
1051
1051
```
1052
1052
1053
1053
1054
-
The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data. JPEG thumbnails are not divided but are recorded as a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not be recorded. Compressed thumbnails must be recorded in no more than 64 Kbytes, including all other data to be recorded in APP1.
1054
+
The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data. JPEG thumbnails are not divided but are recorded as a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not be recorded. Compressed thumbnails must be recorded in no more than 64 KBytes, including all other data to be recorded in APP1.
1055
1055
1056
1056
### ExifIfdPointer {#ExifIfdPointer}
1057
1057
```
@@ -1139,7 +1139,7 @@ public static final int ISOSpeed
1139
1139
```
1140
1140
1141
1141
1142
-
Information about iso speed value as defined in ISO 12232
1142
+
Information about ISO speed value as defined in ISO 12232
Copy file name to clipboardExpand all lines: english/java/com.aspose.imaging.fileformats.bmp/bmpimage/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -837,7 +837,7 @@ This property allows you to easily get or set the horizontal resolution, measure
837
837
**Returns:**
838
838
double-The horizontal resolution.
839
839
840
-
Note by defaultthis value is always 96 since different platforms cannot return the screen resolution. You may consider using the [.setResolution(double, double)](../../null/\#setResolution-double--double-) method for updating both resolution values in single call.
840
+
Note by defaultthis value is always 96 since different platforms cannot return the screen resolution. You may consider using the \#setResolution(double, double).setResolution(double, double) method for updating both resolution values in single call.
841
841
842
842
**Example:The following example shows how to set horizontal/vertical resolution of a BMP image.**
843
843
@@ -889,7 +889,7 @@ This property allows you to easily get or set the horizontal resolution, measure
889
889
890
890
--------------------
891
891
892
-
Note by defaultthis value is always 96 since different platforms cannot return the screen resolution. You may consider using the [.setResolution(double, double)](../../null/\#setResolution-double--double-) method for updating both resolution values in single call. |
892
+
Note by defaultthis value is always 96 since different platforms cannot return the screen resolution. You may consider using the \#setResolution(double, double).setResolution(double, double) method for updating both resolution values in single call. |
@@ -904,7 +904,7 @@ double - The vertical resolution.
904
904
905
905
--------------------
906
906
907
-
Note by defaultthis value is always 96 since different platforms cannot return the screen resolution. You may consider using the [.setResolution(double, double)](../../null/\#setResolution-double--double-) method for updating both resolution values in single call.
907
+
Note by defaultthis value is always 96 since different platforms cannot return the screen resolution. You may consider using the \#setResolution(double, double).setResolution(double, double) method for updating both resolution values in single call.
908
908
909
909
**Example:The following example shows how to set horizontal/vertical resolution of a BMP image.**
910
910
@@ -956,7 +956,7 @@ Easily retrieve or set the vertical resolution, measured in pixels per inch, of
956
956
957
957
--------------------
958
958
959
-
Note by defaultthis value is always 96 since different platforms cannot return the screen resolution. You may consider using the [.setResolution(double, double)](../../null/\#setResolution-double--double-) method for updating both resolution values in single call. |
959
+
Note by defaultthis value is always 96 since different platforms cannot return the screen resolution. You may consider using the \#setResolution(double, double).setResolution(double, double) method for updating both resolution values in single call. |
Copy file name to clipboardExpand all lines: english/java/com.aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ public final float getAngle1()
58
58
```
59
59
60
60
61
-
Gets the first angle used for defining of pie sector. Does no affect if `Pie`([.getPie](../../null/\#getPie)/[.setPie(boolean)](../../null/\#setPie-boolean-)) is `false`. Measures in radians.
61
+
Gets the first angle used for defining of pie sector. Does no affect if `Pie`(\#getPie.getPie/\#setPie(boolean).setPie(boolean)) is `false`. Measures in radians.
62
62
63
63
**Returns:**
64
64
float - the first angle used for defining of pie sector.
@@ -68,7 +68,7 @@ public final void setAngle1(float value)
68
68
```
69
69
70
70
71
-
Sets the first angle used for defining of pie sector. Does no affect if `Pie`([.getPie](../../null/\#getPie)/[.setPie(boolean)](../../null/\#setPie-boolean-)) is `false`. Measures in radians.
71
+
Sets the first angle used for defining of pie sector. Does no affect if `Pie`(\#getPie.getPie/\#setPie(boolean).setPie(boolean)) is `false`. Measures in radians.
72
72
73
73
**Parameters:**
74
74
| Parameter | Type | Description |
@@ -81,7 +81,7 @@ public final float getAngle2()
81
81
```
82
82
83
83
84
-
Gets the second angle used for defining of pie sector. Does no affect if `Pie`([.getPie](../../null/\#getPie)/[.setPie(boolean)](../../null/\#setPie-boolean-)) is `false`. Measures in radians.
84
+
Gets the second angle used for defining of pie sector. Does no affect if `Pie`(\#getPie.getPie/\#setPie(boolean).setPie(boolean)) is `false`. Measures in radians.
85
85
86
86
**Returns:**
87
87
float - the second angle used for defining of pie sector.
@@ -91,7 +91,7 @@ public final void setAngle2(float value)
91
91
```
92
92
93
93
94
-
Sets the second angle used for defining of pie sector. Does no affect if `Pie`([.getPie](../../null/\#getPie)/[.setPie(boolean)](../../null/\#setPie-boolean-)) is `false`. Measures in radians.
94
+
Sets the second angle used for defining of pie sector. Does no affect if `Pie`(\#getPie.getPie/\#setPie(boolean).setPie(boolean)) is `false`. Measures in radians.
Copy file name to clipboardExpand all lines: english/java/com.aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/_index.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ Image fill info
30
30
|[setTileOffsetX(float value)](#setTileOffsetX-float-)| Sets the tile offset X. |
31
31
|[getTileOffsetY()](#getTileOffsetY--)| Gets the tile offset Y. |
32
32
|[setTileOffsetY(float value)](#setTileOffsetY-float-)| Sets the tile offset Y. |
33
-
|[getRcpOffset()](#getRcpOffset--)| Gets the relative offset between tile rows or columns (depends on `OffsetType`([.getOffsetType](../../null/\#getOffsetType)/[.setOffsetType(int)](../../null/\#setOffsetType-int-))). |
34
-
|[setRcpOffset(float value)](#setRcpOffset-float-)| Sets the relative offset between tile rows or columns (depends on `OffsetType`([.getOffsetType](../../null/\#getOffsetType)/[.setOffsetType(int)](../../null/\#setOffsetType-int-))). |
33
+
|[getRcpOffset()](#getRcpOffset--)| Gets the relative offset between tile rows or columns (depends on `OffsetType`(\#getOffsetType.getOffsetType/\#setOffsetType(int).setOffsetType(int))). |
34
+
|[setRcpOffset(float value)](#setRcpOffset-float-)| Sets the relative offset between tile rows or columns (depends on `OffsetType`(\#getOffsetType.getOffsetType/\#setOffsetType(int).setOffsetType(int))). |
35
35
|[getOffsetType()](#getOffsetType--)| Gets the type of the offset between adjacent tiles. |
36
36
|[setOffsetType(int value)](#setOffsetType-int-)| Sets the type of the offset between adjacent tiles. |
37
37
|[getPatternWidth()](#getPatternWidth--)| Gets the width of the pattern. |
@@ -149,22 +149,22 @@ public final float getRcpOffset()
149
149
```
150
150
151
151
152
-
Gets the relative offset between tile rows or columns (depends on `OffsetType`([.getOffsetType](../../null/\#getOffsetType)/[.setOffsetType(int)](../../null/\#setOffsetType-int-))). Dimension is fractions of height of width.
152
+
Gets the relative offset between tile rows or columns (depends on `OffsetType`(\#getOffsetType.getOffsetType/\#setOffsetType(int).setOffsetType(int))). Dimension is fractions of height of width.
153
153
154
154
**Returns:**
155
-
float - the relative offset between tile rows or columns (depends on `OffsetType`([.getOffsetType](../../null/\#getOffsetType)/[.setOffsetType(int)](../../null/\#setOffsetType-int-))).
155
+
float - the relative offset between tile rows or columns (depends on `OffsetType`(\#getOffsetType.getOffsetType/\#setOffsetType(int).setOffsetType(int))).
Sets the relative offset between tile rows or columns (depends on `OffsetType`([.getOffsetType](../../null/\#getOffsetType)/[.setOffsetType(int)](../../null/\#setOffsetType-int-))). Dimension is fractions of height of width.
162
+
Sets the relative offset between tile rows or columns (depends on `OffsetType`(\#getOffsetType.getOffsetType/\#setOffsetType(int).setOffsetType(int))). Dimension is fractions of height of width.
163
163
164
164
**Parameters:**
165
165
| Parameter | Type | Description |
166
166
| --- | --- | --- |
167
-
| value | float | the relative offset between tile rows or columns (depends on `OffsetType`([.getOffsetType](../../null/\#getOffsetType)/[.setOffsetType(int)](../../null/\#setOffsetType-int-))). |
167
+
| value | float | the relative offset between tile rows or columns (depends on `OffsetType`(\#getOffsetType.getOffsetType/\#setOffsetType(int).setOffsetType(int))). |
168
168
169
169
### getOffsetType() {#getOffsetType--}
170
170
```
@@ -195,7 +195,7 @@ public final float getPatternWidth()
195
195
```
196
196
197
197
198
-
Gets the width of the pattern. Uses common document distance measure unit in case if `IsRelative`([.isRelative](../../null/\#isRelative)/[.setRelative(boolean)](../../null/\#setRelative-boolean-)) is `false`, otherwise has the dimension of the image pixel width fraction.
198
+
Gets the width of the pattern. Uses common document distance measure unit in case if `IsRelative`(\#isRelative.isRelative/\#setRelative(boolean).setRelative(boolean)) is `false`, otherwise has the dimension of the image pixel width fraction.
199
199
200
200
**Returns:**
201
201
float - the width of the pattern.
@@ -205,7 +205,7 @@ public final void setPatternWidth(float value)
205
205
```
206
206
207
207
208
-
Sets the width of the pattern. Uses common document distance measure unit in case if `IsRelative`([.isRelative](../../null/\#isRelative)/[.setRelative(boolean)](../../null/\#setRelative-boolean-)) is `false`, otherwise has the dimension of the image pixel width fraction.
208
+
Sets the width of the pattern. Uses common document distance measure unit in case if `IsRelative`(\#isRelative.isRelative/\#setRelative(boolean).setRelative(boolean)) is `false`, otherwise has the dimension of the image pixel width fraction.
209
209
210
210
**Parameters:**
211
211
| Parameter | Type | Description |
@@ -218,7 +218,7 @@ public final float getPatternHeight()
218
218
```
219
219
220
220
221
-
Gets the height of the pattern. Uses common document distance measure unit in case if `IsRelative`([.isRelative](../../null/\#isRelative)/[.setRelative(boolean)](../../null/\#setRelative-boolean-)) is `false`, otherwise has the dimension of the image pixel height fraction.
221
+
Gets the height of the pattern. Uses common document distance measure unit in case if `IsRelative`(\#isRelative.isRelative/\#setRelative(boolean).setRelative(boolean)) is `false`, otherwise has the dimension of the image pixel height fraction.
222
222
223
223
**Returns:**
224
224
float - the height of the pattern.
@@ -228,7 +228,7 @@ public final void setPatternHeight(float value)
228
228
```
229
229
230
230
231
-
Sets the height of the pattern. Uses common document distance measure unit in case if `IsRelative`([.isRelative](../../null/\#isRelative)/[.setRelative(boolean)](../../null/\#setRelative-boolean-)) is `false`, otherwise has the dimension of the image pixel height fraction.
231
+
Sets the height of the pattern. Uses common document distance measure unit in case if `IsRelative`(\#isRelative.isRelative/\#setRelative(boolean).setRelative(boolean)) is `false`, otherwise has the dimension of the image pixel height fraction.
Copy file name to clipboardExpand all lines: english/java/com.aspose.imaging.imagefilters.complexutils/complex/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ The complex number structure.
30
30
|[SIZE_OF_DOUBLE](#SIZE-OF-DOUBLE)| The size of `double`. |
31
31
|[SIZE_OF_COMPLEX](#SIZE-OF-COMPLEX)| The size of complex. |
32
32
|[ZERO](#ZERO)| Zero complex. |
33
-
|[ONE](#ONE)| One complex having `Re`([.getRe](../../null/\#getRe)/[.setRe(double)](../../null/\#setRe-double-)) and `Im`([.getIm](../../null/\#getIm)/[.setIm(double)](../../null/\#setIm-double-)) equal to 1. |
34
-
|[I](#I)| I complex having `Im`([.getIm](../../null/\#getIm)/[.setIm(double)](../../null/\#setIm-double-)) equal to 1. |
33
+
|[ONE](#ONE)| One complex having `Re`(\#getRe.getRe/\#setRe(double).setRe(double)) and `Im`(\#getIm.getIm/\#setIm(double).setIm(double)) equal to 1. |
34
+
|[I](#I)| I complex having `Im`(\#getIm.getIm/\#setIm(double).setIm(double)) equal to 1. |
35
35
## Methods
36
36
37
37
| Method | Description |
@@ -163,15 +163,15 @@ public static final Complex ONE
163
163
```
164
164
165
165
166
-
One complex having `Re`([.getRe](../../null/\#getRe)/[.setRe(double)](../../null/\#setRe-double-)) and `Im`([.getIm](../../null/\#getIm)/[.setIm(double)](../../null/\#setIm-double-)) equal to 1.
166
+
One complex having `Re`(\#getRe.getRe/\#setRe(double).setRe(double)) and `Im`(\#getIm.getIm/\#setIm(double).setIm(double)) equal to 1.
167
167
168
168
### I {#I}
169
169
```
170
170
public static final Complex I
171
171
```
172
172
173
173
174
-
I complex having `Im`([.getIm](../../null/\#getIm)/[.setIm(double)](../../null/\#setIm-double-)) equal to 1.
174
+
I complex having `Im`(\#getIm.getIm/\#setIm(double).setIm(double)) equal to 1.
0 commit comments