Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ CImageData(int _bytesLength, const unsigned char* _bytes, int _width, int _heigh

`_format` The pixel format of the image.

`_orientation` The orientation of the image.
`_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.

`_tag` The tag of the image.

Expand Down Expand Up @@ -96,7 +96,7 @@ CImageData(unsigned long long _bytesLength, const unsigned char* _bytes, FreeByt

`_format` The pixel format of the image.

`_orientation` The orientation of the image.
`_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.

`_tag` The tag of the image.

Expand Down Expand Up @@ -194,7 +194,7 @@ int GetOrientation() const

**Return value**

Returns the orientation of the image.
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.

### GetImageTag

Expand Down

This file was deleted.

Loading
Loading