Home >Backend Development >PHP Tutorial >百万级的静态图片文件,如何处理最合适,网站需要获取图片的路径

百万级的静态图片文件,如何处理最合适,网站需要获取图片的路径

WBOY
WBOYOriginal
2016-06-06 20:41:231110browse

百万级的静态图片文件,如何处理最合适,网站需要获取图片的路径

回复内容:

百万级的静态图片文件,如何处理最合适,网站需要获取图片的路径

不是很理解你的意思,你希望的是仅仅存储图片、还是需要对已经存储的图片做缩放裁剪处理。如果是存储图片,那么直接将文件存储在七牛的空间里,就能获得一个带七牛域名的资源url,譬如空间qiniuphotos中有一张图片是gogopher.jpg,那么就可以通过http://qiniuphotos.qiniudn.com/gogopher.jpg来访问这张图片。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn