Tagged Questions
The photo tag has no wiki summary.
9
votes
3answers
271 views
Upload photos for past date
I am trying to upload few old photos with a past creation date so that they appear properly in timeline. Existing api allows only to pass message and source.
i.e
POST ...
6
votes
1answer
574 views
increase quality/clarity/brightness of the photos taken with android camera
I have an android app where I'm using the android camera in order to take photos.And after struglling a little bit I managed to have my picture where I want and how I want.The final problem is the ...
6
votes
2answers
123 views
What software libraries are available to programmatically create photomosaics?
I'm looking for a library to programmatically create photomosaics of pictures of my kids... it's a toy side project.
I'm on Windows and would prefer a windows-based solution, be it Java or something ...
5
votes
2answers
176 views
A Responsive Photo-wall Gallery with Swipe Functionality
I'm looking to build a javascript/jquery gallery that meets the criteria below, and would love to know if there are any existing gallery modules that have all/most of these features:
1. Photo wall ...
5
votes
3answers
8k views
Android - Upload photo to Facebook with Facebook Android SDK
Hi
i'm new to android i'm searching for load photo to facebook by authorization,getting access_token how to do this please give me a sample code in java.its urgent please help me.
Thanks,
Sanjana
5
votes
2answers
637 views
Photo printing API system? [closed]
I am looking for options to provide customers on my website a way to order prints for photos. (It is a photo sharing site, so it needs to be automated, I don't want any portfolio sites that require ...
5
votes
2answers
1k views
Send photo to email bot, upload photo to website
I am constantly taking the following steps, and I know there's a way to automate this:
emailing photos from my phone to myself
saving those photos to my computer
uploading the saved photos to a ...
4
votes
2answers
206 views
How to create a flexible frame for photo in iPhone?
I try to create a flexible frame for in my iPhone app with some small pictures. CustomView inherit UIView and override it's setFrame: method. In setFrame:, I try to call [self setNeedsDisplay]; Every ...
4
votes
2answers
306 views
Get image Uri + thumbnail of the picture shot with camera in Android
I want to update an ImageView with a picture I make with the build-in Android camera.
I use the following code:
void getPhoto() {
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
...
4
votes
2answers
99 views
Why it's so hard taking photos normally on different Android phones?
I made a program whose major function is use API to take photos and store them in the path I gave.
But things don't come out right on different phones comparing to that when I tested on the emulator ...
4
votes
2answers
1k views
Facebook Error while uploading photo to album via Graph API and iOS: (#1) An unknown error occurred
I've seen a couple posts about this issue, but so far nothing has seemed to help me. Basically, I'm writing an iOS app and attempting to post a photo to a Facebook album using the Graph API. The image ...
4
votes
1answer
231 views
Are public Facebook photos ok and legal to reuse on your blog? With or w/out attribution? [closed]
Facebook doesn't offer an embed feature for photos on its site.
If a Twitter user posts a public link to a Facebook photo
like this:
http://twitter.com/planetnomad/statuses/53550848877400064
Is ...
4
votes
1answer
523 views
match image returned by iPhone's ALAsset with real image on computer
I want to store some data about an iOS photo and later on reference that photo when it gets synched to a computer.
However I can't work out how to identify it's the same photo. ALAsset doesn't seem ...
4
votes
1answer
195 views
Is canvas faster than a normal image?
So If I have for example an image like this:
Will it load faster if its written in JS, in canvas? Or is it faster to have it in PNG or JPG or GIF?
4
votes
3answers
178 views
How to do Photo management in PHP?
I have a basic script to upload and manage photos, but there are many things that it lacks.
For some reason photo files like .tif do not get uploaded and there is no automatic re-sizing of different ...
4
votes
6answers
6k views
Can I set a users profile image using the Facebook API?
I'm looking for a user.setImage call or something to that effect on the Facebook API but I can't see anything to achieve this: specifically to overwrite a user's profile image (not just post an image ...
4
votes
3answers
1k views
How does the default Camera iPhone app manages to save a photo so fast?
So far I've managed to create an app for iPhone that takes multiple images with about a 3 second interval between each. I`m processing each image in a separate thread asynchronously and everything is ...
4
votes
5answers
396 views
Recommended architecture for handling user image uploads
In the past, I've handled user image uploads in two different ways:
Save the image data in a database table, and load it via a PHP script
Upload the image, convert it to jpeg, put it in a directory ...
4
votes
3answers
5k views
Upload photo to arbitrary FTP with iPhone app
I'd like to upload a photo from my iphone to an arbitrary ftp. How can I do this with Cocoa / Xcode ?
Thanks!
3
votes
1answer
524 views
iOS: Photo uploaded to Facebook does not always upload
I have an iPhone/iPad app that does some basic photo editing and gives the user the option to upload the finished product to Facebook. The app has more than 100,000 users and the majority seem to have ...
3
votes
2answers
1k views
facebook ios sdk - trouble posting photo using UIImage
I'd be grateful for any suggestions as to how to deal with a problem I'm having posting an image to Facebook.
The following code works just as I would expect:
NSMutableDictionary* params = ...
3
votes
2answers
457 views
Convert image document to black and white with OpenCV
I'm new to OpenCV and image processing and I'M not sure how to solve my problem.
I have a photo of document made in iPhone and I want to convert that document to black and white. I tried to use ...
3
votes
2answers
468 views
CameraCaptureTask return only pictures with 1296x972 resolution in WP7
I'm using CameraCaptureTask chooser and always is returning a smaller photo that the original. Camera has a resolution of 2592x1944, but the returned photo is always 1296x972. I'm using a LG E-900.
...
3
votes
1answer
107 views
Stick buttons on some positions in an image
I basically need a photo (with zoom options that I almost have using this entry of the blog: http://android-developers.blogspot.com/2010/06/making-sense-of-multitouch.html) and the possibility of ...
3
votes
2answers
2k views
How to embed image in html in MFMailComposeViewController for iPhone
I am trying to embed a bunch of small images in an html table which I want to send using MFMailComposeViewController. After doing some search I figured out almost everyone is suggesting "NSData+Base64 ...
3
votes
3answers
212 views
how to secure member photos for high-traffic website
On a actual project (dating site) i have the following scenario:
Member can upload photos (main profile) and create albums and assign photos to it. Now the member can choose only to allow registered ...
3
votes
2answers
1k views
How do I allow an iPhone user to “Move and Scale” a photo that has already been selected
I am trying to replicate the functionality that users see when they go into edit mode for a contact for which they have already selected a photo, and then click that contact's photo. An action sheet ...
3
votes
2answers
2k views
Access Photo Album from iPhone Code
iPhone Apps like "Picture Map" access all the photos in my iPhone's camera album and display them without ever showing an Image Picker Control.
Does anyone know how this is done?
Thanks
G
3
votes
3answers
406 views
How to make my Java destop application show an image before it starts?
I'm using NetBeans IDE 6.8 (Mac Version). which tool of their GUI builder will assist me in doing this?
What I want is is to show the user an image while my application is loading for couple of ...
3
votes
7answers
460 views
Can we identify a photo in a photo?
I was browsing through some photos uploaded by a friend on Orkut [Orkut has this new feature to tell you how many unnamed people are there in the photo]. There was this particular photo in which there ...
3
votes
6answers
2k views
Image resize quality (Java)
I have an open-source app which uploads photos to Facebook. To save bandwidth, the photos are automatically resized before uploading (Facebook imposes a maximum size limit). A few people have ...
3
votes
4answers
1k views
How to know or calculate depth of field of a photo from EXIF tags?
I want to know the depth of field of a photo, preferably in cm or m.
I know that we can know the camera setting by reading the EXIF tags, but is there a tag directly telling us the depth of field? Or ...
3
votes
3answers
6k views
Getting user photo from SPUser using WSS Object model
I'm trying to retrieve a user on sharepoint's user photo through the WSS 3.0 object model. I've been browsing the web for solutions, but so far I've been unable to find a way to do it. Is it possible, ...
2
votes
1answer
27 views
geo-stamping and geo-tagging in android
I have got a requirement to implement to Geo-stamping for images taken through Android device camera. I am wondering whether Geo-stamping and Geo-tagging both are same or different. How do i achieve ...
2
votes
1answer
22 views
Set Camera Image Size
I have created a CameraViewController that captures images to a Transformable Attribute in Core Data. When I take a picture and save it to the data store, the photo is saved at a very hight ...
2
votes
1answer
112 views
R/ImageJ: Measuring shortest distance between points and curves
I have some experience with R as a statistics platform, but am inexperienced in image based maths. I have a series of photographs (tiff format, px/µm is known) with holes and irregular curves. I'd ...
2
votes
0answers
220 views
Upload picture / photo/ image facebook (android)
I'm using the official Facebook library and I publish photos perfectly.
But I've a doubt. When you post for first time, the image appears in the message above the wall. But when you post for second ...
2
votes
1answer
52 views
How do I create an iPhone app to take a picture and send it back to an Oracle database?
I'm trying to create a program that you can take a photo with your camera, and send it back, where it will then be attached as a field into an Oracle database. An existing app that this is similar to ...
2
votes
1answer
138 views
Uploading a photo with GPS location
Is there a way to pass the GPS coordinates where the photo was taken as location parameter to the FB Graph API photo upload ( https://graph.facebook.com/me/photos )?
FB announced a while ago they ...
2
votes
1answer
71 views
How do I save an ImageView as an image?
I have an ImageView with a share intent( which works great, brings up all the apps I can share the image with), however, I can not share the photo because it has no path on my phone. How do I go about ...
2
votes
1answer
75 views
Use quartz composer for creating time lapse videos
Hy there let's say I have 1000 pictures which were taken with a delay of 1 second.
Is it possible to create a video from these pictures using quartz composer?
In a second step I would like to add ...
2
votes
2answers
73 views
Is it possible to capture high res web cam images in java?
I am trying to take photos with my web cam, and I'm having some difficulty trying to find a solution in java.
I've successfully set up FMJ and have my streaming video, but I want to take a photo, not ...
2
votes
2answers
73 views
Upload photo to users profile from photo URL, not input file field
I have been through many of the file upload examples, but have not found a method to force the photo for the user to publish.
This example shows how a user uploads the photo from their computer:
...
2
votes
3answers
237 views
Like button to a page photo
Can you tell me with steps how can I do a like button in my site (php) to like a page photo on facebook?
I know that I have to use the GRAPH API and have to do the POST via HTTP to /likes .. but I ...
2
votes
2answers
55 views
Is it OK to use Facebook photos in our web apps?
I'd like to offer my users the capability of either uploading a photo, or choosing one of their photos on Facebook (not only their profile photo).
Pulling the photo source from the Graph API isn't ...
2
votes
1answer
31 views
Do images download fully before they are re sized by html or css code?
Basically exactly what the question asks. Do images on a website download the full file before re sizing them. I have a bunch of pictures and I use html to resize the images down to thumbnails to ...
2
votes
1answer
233 views
Delete photo tag from Graph API
I am trying to create an app that assists users in removing unwanted tags. I've heard a lot of complaining that FB no longer allows public access to the deletion of pictures... Is the same thing going ...
2
votes
1answer
306 views
trying to upload photo to twitter using javascript and new update_with_media.json call
I am not using twitpic, trying to use new API but cannot find javascript examples and it is doing some strange stuff with the paramaters on the URLs because all of my other twitter API calls work fine
...
2
votes
1answer
261 views
Declared constant for Android contact photo size?
Contact photos are 96x96 on my Nexus S. I really don't want to 'bake' that knowledge into my code - is there a constant somewhere that declares this? I've looked, but can't seem to find one.
2
votes
1answer
194 views
doing photos with the camera and save them in a specific folder
I'm working on an android application which allows the user to take some photos using the android camera.The user takes this pictures for competing to a photo contest.So, he takes a few photos, which ...