ImageGlass
ImageGlass copied to clipboard
ImageGlass 9.0 ignores HEIC orientation
System information:
- Windows OS version: 11 23H2
- ImageGlass version: 9.0.11.502
Actual behavior:
All images display in landscape orientation
Expected behavior:
Image should be oriented to correct orientation
Screenshots ImageGlass_test_HEIC_rotation.zip contains 4 example photos with rotation 0°, -90°, -180° and -270°. These work as expected on iPhone, Windows (Explorer, Photos, Paint etc), Slack and other apps.
Screenshot of expected behavior:
Related issue: https://github.com/d2phap/ImageGlass/issues/1551
settings.SetDefines(new HeicReadDefines
{
PreserveOrientation = false,
});
Fixed in ImageGlass 9.1.8.723