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.
> /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