ImageMagick crop huge image

后端 未结 4 692
南笙
南笙 2020-12-29 17:48

I am trying to create tiles from a huge image say 40000x40000

i found a script on line for imagemagick he crops the tiles. it works fine on small images like say 100

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-12-29 18:28

    ImageMagick is simply not made for this kind of task. In situations like yours I recommend using the VIPS library and the associated frontend Nip2

    VIPS has been designed specifically to deal with very large images.

    http://www.vips.ecs.soton.ac.uk/index.php?title=VIPS

提交回复
热议问题