A picture created by projecting an image onto a photosensitive surface such as a chemically treated plate or film, CCD receptor, etc.
0
votes
0answers
10 views
Camera and Photo roll random crashes
hi in my app i have the ability to take or choose a photo and display it in an image view i have 12 image views and so you can pick 12 photos and display them
my problem is the fact the app crashes ...
1
vote
2answers
30 views
upload photos at a time
I'm trying to upload more than photo at the same with object XMLHttpRequest.
if(files.length <= 6) {
for(var i = 0; i < files.length; i++) {
var formData = new FormData();
...
0
votes
0answers
33 views
Null Error Trying to Upload picture from android phone to a php file to my computer
I'm getting a null error when I try to upload a picture from my phone to a php file which sends it to my computer. The file is not getting to the computer. The app works when I upload the picture it ...
0
votes
1answer
28 views
How to Upload a Photo to a Facebook Page's Timeline as the Facebook Page itself, Not to the user feed
OK so the cod below basically works fine, WHEN this line is like this:
$post_url = '/'.$userPageId.'/feed';
This successfully posts to the Facebook Page Timeline. But I want to upload a photo, and ...
-1
votes
0answers
42 views
Facebook. Get user photo url
I need to get user photo url and insert It to database, could you help me with that?
Here is part of code:
$user_profile = $facebook->api('/me');
$coded = $_REQUEST['code'];
$name = ...
-1
votes
0answers
5 views
Hosting photoshare-site on mac os server
I have a Mac OS Server and I'm looking for ways to make a site where only my friends can upload and download photo's. I'm not a networking/coding-pro so I'm looking for some easy to use software. Is ...
1
vote
0answers
13 views
Is it possible show progress of bytes transferred when uploading photos
Facebook SDK 3.0 for Android
android:minSdkVersion="8"
android:targetSdkVersion="17"
Below is what I am using to Construct the request and it is working fine.
Request(Session session, String ...
0
votes
2answers
33 views
Where are images stored on the phone when taking a photo programatically in an app?
I am trying to learn more about how photo capture works on iOS. I want to ensure that if an application is used to take a picture, the image is only handled by the application and is not stored ...
0
votes
0answers
18 views
Need a Photo Scene Generator on Our Website [closed]
I work for a New Orleans charity and we have a zombie themed benefit coming up in June. What we'd like to do is host a zombie photo generator on our site.
Basically, we want a user to upload a photo ...
0
votes
2answers
23 views
Joomla 3 Intro Image Selector Administration Panel Error
I recently created a fresh install off Joomla 3 on a couple of servers. I have an unusual problem with one of the installations. When I create new articles I go to select the intro image, the file ...
0
votes
0answers
50 views
Upload photo to Facebook Page as Business User ends without error but photos can be viewed only if page-mode is on (use facebook as page)
I am writing a script which uploads photos to a Facebook Page (fanpage).
Maybe can be useful for you to know that this page is still set to private ("not published")
What I am trying to do is upload ...
0
votes
0answers
40 views
Multiple Clipping Areas on fabric js canvas
For making Photo Collage Maker, I use fabric js which has object based clipping feature. This feature is great but image inside that clipping region cannot be scaled, moved or rotated. I want fixed ...
1
vote
1answer
39 views
display a photo on jsp file using a url
I'm trying to display a photo on my jsp file. a photo that is inside my images photos works fine but when i'm trying to retrieve a photo using a url from the internet it doesnt work.
my url is a link ...
-1
votes
0answers
17 views
display Photoes / Library images in uiscrollview run time using ios sdk xcode?
I wants to create my custom image picker to pick images from iphone photos, can any one
help me in this?
0
votes
4answers
119 views
How to capture still image from webcam on linux
I am trying to write a C++/Qt program for linux, where I take a still image photo from a webcam, make some transformations to a photo (cropping, resizing, etc.), and save it to a jpeg file.
But I ...
0
votes
1answer
35 views
Converting spectral data for given Observer/Illuminant to another Observer/Illuminant
I'm working on a simple Measuring Software for HunterLab (Color) instruments (EZ line) (screenshot here) and I hope someone can help out here.
They deliver spectral data from 400nm...700nm by 10nm ...
-1
votes
0answers
12 views
Generate screenshot of mobile application in context [closed]
I once came accross a terrific website that allows you to generate photos with screenshots of your mobile application in context. In other words, you would drag and drop screenshots of your mobile ...
0
votes
0answers
30 views
Error diplaying image in php
I have an error displaying images in php, my script used to work, and now it doesnt :(.
My Script is this:
$image_id = intval($_REQUEST['id']);
//Query database for our images data and grab it ...
0
votes
0answers
11 views
Add this Photo Sharing tool - how to customize
I'm trying to implement the AddThis photo sharing tool, but I'm trying to customize it to match the look of my site.
I want to use custom icons instead of the what is default (so custom facebook, ...
0
votes
0answers
30 views
Uploaded Photo showing wrong caption (ASP.Net, c#)
We have a photo application that allows users to post photos from a specific venue. We set up a differnet appid (and url) for each venue. WHen we post the photo, it posts correctly, but when we view ...
0
votes
1answer
47 views
Uploading multiple binary items as part of a batch call on iOS
I'm trying to make post with more than a photo in Fb using batch request but I keep getting timeout errors from Fb server...
This is my code ..
UIImage *imgFile1 = [UIImage imageNamed:@"iTGps.png"];
...
0
votes
1answer
71 views
How to save photo from Camera Android
Edit: I found out the problem is in the onPreviewFrame function:
@Override
public void onPreviewFrame(byte[] data, Camera camera) {
if (frameCount == 0) {
start = ...
0
votes
0answers
55 views
Untag a user from a photo via facebook graph api
I've seen some old posts about this, but the API has changed since those responses were made. Is it possible to untag a user from a facebook photo using the graph API? If so, can you only remove the ...
0
votes
0answers
40 views
Shoot photo in high quality, while capturing video
Hello,
Is it possible to take a image in high quality, while viewing video with AVCapture in low quality? The problem is that i need to analyze the video (with a special algorithm, which takes too ...
0
votes
0answers
31 views
android:read gmail contact's full sized photo
I trying to read and show contact's full sized photo on a Imageview. Below code worked well in emulator which has contacts locally created.
while testing this on Attrix 4G which has contacts synced ...
0
votes
0answers
34 views
images can be uploaded to icloud, but cannot sync to other devices with photo stream
Our app needs to upload images to iCloud and download them to other devices if there are any new images. So we use photo stream. It work greatly until IT engineers in our company modified their IT ...
0
votes
0answers
45 views
An 104 error appears when call graph for photos
I have the following problem. I´ve written a small module for our CMS system that displays all FB albums automaticly on a website.
Everything was fine since last thursday. The code wasn´t changed at ...
-3
votes
0answers
59 views
Modern iOS Photo Gallery library? [closed]
It seems that the two popular iOS Photo Gallery libraries, EGOPhotoViewer and MWPhotoBrowser don't seem to be maintained or updated.
Are there and new libraries out there? A Google Search did't find ...
0
votes
1answer
38 views
How to delete recently camera captured photo/video in Android?
I want to delete image/video recently taken from device camera in my app. I want to take that image in my app internal memory only and don't want it to be visible anywhere outside the app.
Please ...
0
votes
0answers
124 views
Can't post photo to user app album. Got OAuthException code: 368
Our application using publish_stream permissions to post game screenshots to user app album. But when user click button to post photo through open graph api, he get OAuthException code: 368 and ...
1
vote
2answers
40 views
Is is possible to use <a title=“<a>”>
I am creating a site with some pictures on it of me and my friends. To be able to view those photos quickly I've added the Milkbox javascript to my site (Milkbox Site). You can add photo's like this:
...
0
votes
1answer
29 views
In Android, is there a way to get notified when a contact's photo changes (via receiver, listener, etc)?
My app uses a custom layout do display all the contact info, including photos. It's designed to handle a very large amount of contacts (in the 1000s), and I've created a cache for the contact photos ...
0
votes
0answers
27 views
Taking a picture with accelerometer measurement on iphone
I'm thinking to make an iPhone app that can take a picture and measure the acceleration. it needs to be done at a time that I can capture the motion on the picture. Is anyone knows it is possible or ...
0
votes
0answers
17 views
Uploading Videos and Photos to the same show.html.erb
I'm working on a project for my One Month Rails class that allows users to upload both videos and photos to a Pinterest-like site. I've figured out how to give the user the ability to do both, but my ...
0
votes
0answers
23 views
uncaught type error: type error, in external script
So Im attempting to use a a JavaScript photo taking application called photo-booth and also attempting to detect when a face enters the screen of the photobooth application and have it put out the ...
0
votes
0answers
16 views
Image for Picture callback is stretched
I writing my camera app and have one problem on Galaxy Mini 2. When i calling takePicture() it shows me the stretched image. In data that came to pictureCallback the photo is normal, but when i make ...
0
votes
0answers
35 views
Is it possible to query the photos uploaded by “Photo Sync” feature from iOS/Android Facebook app
I am developing a feature to allow user to pick one of his photos from Facebook to do something accordingly.
In fact, I can query all his albums and photos excepting the photos uploaded by "Photo ...
0
votes
0answers
35 views
Google Contact API Photo Upload
I am using Google Contacts API 3.0/2.0 to upload images to our Google Apps domain. No authentication errors. Used both ClientLogin and Oauth
...
0
votes
0answers
58 views
Cover Photo Preview
We have an app that adds a photo to a users' album, then directs them to https://www.facebook.com/[profile_id]?preview_cover=[image_id] so they can save it as their cover photo.
It has been ...
0
votes
0answers
40 views
how to handle large image in iPhone
I want to allow user select a photo without limiting the size,and then edit it.
My idea is to create a thumbnail of the large photo with the same size as the screen for editing, and when edit ...
0
votes
1answer
59 views
get HD photo of contact in android
I want fetch the contact's HD photo in android, but I can only get to a resolution of 96x96. I am using a Android 4.0 phone and I have set the HD photo. When I called, the HD photo appears.
0
votes
0answers
37 views
Web service to embed photos from android on website
I am looking for some web service which can help me to upload photos directly from my Android phone to some web album (need to split more events) and embed this album on my website.
Something like ...
0
votes
0answers
29 views
Does anyone knows if facebook preview_cover still works?
I have an app in facebook currently in sandbox mode, that can change the cover photo of the user, obviously with this fix:
http://www.facebook.com/profile.php?preview_cover=PHOTO_ID
that i have ...
0
votes
2answers
100 views
How to force Android to re-index all the photos on the phone?
I noticed something odd with the way Galaxy Nexus handles photos and file directories. I create them but Android (4.2.2) does not know they exist until you reboot. Well at least on my Nexus 4. I am ...
0
votes
3answers
74 views
Executing an onclick event, without clicking.
I'm using a script called photobooth for JavaScript where the user is supposed to click the camera icon to take a picture, but instead I want it to be code executed. Here is the snippet of code that I ...
0
votes
1answer
147 views
How do I share a link and photo with Instagram using PHP
How do I share a link and photo with Instagram using PHP? I can't find anything for "share photo with instagram".
0
votes
2answers
34 views
20000 images batch process photoshop
Hello i have around 100000 photos and 20000 need optimising.
I can run a batch process in photoshop however each image is across 100000 folders. They all have the same name. Is there a way to target ...
3
votes
1answer
60 views
How to get a photo of video playing inside FrameLayout in android?
I m playing a video inside a framelayout and when i press button, i want to take a photo of that video frame and i want to save it to sdcard. How can i do that? Thanks in advance
0
votes
1answer
40 views
automatically rate similar picture [closed]
I have 5 pictures that are similar and want to rate them automatically ( at least from a technical pov, from best to worst).
There is no way to replace human eye, but here the point is to do a rough ...
0
votes
1answer
34 views
Fan page shows photos in lower quality to non-fans
I was wondering if it is possible to realize the next scenario:
On a photography fan page, to show photo albums to all visitors but to have the photos within the albums shown in a small format to all ...


