image

java move image with mouse

i want to put this image on a map, so i want: - click a button and make a new image - move the image with the mouse and when click the image must be on the jpanel and not move anymore. ...

Resizing an image in asp.net without losing the image quality

I am developing an ASP.NET 3.5 web application in which I am allowing my users to upload either jpeg,gif,bmp or png images. If the uploaded image dimensions are greater then 103 x 32 the I want to resize the uploaded image to 103 x 32. I have read some blog posts and articles, and have also tried some of the code samples but nothing seem...

Image metadata Keywords not recognized by Windows XP

Hi, I am using WIC (Windows Imaging Component) in my WPF application to read/write image metadata. Everything works perfect except for keywords not being recognized by Windows XP in the Summary properties tab. Vista & 7 recognizes it properly in the Tags property. I would greatly appreciate any pointers.. Murugesh. ...

Animating Images

Hello all, I have a problem, I am trying to animate through about 10+ images by fading in and out of them slowly in the same UIImageView. I need to know how is the best way to go about doing this. HELP PLEASE!! ...

Copy Image to Clipboard from Browser in Javascript?

Is it possible to copy an image to the clipboard in javascript? I know how to copy text, but can you copy images? Is it a security limitation? ...

Is there a way to display a image in WPF stored in memory ?

What I got is something like a screenshot making application. (managed to serialize, thank god!!!) When a button is clicked a screenshot is taken by accessing a handling classe's method. now the tricky part is that the class has another method for operating with the above said result, in such a manner than when the respective handling me...

Pdf on web page: best solution

Hi, I need to include pdf files in some webpages, and I'm gettin' in troubles. The app is a simple newspaper's archive, in which i can read right on page or download as pdf files, one file per page. What my customer can provide me is one pdf file for each page; what my customer wants from me is to navigate them in indexes (with page th...

Resize image with ratio using PHP

Hello, Say I've got some square images which I want to resize to rectangle images with the ratio 16:9. What is the best way to do it using PHP? ...

Python: Convert string in base64 to image and save on filesystem

Hi, I have a string in base64 format, which represents png image. Is there a way to save this image to the filesystem, as a png file? I encoded the image using flex. Actually this is what I get on server (can't see any image after any of proposed methods :( ) iVBORw0KGgoAAAANSUhEUgAABoIAAAaCCAYAAAABZu+EAAAqOElEQVR42uzBAQEAAACAkP6...

jQuery image carousel - How can I repeat the images?

I've written an image slideshow in jQuery that speeds up/down based on where the mouse is hovering over the images. I'd like to have the images 'repeat' as the slideshow ends. So the user scrolls through the slideshow, it reaches the end of the image LI's and then seamlessly repeats from the start. Here's the current code: jQuery $(d...

Asp.net based image editor

I am looking for an image editor which can be incorporated into my asp.net application. My scenario is user select image from the image gallery and opens with the image editor, after edit the image and save it back on the web server. Image editor must have a paint brush. Crop and resizing of the image is not necessary. I am looking for ...

Jquery: Find all image links and convert them to some default thumbs?

I have WYSIWYG and I don't allow users to upload images, just links to images outside the site. So I want to find every image link/path and replace it with some default thumb, where user can click and that image will be shown in modal window. I'm using qTip, but that will be my part of the job :) So if there is: http://sstatic.net/so/...

How can i cut an image from bottom using PHP?

I want to take out the text in the bottom of an image. How can i cut it from bottom ...say 10px to cut from bottom. I want do this in php, i have lots of images that have text in the bottom Is there anyway to do it? ...

How do I stop iPhones from resizing my background images?

You can see the problem at myspace.com/dejaentenduband on an iPhone, the background image is shrunk by what appears to be nearly 50% I haven't had this issue on on other browser. I'd expect the background to simply be cropped where it doesn't fit the screen. Since it is unusual behavior, and apple must realise this, I'm hoping there i...

How to select perticular part of image and zoom that part using jquery?

Hello friends! I have two images layered on each other using z-index. I just want to zoom a particular part of those images but this zoom is such that I will select a area using mouse i.e. clicking on a part of image and dragging mouse and releasing the mouse button and that much part will get zoom. So please tell me is such thing is pos...

Vertical alignment of subfigures LATEX

Hi, I am working on my thesis and I am struggling with placing 2 images next to each other, so that the second image would be centered vertically along the first one. I was also trying to use subfigure instead of subfloat but neither of them works. This is how it looks and my code is: \begin{figure}[H] \centering \subfloat[H][spars...

dynamically generating images in PHP sometimes isn't working

I have a page that needs to load several dynamically generated images. Everything works fine 90% of the time, but sometimes some of the images are not generated (I just get the missing image icon instead). Since most of the times it works, and the missing images are not always the same, I think that maybe it has something to do with the ...

How to embed images in a single HTML / PHP file?

Hi, I am creating a lightweight, single-file database administration tool and I would like to bundle some small icons with it. What is the best way to embed images in a HTML/PHP file? I know a method using PHP where I would call the same file with a GET parameter that would output hardcoded binary data with the correct header, but that...

How do I take an image off a website and save it to NSDocumentDirectory

Hi. I am trying to make a app to take photos off of a website, and save them to the NSDocumentDirectory for later usage. So far I have failed in my attempts, and am wondering how to do it. Not much more explanation is needed, but here are a few of my (failed) tries: One: NSString *path = @"http://miniwidgit.webs.com/TabRight2.png"; NSF...

set image size with respect to the screen resolution

hey guys, I am trying to build a website for myself.. I want to use an image as the header... I have made sure that my background will scale itself for any screen resolution... How do i make sure the image(header) will also scale it self according to the screen resolution... for example: my image is 350px int width and 130px in height....