How to resize images uploaded to Cloud Storage to a specified size?

后端 未结 2 1127
日久生厌
日久生厌 2021-01-07 13:04

I am using RecyclerView in my application for the professor to see the students list where there will be photos and other details and delete options. Everything

2条回答
  •  -上瘾入骨i
    2021-01-07 13:34

    The best solution I can think of would be to use the Resize Images Extension:

    Resizes images uploaded to Cloud Storage to a specified size, and stores both the original and resized images.

    Here is the Github repo.

提交回复
热议问题