colorimage operator with binary data
Hello,
I have an embedded system with a OpenHCI driver which controls an USB postscript printer.
A Cmos sensor stores raw RGB image data in RAM.
I would like print this images creating a ps file and sent it to the printer.
Colorimage seems the right operator for this issue but it requires data encoded,
for example as ASCII hexadecimal, and this mean a lot of computational costs for my little embedded system.
Is there a way to include binary data to ps file and feed colorimage without encode them ?
Thank you.
