-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support capturing on rotated displays #14
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e rectangles on secondary displays to the right or above the primary display
…ng selection rectangle
…it if the content light level exceeds it.
Optimize HDR->SDR tonemapping Change size of sBIT chunk when adding HDR chunks to PNG data to account for missing alpha channel
Fix Export to SDR tonemap
…using Export to SDR to reduce dimming from extreme outlier highlights
…ing to keep content brighter than the display can output from dimming excessively for small localized bright highlights
Add support for saving SDR .jxr/.hdp Use 48-bpp for "Export to SDR" if PNG is selected
Handle sRGB gamma correctly for non-HDR JXR and AVIF
Fixed gamma on various > 8-bpc images in PNG, BMP, JXR and TIFF
Add support for SDR JXL images
Export to SDR using .jxr if you want higher precision SDR tonemapped images that have reasonable filesize.
Remove "Close" option from cluttered context menu
Do not attempt to decode AVIF images using invalid libavif DLLs
…ith ... actual SKIF.
…messages to external applications if SKIV has an invalid HWND
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a work in progress that will take a very long time to complete because I do not have any physically rotated displays.
Currently, the snipping preview is correctly rotated for Portrait [Flipped]/Landscape (Flipped), but selection rectangle math is all wrong and the image produced needs to be rotated.