-
Notifications
You must be signed in to change notification settings - Fork 18
[FEAT] Copy to clipboard as a bitmap image #240
Copy link
Copy link
Open
Labels
status: implementedImplemented in code, pending releaseImplemented in code, pending releasestatus: pre-releaseIncluded in pre-release or beta build for testingIncluded in pre-release or beta build for testingtype: enhancementNew feature, request, or improvementNew feature, request, or improvement
Description
Metadata
Metadata
Assignees
Labels
status: implementedImplemented in code, pending releaseImplemented in code, pending releasestatus: pre-releaseIncluded in pre-release or beta build for testingIncluded in pre-release or beta build for testingtype: enhancementNew feature, request, or improvementNew feature, request, or improvement
Projects
StatusShow more project fields
Implemented
Is your feature request related to a problem? Please describe.
Currently the program uses
QuickView/QuickView/main.cpp
Line 10815 in ddd8f63
CF_HDROPformat when setting the value for the clipboard, which may not be what other programs expect or even can handle.Describe the solution you'd like
I would like the program to copy the image as a BITMAP image to my clipboard, or first frame in case the image is animated (apng, jxl, webp, possibly others). This way you can paste from the clipboard even to MS Paint.
Additional context
Additional setting could be added under
Imagesection for this specific behaviour, in order to not break things for existing users.Personally I use QuickView because it seems to be the only program that handles such wide range of modern image formats and its features, however pairing it with other software can be sometimes irritating if that software isn't ready for modern files. For example I use jxl to save screenshots, which is great for reducing space but not so great when I want to share those with anyone (in this exact case, via Discord - it lacks native support to inline display jxl).