Convert large raster graphics image(bitmap, PNG, JPEG, etc) to non-vector postscript in C#

Posted by Dennis Cheung on Stack Overflow See other posts from Stack Overflow or by Dennis Cheung
Published on 2010-04-29T04:19:43Z Indexed on 2010/04/29 4:27 UTC
Read the original article Hit count: 314

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 3rd party/pre-processing other then ghostscript itself.

© Stack Overflow or respective owner

Related posts about postscript

Related posts about c#