We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These tests should be fixed.
ImageClipboard.jl/test/runtests.jl
Lines 12 to 17 in df6f881
Lines 25 to 28 in df6f881
The _powershell_copy and _powershell_paste methods uses [Windows.Forms.Clipboard]::GetImage and [System.Windows.Forms.Clipboard]::SetImage, but these functions can't deal with alpha channel correctly. https://github.com/hyrodium/ImageClipboard.jl/blob/df6f881d635304ce925f2996ba5d736893bbae92/src/_powershell.jl
_powershell_copy
_powershell_paste
[Windows.Forms.Clipboard]::GetImage
[System.Windows.Forms.Clipboard]::SetImage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These tests should be fixed.
ImageClipboard.jl/test/runtests.jl
Lines 12 to 17 in df6f881
ImageClipboard.jl/test/runtests.jl
Lines 25 to 28 in df6f881
The
_powershell_copy
and_powershell_paste
methods uses[Windows.Forms.Clipboard]::GetImage
and[System.Windows.Forms.Clipboard]::SetImage
, but these functions can't deal with alpha channel correctly.https://github.com/hyrodium/ImageClipboard.jl/blob/df6f881d635304ce925f2996ba5d736893bbae92/src/_powershell.jl
The text was updated successfully, but these errors were encountered: