I am trying to write a document in postscript.
Until now, I could write plain text and work with lines and shapes.
Now I am trying to add some images to the document. After searching online, I didn't seem to find a clear way to do this.
The picture below is a welcome world:
%!PS /Times 20 selectfont 20 800 moveto (Hello World!) show showpage
All I want to do is simply insert an image (e.g. PNG, JPG, GIF), specifying the x and y coordinates.
Any help would be greatly appreciated.
Darknight
source share