Convert large raster graphics image(bitmap, PNG, JPEG, etc) to non-vector postscript in C#
- by Dennis Cheung
How to convert an large image and embed it into postscript?
I used to convert the bitmap into HEX codes and render with colorimage. It works for small icons but I hit a /limitcheck error in ghostscript when I try to embed little larger images.
It seem there is a memory limit for bitmap in ghostscript.
I am looking a solution which can run without…