Re: Big images in PS2 or PS3
- From: "vancejc@xxxxxxxxx" <vancejc@xxxxxxxxx>
- Date: Mon, 16 Jul 2007 20:05:24 -0000
The DataSource entry in an image dictionary isn't required to be a
string, it can also be a procedure. When I hit an image that is too
big to fit into a single string, I create a procedure that returns one
string of the image at a time. The image dictionary knows to call the
procedure whenever it wants more data, so each time the procedure is
called it updates a count and returns the next string.
I'm not sure exactly how this plays with MultipleDataSources, but I
expect that where you are giving the DataSource 4 different strings
for data (one for each C, M, Y, and K) you can just give it an array
of 4 different procedures, each which pulls from its corresponding
list of strings.
Hope this helps!
~ jeff
.
- References:
- Big images in PS2 or PS3
- From: Philippe Guilmin
- Big images in PS2 or PS3
- Prev by Date: Re: Need viewer for 5 Gb file
- Next by Date: Re: Need viewer for 5 Gb file
- Previous by thread: Big images in PS2 or PS3
- Next by thread: Re: Big images in PS2 or PS3
- Index(es):
Relevant Pages
|