nuno-faria / tiler

👷 Build images with images
MIT License
5.89k stars 423 forks source link

It takes a long time #44

Closed Dabao55 closed 2 years ago

Dabao55 commented 2 years ago

I'm working with a 960 * 960 pixel image with circle_100 tile, it takes me about 20 mins. Is it because of the poor performance of my computer? Can I accelerate it with GPU? Looking forward your reply.

nuno-faria commented 2 years ago

Unfortunately, this is a CPU only implementation, which means it cannot be GPU accelerated. To improve performance, you can try three things:

Hope this helps.