static void copyBWImageToClipboard(BWImage img) { copyImageToClipboard(img.getBufferedImage()); }