Page 1 of 1

'Streaming' into gigapixel files

Posted: 2011-03-29T06:43:05-07:00
by sarque
Using Q8 6.6.8 on Win7 64Bit.

I'm looking to stream small 10x10 tiles into a 5 gigapixel file. What I can do is save the MPC file, open it, place the 10x10 tile, close it, and convert. But it would of course be a lot faster if i could just place the tile directly into the final JPG/PNG/GIF, without having to actually opening it with convert. Is such a thing possible? Has it already been done?

Thanks for you advice

Re: 'Streaming' into gigapixel files

Posted: 2011-03-29T22:16:16-07:00
by anthony
No one has reported on a way to merge a image into the larger image as yet using 'streaming' methods.

Such a program would have to merge the streams of two images together in just the right place.
It should be posible to write using the existing IM streaming functions, It's just no one has contributed it yet,

Perhaps the streaming function of PbmPlus (NetPbm) can do this.

I have a report (not yet merged into IM EXamples) from Georg Zotti whcih reports that the "pamcut" can do a similar streaming as IM command "stream" for tile/area separation from a larger image, but nothing bout the reverse.

pnmpaste paste may be able to do it. Its man page does not report weather it streams the two input images or not.