显示 Facebook 照片的最大尺寸是多少?

发布于 2024-11-16 02:52:54 字数 120 浏览 0 评论 0原文

我正在我的网站上抓取用户朋友的照片。而且,朋友们的照片看起来很暗淡,而且照片的分辨率似乎很低。

  1. 如何确保照片清晰?我需要做任何后期处理吗?
  2. 显示照片的最大尺寸是多少?

I am grabbing the photo's of my user's friends on my site. And, the photos of the friends look very dull, and photos seem to have a very low resolution.

  1. How can I make sure that the photos are sharp ? Do I need to do any post processing ?
  2. What are the max dimensions that should be used for showing photos ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橘和柠 2024-11-23 02:52:54

如果您抓取个人资料缩略图,那是因为当您将其上传到 Facebook 时,它们会调整大小。 Facebook 自动执行此操作。如果您想要更高质量的照片,则需要使用与获取个人资料照片不同的 API 方法:

http://developers.facebook.com/docs/reference/api/

我建议使用“照片”或“相册”方法。

编辑个人资料照片的实际尺寸为 50x50。如果你试图将它们显示得比这个大,你就会失败。非矢量图形每个像素只能包含这么多数据。

If you're grabbing profile thumbnail, it's because they get resized when you upload them to Facebook. Facebook does this automatically. If you want higher quality photos, you need to use a different API method than the the one used to get profile photos:

http://developers.facebook.com/docs/reference/api/

I'd suggest "Photos" or "Photo albums" method.

EDIT The actual dimensions for a profile photo are 50x50. If you try to display them larger than this, you're going to get loss. Non vector graphics can only contain so much data per pixel.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文