Questions tagged [picturegallery]

28 questions
0
votes
1 answer

Search SharePoint Foundation 2013 Picture Library by terms defined in Keywords field

Since Term Store functionality (and probably most of metadata functionality) isn't available in SharePoint Foundation 2013, I couldn't find a way to search through the pictures using some sort of tagging. Thus I decided to employ something what is…
Donatas
  • 317
  • 1
  • 5
  • 18
0
votes
0 answers

How take a picture from camera of iPhone - iOS 7

my program always an error of threads. error that appears at compile time http://imgur.com/6rGkwKd 1. My .h import @interface PerfilViewController : UIViewController
0
votes
2 answers

How should I implement in android Presentation slide in images file?

I would like to convert my presentation file (.ppt) into images then put it on app. It just just plain presentation with the ability for me to swipe left or right to change slides (images in this case). What method is the easiest? viewflipper?…
0
votes
0 answers

FileNotFoundException after attempting to load some images with BitmapFactory.decodeStream()

I have the following code: InputStream stream = context.getActivity().getContentResolver().openInputStream(data.getData()); bitmap = BitmapFactory.decodeStream(stream); stream.close(); Everything works fine, but some files, with begin path…
Abedron
  • 744
  • 1
  • 6
  • 20
0
votes
1 answer

fetching a specific category / specific person photos using wget

I want to gather large picture data base for running an application. I saw wget commands for fetching pictures from websites generally, but not with a specific person's name/folder. I was trying to fetch pictures of a specific person from flicker,…
sai pallavi
  • 147
  • 3
  • 10
0
votes
2 answers

Problems with picture uploading

I have this activity in which the user can either choose one image from Gallery or just take a picture and (along with other data) upload it to a website. So far I've encountered 2 different problems: 1) If I try it with a picture from the gallery,…
Frank
  • 2,777
  • 5
  • 18
  • 30
0
votes
3 answers

mysql php commenting system: new database or looping through ids?

I want to make a picture website with a mysql php commenting system for each picture. Now, I can do two things: 1) use a new database for each picture or 2) use a single database + an id for each picture. The problem with the latter is that I need…
wubbewubbewubbe
  • 711
  • 1
  • 9
  • 20
0
votes
1 answer

Multiselect picture gallery with winforms c#

I'm trying to create a multiselect picturegallery with winforms. Currently I have created a flowcontrolpanel that adds images as a selectablepicturebox control. The selectablepicturebox control is a customer usercontrol that is a blank control with…
0
votes
0 answers

Pinterest type image gallery

I am looking for a ajax based image gallery that would load contents of php file similar to pinterest.com . When we click on the thumbnail image then without reloading the page a new div element is created contain the image along the html/ php…
Yahoo
  • 4,093
  • 17
  • 59
  • 85
-1
votes
1 answer

Load picture using an URL MYSQL

I want to know If there is any way to load an image into a table like: CREATE TABLE MyTable( id INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY, images BLOB NOT NULL, INSERT INTO MyTable (image) VALUES(LOAD_FILE('/tmp/your_image.png')); But also if i…
-5
votes
1 answer

How can i delete multiple images from multiple folders using python

I am having 100 folders and each folder is having 1000 images. i need to delete 900 images from each folder. The images deleting can be random and i need 100 images to be left in each folder. Is there any python script that can help. i tried the…
-6
votes
2 answers
-9
votes
1 answer

Body/Face recognization information from camera click pic

please anyone give me idea/code that shows inf about body/face recognition for the pic clicked from camera.
1
2