Skip to content
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

BUG: Missing DIB support on Windows #23

Open
thanhph111 opened this issue Oct 15, 2021 · 1 comment
Open

BUG: Missing DIB support on Windows #23

thanhph111 opened this issue Oct 15, 2021 · 1 comment
Assignees
Labels
bug Something isn't working Windows Related to Windows platform

Comments

@thanhph111
Copy link
Collaborator

thanhph111 commented Oct 15, 2021

Describe the bug

After implementing #22, the Bitmap and PNG data types have been supported, allowing multiple software to paste transparent images. However, some softwares need the DeviceIndependentBitmap to read. One of them is Discord, we should support them too. This issue continues the #12.

Pasted from Blender Pasted from Chrome
Blender Chrome

Step to reproduce

  1. Open a transparent image in the Image Editor. Here is an example.
  2. Use Ctrl+Shift+C or Image|Copy to Clipboard to copy the image.
  3. Paste them in Discord or any software that uses DIB.

Relevant log output

No response

Expected behavior

DeviceIndependentBitmap should be in the clipboard after copying from Blender.

Platform

Windows

Platform version

20H2

Blender version

2.83, 2.90, 2.91, 2.92, 2.93, 3.0

@thanhph111 thanhph111 added the bug Something isn't working label Oct 15, 2021
@thanhph111 thanhph111 added Windows Related to Windows platform help wanted Extra attention is needed labels Oct 15, 2021
@b-init
Copy link
Owner

b-init commented Sep 28, 2022

This is not possible unless we use some external module to convert images to an alpha-supporting bitmap because blender does not support alpha in bitmaps and can't export such image to copy to clipboard.

@b-init b-init removed the help wanted Extra attention is needed label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Windows Related to Windows platform
Projects
None yet
Development

No branches or pull requests

2 participants