use kmaketiles to divide big images i two or three images ?

  • Hello I wonder if there is any way to use kmaketiles to divide a large image gigaphoto in psb format in order to retouch it easyer.
    If is not possible , someone know any software o photoshop script to do it?
    And after that I wolud need to mount the image again... any idea?

    thanks!!!!

  • Hi,

    e.g. to split a big image (input.psb) into several 10000x10000 tiles:

    Code
    kmaketiles input.psb tiles_%v_%h.tif 10000

    and to recombine it:

    Code
    kmaketiles tiles_%v_%h.tif output.psb 0 -insize=WIDTHxHEIGHT -intilesize=10000


    Where instead of WIDTH and HEIGHT the size of the source image input need to be insert.

    Best regards,
    Klaus

  • Hey!

    I've tried the code and I have a problem...

    I put this conde in a *.bat file:
    kmaketiles segona.psb tiles_%v_%h.tif 10000


    My result is not tiles_1_2.tif, tiles_1_3.tif....

    what i have is a single "tiles_h.tif" file... I thing the program is whriteing all the tiles
    in one single file... how can I solve it? what am I doing wrong? I'm useing it in a windows 7

    thanks!

  • Hi,

    but... ther is no way to make it from bach file?

    the '%' character inside batch files is reserved for access batch files variables,
    and to escape that two '%%' characters need to be used,

    e.g. normallay:
    kmaketiles segona.psb tiles_%v_%h.tif 10000

    and inside .bat files:
    kmaketiles segona.psb tiles_%%v_%%h.tif 10000

    best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!