Clipboard copy from outlook always has black background set when retrieved as image from Java clipboard object
问题 Here are the application steps copy some richtext from a html email message or from a website(a combination of text + image) In your java code retrieve the content copied from the clipboard object as BufferredImage Save the retrieved image object as image file on disk You'll notice that in the saved file, the image comes fine, any non-black text appears fine but black text seems lost in the black background. Could not find a way to override the black background for the generated image. Some