weixin_33698823 2012-01-09 14:49 采纳率: 0%
浏览 14

合并Facebook个人资料照片

I develop an application on Facebook where I get all the friends profile photos of a person.

Then I would like to merge all those photos into one (a blank photo with fixed width and height).

For my application I use the Javascript Sdk. I think it's not possible to do it with javascript, so I think to use Ajax and to merge them with php.

A lot of applications do this (birthdays applications for instance).

Is there an other way to make it without using Ajax? And if I use Ajax, do I have to save my merged image on my server?

Thank you.

  • 写回答

2条回答 默认 最新

  • weixin_33704234 2012-01-09 14:55
    关注

    Is there an other way to make it without using Ajax?

    Yes, instead of AJAX, you can use old fashioned form-posts.

    And if I use Ajax, do I have to save my merged image on my server?

    It's unclear from your requirements as to where the image should live after the other photos have been merged into it.

    评论

报告相同问题?

悬赏问题

  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容
  • ¥15 关于#stm32#的问题:CANOpen的PDO同步传输问题