Netvips.Image.Insert is very slow with many imaegs #4670
Unanswered
wangmuzhi126
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @wangmuzhi126, For an M by N array of tiles, you are making a pipeline of (M * N) elements:
For large M and N, this will get very slow! A simple fix is to use This will join an array of images in a single operation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When i insert many images into a bigimage its running slow, how can i optimize the program running speed? The code as follows:
Beta Was this translation helpful? Give feedback.
All reactions