VoidVolker

Results 27 comments of VoidVolker

I start work on this issue. Right now I'm researching sources.

Hi! It shall work for any image size. What is your OS and what commands you using?

I run script and found problem with defining image sizes from imagemagick - it require at last 2-3Gb RAM and more 50Gb on disk. Try to add option `-v3` and...

Yes, I'm already found this error - looks like it produced by `identify`, because it can't identify image sizes correctly, because it require alot of disk space. I'll fix it...

Yes, I'm already done this in photoshop for tests. You can contact me directly in [gitter webchat](https://gitter.im/VoidVolker/MagickSlicer)

Hi! Image magick does work with big images. I have converted successfully image with size 19469x5000.

Sorry, more 30k requires changes in script - looks like issue in 32 bit calculations in shell math. May be in some modern shell versions it can works.

Hm, maybe. There in code image sizes is multiply to get more accurate sizes for new images. Right now I don't remember details, sorry - need deep script debug.

Thank you! Can you share code parts for GDAL tools? I'll add it to script.

Yes, but now I can't add overlap, because imagemagick have very specific options for it and overlapping can be done only with perfect size images (power of zoom for each...