How include img in postscript
I want to add image to my postscript code %!PS-Adobe-3.0 /Times-Roman findfont 12 scalefont setfont 50 700 moveto (text) show showpage but i dont have idea to do that. Someone help? ;tldr skip to the middle and start reading from Simpler Workflow to the end. convert to xbm, hack with vi, inline data with {currentfile} image It is documented in the Postscript Language Reference Manual , but the information can be a little hard to digest. As Ken says, you need to use the image operator. I usually go for the "old school" form which is width height bits-per-pixel matrix proc image ‐ For some