Skip to content

Commit 3791b0c

Browse files
Merge pull request #107 from dynamsoft-docs/preview
Preview
2 parents cfbc072 + 03f0894 commit 3791b0c

13 files changed

Lines changed: 33 additions & 721 deletions

File tree

programming/cplusplus/api-reference/core/basic-structures/image-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ CImageData(int _bytesLength, const unsigned char* _bytes, int _width, int _heigh
6868
6969
`_format` The pixel format of the image.
7070
71-
`_orientation` The orientation of the image.
71+
`_orientation` The orientation of the image. The value is the angle that the image needs to be rotated clockwise so it shows correctly on the display in its natural orientation. It can be 0, 90, 180, or 270.
7272
7373
`_tag` The tag of the image.
7474
@@ -96,7 +96,7 @@ CImageData(unsigned long long _bytesLength, const unsigned char* _bytes, FreeByt
9696

9797
`_format` The pixel format of the image.
9898

99-
`_orientation` The orientation of the image.
99+
`_orientation` The orientation of the image. The value is the angle that the image needs to be rotated clockwise so it shows correctly on the display in its natural orientation. It can be 0, 90, 180, or 270.
100100

101101
`_tag` The tag of the image.
102102

@@ -194,7 +194,7 @@ int GetOrientation() const
194194

195195
**Return value**
196196

197-
Returns the orientation of the image.
197+
Returns the orientation of the image. The value is the angle that the image needs to be rotated clockwise so it shows correctly on the display in its natural orientation. It can be 0, 90, 180, or 270.
198198

199199
### GetImageTag
200200

programming/cplusplus/api-reference/core/intermediate-results/intermediate-result-manager.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)