Attached is example:
- original - copied from pdf, pasted to photoshop, saved as jpg
- re-clipboard - copied from pdf, re-clipboarded over fx.Clipboard.SetImage(fx.Clipboard.GetImage), pasted to photoshop, saved as jpg
you can see different size, damaged colors
if I save this over:
out = File.OpenOutput("C:\temp", "tmp.jpg", False)
clipImage = fx.Clipboard.GetImage
clipImage.WriteToStream(out)
the result is jpg, that can be open in xnview but not in photoshop. I cannot even upload it here, because:
The contents of the uploaded image do not match the file's extension
So I uploaded zip file within the saved jpg (it seams it's not a jpg)
Filechecker said it's png, but even after renaming photoshop shows empty image.