Is your feature request related to a problem? Please describe.
Currently the program uses
CF_HDROP format 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 Image section 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).
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).