https://bugs.kde.org/show_bug.cgi?id=372340
kde-b...@debdan.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kde-b...@debdan.net --- Comment #12 from kde-b...@debdan.net --- I tested it with current Digikam 6.0.0-beta3 and the bug is still there: This shows the problem: $ convert -size 400x240 xc:skyblue -fill white -stroke black -draw "rectangle 80, 40 320,200" draw_rect.jpg $ exiftool -n -Orientation=1 -XMP-mwg-rs:RegionAppliedToDimensionsH=240 -XMP-mwg-rs:RegionAppliedToDimensionsW=400 -XMP-mwg-rs:RegionAppliedToDimensionsUnit=pixel -XMP-mwg-rs:RegionAreaUnit=normalized -XMP-mwg-rs:RegionName=John -XMP-mwg-rs:RegionType=Face -XMP-mwg-rs:RegionAreaX=0.5 -XMP-mwg-rs:RegionAreaY=0.5 -XMP-mwg-rs:RegionAreaW=0.62 -XMP-mwg-rs:RegionAreaH=0.7 draw_rect.jpg The location of the face area stays the same if the orientation is changed to something different from top,left: $ exiftool -n -Orientation=8 draw_rect.jpg -- You are receiving this mail because: You are watching all bug changes.