-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Clipboard cannot handle transparent pixels #12
Comments
Edited powershell cmdlets to work with transparency. Added option to toggle transparency while copying to clipboard (as some softwares don't support this format) Fixed grammatical confusion in "push" and "pull" naming scheme
Got it working in the latest commit 43f92ed! (for both copy and paste) |
Cool! I've tried with Do you think it would be better to move this change to a separate branch so we can do some experiments without affecting the BTW, I admit the terms can be confusing at first. But since these |
Yeah another branch for it sounds better, I probably should've done that from the beginning. And I'm sure there's a lot to be polished in my cmdlet scripts so sure! thanks. oh it was just too confusing when looking the |
I think your point of view is good, I just want to give a different perspective to make it more intuitive and easier to remember. Because we usually write I opened #22 to further discuss about this. |
* Now works with transparency (#12) Edited powershell cmdlets to work with transparency. Added option to toggle transparency while copying to clipboard (as some softwares don't support this format) Fixed grammatical confusion in "push" and "pull" naming scheme * Revert push and pull name changes * Updated Transparency Script script now populates clipboard with both `Bitmap` and `PNG` data. Got rid of the preference and old script entirely because setting 'Bitmap' data is equivalent to using the old method. Hence, no need to switch to it exclusively Co-authored-by: Binit <binitnew@gmail.com>
Describe the bug
The transparent pixels in images copied from website to Blender and copied from Blender to another place are in wrong color (see the recordings below).
To Reproduce
Copy from website:
Copy from Blender:
Image > Copy to Clipboard
.Expected behavior
Pasted images to or from Blender must be exactly the same as the original images.
Platform
Operating System:
Blender:
Screencast
Additional context
I think it is not efficient to use normal PowerShell cmdlet as it is not built to handle this, we need to use more dedicated assemblies.
Here is the transparent image to test: Image.
The text was updated successfully, but these errors were encountered: