Dori D Posted February 8, 2022 Share Posted February 8, 2022 Hi, I'm trying to load multiple images(around 40) that were uploaded from a mobile device into the pixi viewport. If I load them in full quality the browser crashes. The only solution I found was pre-creating thumbnails myself using canvases and creating textures using the thumbnails I created. The problem is that this process is pretty slow and makes the initial loading time of the app very long. I was wondering if there's a way to feed the original images the user uploaded to the textures, but some how resize them and crop them so it will not crash. I tried various methods but none of them seems to work. I'll be happy for any suggestions. Thanks! Dori Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.