Skip to content

Commit

Permalink
imread/imdecode rotate by exif orientation, fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Mar 25, 2021
1 parent b91019e commit 4de5309
Show file tree
Hide file tree
Showing 4 changed files with 956 additions and 0 deletions.
1 change: 1 addition & 0 deletions highgui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ set(the_description "High-level GUI")
ocv_add_module(highgui opencv_imgproc)

set(highgui_srcs
${CMAKE_CURRENT_LIST_DIR}/src/exif.cpp
${CMAKE_CURRENT_LIST_DIR}/src/highgui.cpp
)

Expand Down
Loading

0 comments on commit 4de5309

Please sign in to comment.