Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Reading EPS file GSView Error gsapi_run_string_continue error -101

91 views
Skip to first unread message

papa...@fullbitsoft.com

unread,
Feb 15, 2008, 8:46:02 PM2/15/08
to
Actually I make a EPS file in my program. that works well , but some
files meet this error string.

gsapi_run_string_continue error -101

This EPS file is just changing from TIF file, when TIF file is small ,
then works well but TIF file goes large it does not work.

I think this may be huge image size

%ImageData: 299990 3281 8 4 0 1 2 "false 4 colorimage"
/line 119960 string def
29990 3281 8
[29990 0 0 -3281 0 3281]
{currentfile line readhexstring pop} bind
false 4 colorimage
d4001900d4001900d4001900d4001900d4001900d4001900d4001900d4001900d40019
......................

------
I generated this file from my program, And I guess when TIF file goes
larger, can't read this image stream as one string. so it makes
error, but I don't know how to solve this problem. Is there any
other PS description of huge string , or when image file goes larger,
How can make EPS file that GSView can read ?

Thank you for your reading. if you want some question feel free email
me.


deed...@gmail.com

unread,
Feb 25, 2008, 2:06:08 PM2/25/08
to
Strings can only be 64k (65535) in length max, so this line:

> /line 119960 string def

should generate a 'rangecheck' error on the 'string' operator before
you even get to the readhexstring call.
I don't see how you could get the gsapi_run_string_continue error.

-David

0 new messages