1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #13382 from LaurentBerger:imreadsize

* try to solve #13381

* Add note
This commit is contained in:
LaurentBerger
2018-12-09 13:05:27 +01:00
committed by Alexander Alekhin
parent 40a53e3d64
commit f1dc26d7ce
2 changed files with 12 additions and 9 deletions
@@ -171,6 +171,8 @@ Currently, the following file formats are supported:
[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
and thus the image will be rotated accordingly except if the flag @ref IMREAD_IGNORE_ORIENTATION is passed.
- By default number of pixels must be less than 2^30. Limit can be set using system
variable OPENCV_IO_MAX_IMAGE_PIXELS
@param filename Name of file to be loaded.
@param flags Flag that can take values of cv::ImreadModes