Tiles() in ruby script

edited June 2017 in Ruby Scripting
Hi,

I have to perform grow and shrink (size) operations which will take too much memory (>32 GB) when run from a ruby script. To circumvent this I now use a DRC script that supports tiles. This works well.

Is there a ruby equivalent so I can make the changes in place which is more convenient in my case?

Regards,
Xaveer

Comments

  • edited November -1

    Hi Xaveer,

    the tiles feature of the DRC is implemented using the TilingProcessor. You can basically use the same for implementing your own tiled size.

    Matthias

Sign In or Register to comment.