How to get image resource size in bytes with PHP and GD?

后端 未结 5 672
旧时难觅i
旧时难觅i 2020-12-10 06:42

I\'m resizing images with php gd. The result is image resources that i want to upload to Amazon S3. It works great if i store the images on disk first but i would like to up

5条回答
  •  [愿得一人]
    2020-12-10 07:17

    You might look at the following answer for help. It works for generic memory changes in php. Although since overhead could be involved it might be more of an estimation.

    Getting size of PHP objects

提交回复
热议问题