image

Problem moving transparent image on another image

Hi to all, I have a transparent panel, which I have put on another panel, the problem occurs by moving the transparent panel. Because it holds the image part of bottom panel. The transparent panel is refreshed only by minimize and maximize the form window. The control.Refresh or control.Invalidate does not work ... How I can move an i...

How do I center an image provided as an ASP.NET image control?

The question is pretty straightforward. I have an <asp:Image> which lives in an <asp:Panel>. My goal is to provide a very basic "print preview" where either left, center, or right alignment is selected. The panel represents the full print area (a sheet of 8.5" x 11" paper) and the image inside is the area that will actually get printed. ...

Stick Images together

I just tried to use Google Map Buddy to get satellite image from Google Map. This application first download small images from google map and then stick them together into new image. I had to wait about 2 hours to get images download my computer and it looks like it downloaded all images (22,194 images) but then the app told me that it c...

WPF image control source

im trying to recreate a very simple example of a C# project i WPF, its a simple image viewer.. from the sam's teach yourself C#, ive managed to get the open file dialog to open, but how do i set the image path to the image.source control in WPF? private void SearchBtn_Click(object sender, RoutedEventArgs e) { Microsoft.Win32.OpenFi...

Why won't my images align properly?

I'm trying to make a dynamically sizable title banner, using fairly simple image tricks. I place the banner image in a table cell, and set the background-image of the table row to a one-pixel-wide repeat of the banner's right-most pixel column. Thus, the banner image appears to stretch to fit the screen width without stretching the logo....

Compressed images on VMWARE

I know the difference between sparse and compressed images and I think that compressed images is better to move images from a central repository to a Hypervisor. More over, vmdk (Compressed) is defined like the standard disk used in OVF specification. More over, other hypervisor like virtualbox supports this vmdk compressed format. My...

Display a jpg image on a JPanel

What would be the most appropriate image type to display a jpg image (loaded from a local folder) on a JPanel? Cheers. ...

Drag and drop batch file for multiple files?

I wrote a batch file to use PngCrush to optimize a .png image when I drag and drop it onto the batch file. In the what's next section, I wrote about what I thought would be a good upgrade to the batch file. My question is: is it possible to create a batch file like I did in the post, but capable of optimizing multiple images at once? D...

How do I retrieve images within Postgres into Matlab using Java?

Hi, I have been given a bit of a strange task, there are around 1500-2000 jpeg images all of around 1-50kb in size. They are currently stored in a simple database I made with Postgres. It's been a long time since I used Matlab and Postgres heavily so any help or suggestions is really appreciated! I need to get the images that are store...

iphone tableview with a lot of images

I have a tableview that displays a lot of images in the cells, and i am not quit happy about the scroll performance. My tableview is something like the photo app on the iphone. Does anybody knows why the iphone foto app scrolls so damn fast as if their's nothing on the screen. And does anybody has some tips/tricks to increase my perform...

dynamically scale images in php jpg/png/gif

Is there a simple way of dynamically scaling an image in php? Id like to specifically use some kind of function where i can insert it into my heml such as <img src=image.php?img=boss.jpg&width=500> and of course it would then scale the image to whatever height constrains it to 500px wide i appreciate all input, thanks. EDIT does ne...

image hiding in my xcode project

Hey guys, I finally finished my app which i'm excited about. One last thing that bugs me is that when i run my app, the first photo shown is not the image i want. I go to delete this image but it's nowhere to be found (not in resources or outside on desktop) Is there a special folder where it retains and copy images to the project for s...

adding an image from a different website in the following html snippet

I'm using FreeWebDesigner to edit a certain website. Please excuse the clunkiness of the html snippet that I am discussing regarding my question. The following snippet would produce the results seen here. <p style="TEXT-ALIGN: center; MARGIN: 0in 0in 0pt" class="MsoNormal" align="center"><font face="Times New Roman"><b style="mso-bidi-f...

Is it possible to open an external URL without changing pages -- similar to those javascript image viewer popouts

I'd like to host some images on my website and let people post URL's to them. However, I don't want people to have to be redirected to my website to view them. Is there some way to setup my site so that no matter where the URL is posted, it will open up without changing pages? Similar looking to lightscribe? ...

can we place a picture in a picture box in differrent place?

i am using vb.net i just wanna ask if we can place a picture in a picture box in different places... for example, we place a picture in the center of a picture box then we place another picture on the left side of the picture box. is it possible?? and also can we use one picture box that can contain more pictures or images on it??? ...

HTML: How to halt image loading on link click

I have a page with a few hundred images. If the user clicks a link while the images are loading, the page isn't refreshed until ALL the images are loaded. A savvy user presses ESC and then clicks the link, but I can't expect my users to do that. Is there a way to get all other actions to take precedence over the image loading? Do I have...

Export Image to Excel - How to Center the image?

Hi There, I am trying to export an image to Excel file from Asp.Net C# page. My code is working fine, and I can merge let say 6 columns in excel file and put the image on these cells. What I would like to know is how to Center this image in the middle of these merged cells? I've already tried every possible solution came to my mind, L...

ffmpeg php image creation

hi im using this script link text but im not able to create the image my file is http://sahu.vipin.googlepages.com/thumb.php plz help ...

How to get Stretch.Uniform scale in Silvlerlight?

Is it possible to get the scale used to stretch an image in Silverlight? I have a image that i apply stretch.uniform on. When the browser window re-sizes, the image re-sizes as well. If it is possible to get the scale, other components can be transformed by this scale. Does anyone know how to get this? ...

Are <image> tags asynchronous requests?

In most common web browsers, are the images displayed using <image> tags loaded by asynchronous requests? ...