very large image manipulation and tiling

后端 未结 4 1645
我在风中等你
我在风中等你 2020-12-22 05:14

I need a software or program in Java or a method for tiling very large images (bigger than 140MB). I have used ImageMagick and convert tools Photoshop and Corel Draw and Mat

4条回答
  •  失恋的感觉
    2020-12-22 05:49

    It is not Java, but Inter Performance Primitives (IPP) have set of functions for image manipulation that work on tiles. You can probably interface these functions from Java.

提交回复
热议问题