Skip to content

[FEAT] Copy to clipboard as a bitmap image #240

Description

@yutsuku

Is your feature request related to a problem? Please describe.
Currently the program uses

case IDM_COPY_IMAGE: {
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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions