mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
Merge pull request #16530 from collinbrake:imread_unchanged_exif_doc
This commit is contained in:
commit
8d078f63a9
@ -170,8 +170,9 @@ Currently, the following file formats are supported:
|
|||||||
then the [GDAL](http://www.gdal.org) driver will be used in order to decode the image, supporting
|
then the [GDAL](http://www.gdal.org) driver will be used in order to decode the image, supporting
|
||||||
the following formats: [Raster](http://www.gdal.org/formats_list.html),
|
the following formats: [Raster](http://www.gdal.org/formats_list.html),
|
||||||
[Vector](http://www.gdal.org/ogr_formats.html).
|
[Vector](http://www.gdal.org/ogr_formats.html).
|
||||||
- If EXIF information are embedded in the image file, the EXIF orientation will be taken into account
|
- If EXIF information is embedded in the image file, the EXIF orientation will be taken into account
|
||||||
and thus the image will be rotated accordingly except if the flag @ref IMREAD_IGNORE_ORIENTATION is passed.
|
and thus the image will be rotated accordingly except if the flags @ref IMREAD_IGNORE_ORIENTATION
|
||||||
|
or @ref IMREAD_UNCHANGED are passed.
|
||||||
- By default number of pixels must be less than 2^30. Limit can be set using system
|
- By default number of pixels must be less than 2^30. Limit can be set using system
|
||||||
variable OPENCV_IO_MAX_IMAGE_PIXELS
|
variable OPENCV_IO_MAX_IMAGE_PIXELS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user