…it image request. WR can't handle the image request if it's bigger than the hardware limit. Please check texture_cache::max_texture_size(). Skip the image request for a big size image in resource_cache::request_image(). Return an Err() for a big size image in resource_cache::get_cached_image().