I'm working with jFX Clipboard and trying to paste an image from clipboard to imgeview. It works when am copying an image (jpg, png, etc), but Have a problem when I'm trying to copy/paste image from QTplayer or pdf file.
In these cases I cannot even save jpg, png, bmp file. The xnview can open it, but e.g.Photoshop cannot.
The files are somehow damage (its visible in xnview).
Then I tried this:
fx.Clipboard.SetImage(fx.Clipboard.GetImage)
...then paste to windows paint...
and realized that even this damage the images.
Am I doing something wrong?
Or is there other way how to use Clipboard (image) except of jFX?
Thanx
In these cases I cannot even save jpg, png, bmp file. The xnview can open it, but e.g.Photoshop cannot.
The files are somehow damage (its visible in xnview).
Then I tried this:
fx.Clipboard.SetImage(fx.Clipboard.GetImage)
...then paste to windows paint...
and realized that even this damage the images.
Am I doing something wrong?
Or is there other way how to use Clipboard (image) except of jFX?
Thanx