Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Image manipulation is the term used to describe various operations applied to images such as resizing, removing noise, or alteration of colour depth.
0
votes
0answers
315 views
geting remote images from graph api and inputting in php gd
hi i want to get users profile image from
https://graph.facebook.com/<?php echo $fbid ?>/picture?type=large
and them save it temporarily on the server so that i can use it in php gd image ...
4
votes
2answers
292 views
One Image to Rule Them All: why Facebook and AddThis do that? [duplicate]
Possible Duplicate:
Single image file to store all the little images on a page
Hey,
Facebook are saving all the graphics on their page in a single image. So does AddThis. Why do they do ...
1
vote
1answer
1k views
How to create a Facebook-style Thumbnail Selector using .Net
I'm looking at implementing a Facebook-style thumbnail creator using ASP.Net MVC but haven't a clue where to start.
The feature in question is most easily-recognised when you upload a new profile ...
1
vote
3answers
3k views
Rounding corners of pictures with ImageMagick
in my Rails app I want to have a similar profile section like Facebook where uploaded images are automatically thumbnailed and corner-rounded. I'm using the convert utility to downsize images into ...