Jump to content

Border around Windows Snipping Tools disappearing when pasting in Paint.NET


Recommended Posts

When creating screenshots with the Windows build in snipping tool, it creates a nice border around it.

When I paste the screenshot in a program, the border stays with the picture. When pasting the screenshot in Paint.NET however the border disappears and it seems to be transparent in stead of a border. I can't remember when this was starting to happen, is this a setting that I have overlooked in Paint.net?

 

Link to comment
Share on other sites

Thanks for the replies!

I did some testing with the snipping tool. The option "Show selection overlay when Snipping is Active" is marked. Notice that when I paste the picture in other programs, the border is showing correctly.

 

After some more research I found out that this problem was only when I selected "black" as border in the snipping tool. When I select another color like a red border, it does paste correctly in paint.NET.

 

@ AndrewDavid: Can you test this? Changing the default "Red" color in the snipping tool to black and paste it in paint.NET to see if you got the same results?

Link to comment
Share on other sites

You can use ClipSpy ( https://www.codeproject.com/Articles/168/ClipSpy ) to check out what's actually on the clipboard

 

It's an ooooooollllllllddddddddd tool but still totally works. I can supply binaries if you need, it might only have the source code up at that link.

 

From there, I can tell you whether the black is turning into transparent because of normal clipboard ambiguity (a Windows design flaw), or because of something Paint.NET is doing wrong.

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

1 hour ago, Rick Brewster said:

I can supply binaries if you need, it might only have the source code up at that link.

 

The source code download includes a compiled binary in the bin folder, but you need a CodeProject account to download it.

 

1 hour ago, Rick Brewster said:

From there, I can tell you whether the black is turning into transparent because of normal clipboard ambiguity (a Windows design flaw), or because of something Paint.NET is doing wrong.

 

The snipping tool places a CF_BITMAP, CF_DIB and CF_DIBV5 on the clipboard.

 

Edit:

 

It appears that using a black border is causing Paint.NET to incorrectly detect the CF_DIB as having premultiplied alpha.

When any other border color is used it sets the alpha channel to 255.

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

I've got an idea for something that may be able to fix this... no promises, it's speculative, but it would be in 4.1.7 if it does work since it should be easy.

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

Thx for the replies! Nice to see a bit more in depth technical replies :) I will use the gray border as workaround :-). Meanwhile I will look forward to updates to see if there is a fix for this one.

I use paint.NET almost on daily basis since a couple of years. Thx for this wonderful program!

 

 

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...