Skip to content

Image.Load seems to be very slow, how can I increase it's performance? #1474

Answered by antonfirsov
SalahAkbari asked this question in Q&A
Discussion options

You must be logged in to vote

@SalahAkbari you are doing approximately (11000/390) * (11000 / 1300) == 28 * 8 == 224 decodes in your second code instead of 70, so not surprising it's slower.

Loading 70 images will be relatively slow with any framework/library. What is the format of your images? How large they are typically?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JimBobSquarePants
Comment options

@SalahAkbari
Comment options

Answer selected by JimBobSquarePants
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants