pictures

cms for picture management website?

Hi, my friend wants to set up a website. He is photographer, and he'd like to document beautiful natural sites of Brazil. So he'd like a webpage where, everytime he's been on a trip, he'd upload his pics. He envisions a list of clickable expeditions; on each of the expeditions you could have pics, a map, and some description. His was i...

Extract images from EML file in C#

Hi, I need to extract the images (attached) of a .EML file. Any help or ideas? Thanks in advance. (I'm programming in c#) ...

How do I rotate a picture in C#

I want to have one picture in my application that I can rotate to indicate directions, like wind direction. Or even the time. What code do I use to rotate the picture? Thanks Update: I am using .NET 2.0, Windows 2000, VS C# 2005 ...

How should I format user uploaded pictures' filenames?

My website deals with pictures that users upload. I'm kind of conflicted on what my picture filename should consist of. I'm worried about scalability simply and possibly security? Maybe someone out there deals with the same thing and can tell me what their use on their site? Currently, my filename convention is {pictureId}_{userId}_{sa...

Displaying images as thumbnails

Hello all, I am thinking to create a program that will display many images in a form of thumbnails (like google images) .. While in Google images, it fill all of the grid with pictures, e.g. if the grid is 10x10 there will be 100 pictures, mine will only fill the grid with a few pictures e.g. 10 pictures and the pictures will randoml...

How to fill color in grid boxes randomly

Hi, How can I fill color on the grid boxes randomly? Rather than orderly as shown in picture here: public class grid extends JPanel{ Label one = new Label(); Label two = new Label(); Label three = new Label(); Label four = new Label(); public static void main(String[] args){ JFrame jf=new JFrame(); ...

How do I loop through every 4th pixel in every 4th row, using Python?

Write a function called listenToPicture that takes one picture as an argument. It first shows the picture. Next , it will loop through every 4th pixel in every 4th row and do the following. It will compute the total of the red, green and blue levels of the pixel, divide that by 9, then add the result to 24. That number will be the note...

How to store millions of pictures about 2k each in size

We're creating an ASP.Net MVC site that will need to store 1 million+ pictures, all around 2k-5k in size. From previous ressearch, it looks like a file server is probably better than a db (feel free to comment otherwise). Is there anything special to consider when storing this many files? Are there any issues with Windows being able...

Data Collection (Offline - no internet) and then syncing it to generate reports from server

So, I have a new project I am planning on taking, and needed to know what skills will be required to achieve this project. The project is to do intensive data collection in the field where they don't have internet access. As part of the data collection, images will be uploaded as part of the data collection which will have to be resized...

Storing pictures per user on website (php)

Users of the website need to able to store images in their "area" , should I store these in the database directly or create a directory for each user. Or should I just have a single directory for all images and in the database store a list of images that each user owns? I'm looking for the most effecient way, which I think is a folder fo...

Load large images into Bitmap?

I'm trying to make a basic application that displays an image from the camera, but I when I try to load the .jpg in from the sdcard with BitmapFactory.decodeFile, it returns null. It doesn't give an out of memory error which I find strange, but the exact same code works fine on smaller images. How does the generic gallery display huge ...

Finding images on the web

I sent someone a photo of me and they replied that this particular photo was all over the web. How do I find out where this photo is and is there any way that I can see if there are other photos of myself that someone has shared without my knowledge? I am very worried about this and want to find out where these pictures are please help...

Image downloads with a digital picture frame

I'm interested in hacking one of those digital picture frames (like you see for sale at Walmart) so it fetches and displays an image off the web every 5 minutes or so. (I'm going to have it load a current image.) Any ideas on how to get started? ...

Android save view to jpg or png

I would like to write an android app that basically layers an overlay on image on another image and then I would like to save the picture with the overlay as a jpg or png. Basically this will be the whole view that I would like to save. Sample code would be very helpful. EDIT: I tried out your suggestions and am getting a null pointe...

Adding Pictures in Google Maps

I need to add my picture as a popup to google maps specific address may be in latitude,longitude OR specific to my address in Google Maps. is it possible or any google maps api json like parameter configuration. pls let me know. ...

Advanced fading of one picture to another

So basically im making a custom button. Desired Behaviour: When a user mouses over, then the mouseover picture will fade in. When a user mouses off the mouseover/pressed picture will fade out. Exceptions: If a user mouses in, or off, while a fade animation is playing, then it will need to: Instantly stop the currently playing anim...

How to use the contact pictures synced by Facebook for Android

Hi stackies, I'm having Facebook for Android on my phone which automatically synces the FB profile pictures of the people in my contact list to my phone. I'd like to use those pictures within my app where I access ContactsContract.PhoneLookup. Do I really need the Facebook SDK to do that? I guess not, but I cannot find any evidence o...

Looking for a good Javascript gallery manager

I've been looking around for ages, and have settled on Galleria. It's... useful I suppose. Can anyone suggest anything better? What I'm imagining is a gallery format much like this: http://www.lolitaagogo.com/illustration/illustration/ After a little research on her website it looks like it's some custom js built by squarespace. So usi...

is there a class to get the default picture viewer in an app?

Hi there I don't want to access the images on the iphone, I want to display an image from my app, but like you view pictures in the picture album of the iphone - with all the pinch and zoom controls and such. Is this possible? I thought there might (by chance) be some class like the AVMediaPlayer class that would do this? Thanks Tom ...

Moving pictures with Javascript

Hi, I have a problem with my site, or at least I think I have. I use a very simple nearly recursive Javascript function to move two pictures. However, on my four year old computer, this is not a smooth movement. I've reduced the size of the pictures, but... The code is not recursive as I use setTimeout between calls. The code is the fo...