photo

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, and if so how? ...

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! ...

How do I redistribute Windows Imaging Component with .NET Framework 2.0?

I have a .NET Framework 2.0 app and would like to use the Windows Imaging Component. Since my application is a WinForms app and will be redistributed to users via an MSI installer I'm trying to figure out the best way to do this. I see a couple of options: 1) Skip .NET 2.0 and build on .NET 3.0 which includes the Windows Imaging Compone...

JPEG -> more compressed JPEG — is it worth it?

I'm working on a site that involves displaying a ton of product images from a variety of online retailers. Since most of the page weight is in the images, I thought it'd be worth looking into techniques for trimming down the file size a bit more. The images are already JPEGs. I know PNGs have a lot of extra cruft that can balloon the f...

Developing a simple photo ASP.NET/MVC application, how to do this?

I found this web site (photoblog) http://www.OneReaction.net/ and I am very curious how this is done: 1) From source code you don't see the image URL 2) How to overlay the copyright information on the image without changing the underlying photo? Ideas? Thanks! ...

Photo Blog on the Cheap

My dad and step-mom are building a straw bale hay house this year and I've put up a Mephisto blog for them to document it. However, my dad is not really technically savvy and the "file upload and link inside of a blog post" process is a bit much for him. Therefore, I'm seeking some alternatives. I have a couple of ideas. One is to use fl...

UIImagePickerController does not deliver geo tag data

When I use UIImagePickerController to select a photo, either from the Camera Roll or the Photo Library, the image that gets returned to me in the method 'didFinishPickingImage' does not contain the exif data for latitude and longitude. I know that the headers are there, because they show up when imported into iPhoto, also if I upload ...

JavaScript drag and drop photo resizer cropper

I have an image of arbitrary size on the page. As an output I need an image of a fixed size, say 90x120px. I would like the user to chose the area of the image by drag-and-dropping the big image behind the 90x120px 'window'. The window would specify the resulting image. Something like this is implemented at facebook image upload. I know...

How can I get windows explorer to "browse to next folder"? (vbscript/batch etc...)

Hello. I use the basic windows explorer to browse a large collection of images. I have a very well organised group of folders and I don't need/want any of the extra functionality of photo organisers such as picasa etc... The only drawback is: I'd really like to be able to browse from one folder straight into the next, without having to...

What web photo gallery software meets all my pernickety requirements?

Hi Stackoverflow, I have a collection of photographs (about 30,000) which I'd like to put online. I've tried doing this before, over the years, with static image galleries, applications such as Gallery2, and self-rolled scripts. None have worked that well, as my requirements are fiddly, but it still seems like this should be a solved pr...

Display a Photo Gallery using Asp.Net and SQL

I have recently added photos to my SQL database and have displayed them on an *.aspx page using Asp:Image. The ImageUrl for this control stored in a separate *.aspx page. It works great for profile pictures. I have a new issue at hand. I need each user to be able to have their own photo gallery page. I want the photos to be stored in th...

fbConnect for iphone - Posting photos to news feed and automating a link to itunes app store.

is there a way to make a fbConnection for iphone within an app environment on the iphone and post a Photo to your FB newsfeed after a secure login without leaving the iphone app environment? ...

How do I save a reference to a specific photo on iPhone for loading without picker?

A user can select a photo from their library using the image picker - I want to remember this selection and display this picture in future without the user having to pick it. How can I reference the specific photo or is there a way I can copy the photo to my application's storage? ...

Send photo to email bot, upload photo to website

Hi all, 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 website Is there a way to write a script (perhaps in PHP), that does the following: listens to any emails sent with attachments to...

Facebook Content and Ownership

Hello, I am working on an app that imports photos from facebook. It creates a few "auto albums" for the users including one called "Photos of Me", which I think is pretty self explanitory (Yes, the "photos you're tagged in" one, provided by facebook). Anyway, how do I deal with ownership of these photos within my app? do I... Give t...

iPhone UIScrollView - how to get an image title.

Hi, I'm ATTEMPTING to learn UIScrollview using Apple's Docs and their sample code http://developer.apple.com/iphone/library/samplecode/Scrolling/index.html but something SO simple is escaping me. How do you tell what image is currently on the screen, so that if I selected one of the images in the horizontal scrolling view, how would I ...

photo slider

random question,,...but does anyone know what photo slider is being used here? http://www.rolandgarros.com/en_FR/index.html or here: http://www.theglobeandmail.com/in-photos/best-from-the-past-24-hours/article1169782/ I'm assuming neither was developed in house...(i tried looking at the source but couldn't find any clues) Andrew ...

Ajax Image gallery / Open, Close Window Effect

Can anyone point me in the direction of such a script? It should also be able to work when called into another ajax window. This is the type of gallery i am going for: http://dageniusmarketer.com/DigitalWonderland/pages/DemoGalleryExample.html It should go on this page: dageniusmarketer.com/DigitalWonderland/ Portfolio section. This...

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 and load it via HTML tags The first option worked fairly well, but I had to keep fairly constraining size restrictions on uploaded images...

photo upload with codeigniter

Hi friends, I know there are many tutorials online, but I could not make them work :( maybe something particularly wrong with my system :/ My Controller localpath is: /localhost/rl/applications/backend/controller/ Controller: function do_upload() { $config['upload_path'] = './uploads/'; $config['allowed_types'] = 'gif|jpg|png'; $...