You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New option for automatically recovering session after a forced system reboot
Unavoidable system reboots will always (I assume) be a part of Windows. PhotoDemon can now survive such a reboot. If PD is open with one or more unsaved changes, and the system forces a reboot, PD will now auto-open after the reboot and restore your previous session, with all work intact.
Note that if you do *not* have any unsaved changes, PD will still auto-start after the reboot but will not re-load any images. I still need to solve this (it's tied to PD's AutoSave system, which tries not to bug the user with prompts unless work risks being lost), presumably by subclassing WM_ENDSESSION and modifying PD's AutoSave triggers accordingly.
chkMetadataUnknown.AssignTooltip "Some camera manufacturers store proprietary metadata tags inside image files. These tags are not generally useful to humans, but PhotoDemon can attempt to extract them anyway."
1526
1553
chkMetadataBinary.AssignTooltip "By default, large binary tags (like image thumbnails) are not processed. Instead, PhotoDemon simply reports the size of the embedded data. If you require this data, PhotoDemon can manually convert it to Base64 for further analysis."
1527
1554
chkLoadingOrientation.AssignTooltip "Most digital photos include rotation instructions (EXIF orientation metadata), which PhotoDemon will use to automatically rotate photos. Some older smartphones and cameras may not write these instructions correctly, so if your photos are being imported sideways or upside-down, you can try disabling the auto-rotate feature."
1528
-
1555
+
chkSystemReboots.AssignTooltip "If your PC reboots while PhotoDemon is running, PhotoDemon can automatically restore your previous session."
1556
+
1529
1557
'Saving prefs
1530
1558
chkConfirmUnsaved.AssignTooltip "By default, PhotoDemon will warn you when you attempt to close an image with unsaved changes."
0 commit comments