I can copy image in Gimp and paste it to OpenOffice document.
How to do it (copy or paste image) from command line?
|
feedback
|
|
Try xclip, it reads from stdin and should allow you to do
to copy the image to the clipboard. UNTESTED | |||||
feedback
|
|
The following python/pygtk script does the job:
(Source: http://ubuntuforums.org/showthread.php?t=1689889) To use this, | |||||||
feedback
|