Hi,
I wrote a new stack-based non-recursive implementation for pix_multiblob. This version does not have any limits on the blob size and should also be faster. You can access it from my published git repo, branch multiblob_alg
git://github.com/rfabbri/Gem.git (branch multiblob_alg)
Hope it can be useful,