Skip to content

imgcodecs: default values of imread / imreadmulti flags are not aligned #22090

@alalek

Description

@alalek

IMREAD_COLOR vs IMREAD_ANYCOLOR

Mat imread( const String& filename, int flags = IMREAD_COLOR );

vs

bool imreadmulti(const String& filename, std::vector<Mat>& mats, int flags = IMREAD_ANYCOLOR);

The last one was added here: #3575

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions