picture

Which tool do you use to draw simple diagrams/pictures to illustrate a technical point?

Which tool do you use to draw simple diagrams/pictures to illustrate a technical point in a document? ...

How to do picture overlay in HTML (something like marker on top of google map)?

Hi, Anyone know how to do picture overlay or appear on top of each other in HTML? The effect will be something like the marker/icon appear on Google Map where the user can specify the coordinate of the second picture appear on the first picture. Thanks. ...

How to get a screen capture of a .Net control programmatically?

How do you programmatically obtain a picture of a .Net control? ...

Add a picture to an excel sheet with Delphi 6.

I've created an excel sheet with Delphi 6. Now I have to add a picture to my sheet. Anybody knows how to do that? ...

How can I send a picture in j2me

How can I send a picture in j2me maybe using base64 decode and the send in post form via http request ...

How can you access a set of photos with the iPhone SDK?

I know that I can access the camera or show the image picker to the user, but what if I just wanted to pick 10 photos, randomly, from the images stored on the device with no user interaction? Using UIImagePickerController gives me the ability to use the camera or the image picker, but how can I do this automatically, without user inter...

Align photo position with css

My current project is a news portal. Some users are capable to put the news with some media related to it, like pictures. Currently, the CSS places the pictures in the right lower corner, after the text. I would like to put the photos in the right upper corner, around the text, like in this example. Any ideas? ...

Take snapshot of view / WebView programmatically

Hello, I want to take a snapshot of a view (WebView) or, if that is not possible, the whole screen, so I can save it into the user's photo gallery. I was wondering if this is possible. Thank you very much, Isaac Waller http://www.isaacwaller.com/ ...

how to get ids/names/guids of selected pictures in picture library

I have created a picture library and selected some pictures (through a check box). I have also added a menu item 'Download to my App' in the 'Actions' menu item in the standard toolbar. Now, on clicking the 'Download to my App' option, I want to download the selected pictures programatically to my application. So how can I get the ids/n...

Transfer images to server using PHP

I have some pictures that are online, the images are simple http://domain.com/pic.jpg for example; there's an upload feature but that's for user upload the user won't upload, it's an auto upload. This mean I have the Urls on an array and I want that php auto upload those Urls photo into the server Any help!! Thanks ...

Resized images not smooth in flex

I am loading images in flex 3.0 , but when they are resized they look grainy and distortered . Can i give some sort of effect or dsomething to fix this .thanks ...

How to put image in a picture box from Bitmap

Is it possible to load a picture from memory(byte[] or stream or Bitmap) without saving it to the HDD This is the code I use to turn the byte[] array into Bitmap unsafe { fixed (byte* ptr = Misc.ConvertFromUInt32Array(image)) { Bitmap bmp = new Bitmap(200,64,80...

How do I send picture SMS?

Hello everyone, How do I convert a 32x16 pixel picture to a picture SMS message? I already have code to send normal text sms.But,I need help with sending picture sms. Thanks ...

How can I extract pictures from a WBC file in C?

Someone ask me to help them extract their pictures from a Web Shots image collection file (.WBC). I tried XnView but it did not work. How can I do this in C? ...

Changing pictures by clicking on the TImage component - Delphi

I want to change picture loaded into Image1 - from one called 1active.png to second called 1inactive.png and vice versa by clicking on the Image1 component. Is there any way to do it? ...

How do I load pictures in Zune XNA without running out of memory?

Im writing a XNA program that display pictures from a specific picture album on the Zune. The problem is when if I load the textures from all the pictures in the album, the program runs out of memory. I tried loading one by one and call Dispose on the previous picture texture once the user moves on to the next picture. This works but the...

C# : How to save a picturebox control as a jpeg file after it's edited

Hi I have a picture box on my windows forms. I load a picture in it and I have enabled Paint Event on my code.It draws a rectangle. Like this; private void pictureBox1_Paint(object sender, PaintEventArgs e) { Graphics gr = e.Graphics; Pen p = new Pen(Color.Red); p.Width = 5.0f; gr.DrawRectangle(p, 1...

How to take a picture using .net program running on pda and save in specified folder in pda?

Hello all. We have developed an online inventory program using .net technology (Asp.net with C#). Inventory also comprise of images. Now what we do is bring data collection form to the site and record data onto the form and key in the data into the online program back in the office. We take photos using digital camera. We transfer these ...

Store and retrieve Image by Hibernate

Hi every One, can any one tell me what is the best way to store and Image By hibernate (into MySQL) I have this class Mapping @Entity @Table(name = "picture") public class PictureEntity implements Serializable { @Id @Column(name = "id") @GeneratedValue private int id; @Column(name = "format", length = 8) private...

printing a picture twice on the same page.

Hi, I want to enable printing a picture from my web page so that the picture will be previewed and printed twice on the same page i.e. 1 A4 with the image printed 2 or 4 times on the same A4. Is it possible with the FF and IE browsers interface? Thanks, Yuval. ...