jszczerbinsky / lwp

Multi-platform parallax wallpaper engine
MIT License
872 stars 12 forks source link

How much .bmp are supported? #73

Closed DioKiriie closed 4 months ago

DioKiriie commented 4 months ago

So how much images I can stuck on top of each other? Is it going to reduce performance or there is limit on them, or it will just crash an app after some amount?

jszczerbinsky commented 4 months ago

App doesn't have any limit of layers count. You can have as many of them as Your computer memory can handle. If you don't have enough memory the app will crash. Having a lot of layers will also reduce the performance, but it's hard to say how many layers are 'too much'. It depends on the computer.