image

JQuery UI clone Image ZIndex Problem..

the following is the code i am using to create a draggable object.But i am able to see the clone image only inside the same div where the image is located not inside other DIVs. Despite i am able to drop it and it works fine. Can someone help me. $(".image").draggable({helper: 'clone', scroll: false, zIndex: '500...

How to fix image height and width in webview for android

Hi Friends, I am developing image application,i am using WebView to display image, so I want to fix some height and width size for the image, this size applicable for all kind of size of images in WebView. Any sample code is welcome, Thanks All ...

max-width and max-height for scaling images in Internet Explorer

Hi all, I'm in the process of creating a gallery which displays several formats of images (wide, square and tall) in a fixed space. The ideal solution would be to have all the images to be the same dimensions, but this cannot be achieved. I'm using a combination of max-width and max-height to ensure that images scale properly to the l...

uploading images/audio from iPhone to server not able to send big images

Hi, I dont know if it is a problem with my iPhone code or SERVER. I am uploading Image/Audio from iPhone to server using NSURLConnection. The images and audio get uploaded just fine if their size is less than 60KB. If it is more than 60KB, I get a 400 Bad Request response from the server. I am not sure whats happening. I am clueles...

Rails show X image if Case reference is M10-XXX?

Hi Everyone, I currently have a model that the user can upload a thumbnail to the record which is then shown on the show view page. This thumbnail was originally intended so the user could easily find the case when searching through the index view table of records. It has become apparent that users are only using this function to uplo...

.NET Image Libraries

What are some good image libraries for C#? Mainly for things such as painting in layers. Or maybe a resource that can describe similar tasks? ...

Picking an image for Wallpaper.

Hello all, I'm writing a live wallpaper and need some help. My wallpaper will create an effect over top of another image or existing wallpaper (not another live wallpaper) that the user chooses in the "Settings...". My problem is this: I can't find a way to list the static wallpapers or images on the phone. I've seen some examples...

Secure User Image Upload Capabilities in PHP

Hey everyone, I'm implementing a user-based image uploading tool for my website. The system should allow any users to upload JPEG and PNG files only. I'm, of course, worried about security and so I'm wondering how the many smarter people than myself feel about the following checks for allowing uploads: 1) First white list the allowa...

How to display image depending of result in MySQL query, using PHP

Hey there everyone. I was wondering for some time, and searching the nets, for an efficient way of displaying an image dynamically using PHP, depending on the result of a query. Per example, there is a field called "devicetype" in my asset table, and I would like to display a different icon depending on the type of device. Anyone could...

WPF C# - Using Xaml to load folder of images

Hello, In my on going quest to learn C#, both winforms and WPF, I have whipped up a program similar to visio in WPF. Its using the new WPF ribbon control, and am using a expander to hold some basic shapes that can be made in Xaml(ie. Ellipse), and the shapes are stored in a 'shapebox' that the shapes can later be dragged onto the form a...

How to copyPixels() on AS3 from a huge BitmapData?

I need to load a very big image on AS3 (currently sized at 8192x8192). I am aware that it does not fit any of the limits imposed by Flash regarding drawing to screen or creating a BitmapData of that size. I just want to load the image so I can copyPixels() some parts of it here and there. The thing is, I'm loading the .jpg file of that ...

Which image formats contain meta data, and how can I clear it in PHP?

Privacy concerns have lead me to believe I should scrub user uploaded images for any meta data. I know that JPEG have EXIF, but I'm not sure about PNG or GIF (both are able to be uploaded to my site from the public). Do these formats have meta data too, and how is it stored? What is the best way to remove it? I'm using PHP 5.29. Than...

Saving User Images

I am doing some weekend coding exercises. I have a table that contains some information about, say, a customer or user. Now I want to store images for this user. I have two choices: Save the image from user class to the same table that contains other user information. Save the image to a new table which I can create on separate filegro...

Mini image browser (like on myfonts.com)

Hi, I want to make small image browser like the one used on Myfonts.com (link) in the sidebar under "More fonts like this". I'm wondering if there is a jQuery plugin that could do that. I know that this is some kind of carousel, but I couldn't find any with this cool resize function on scroll. ...

JavaScript Preloading Images

Hello! Can you tell me if the function I wrote below is enough to preload images in most if not all browsers commonly used today? function preloadImage(url) { var img=new Image(); img.src=url; } I have an array of imageURLs that I loop and call the preloadImage function for each URL. Thank you. ...

Image cannot be zoomed in out when loaded into UIWebView

Hi, I have an image encoded in BASE64 which I retrieve from a server and than load into a UIWebView with : [webViewer loadData:[NSData decodeBase64ForString:imageData] MIMEType:@"image" textEncodingName:@"ASCII" baseURL:nil]; The image loads fine but when the image is bigger than my webviewer, the user cannot zoom in and out by pinch...

insert big images...cut in two parts, LaTeX

Hi all, i would like to know how can i cut a figure in a way that some part is show in one page and the continuation in other page. Actually it just take the all figure to the next page and i get a lots of space empty that really looks ugly. ...

Block images from loading in webbrowser with site exceptions.

I'm currently blocking all images from loading in the webbrowser control by using this registry key. I would like to find a way were i could allow images from some sites to be shown. Any help would be welcome ...

Can I use an Html helper to render hyperlink with images?

Something like this <a id="a1" runat="server" href="~/"> <img id="logo" runat="server" src="/_assets/images/logo.png" alt="" /> </a> Thanks! ...

fix css image menu

Hi, I am trying to create a css based image rollover navigation bar. For some reason, I can not get the images in the right place. I was hoping someone could help. You can find the code and images here: http://garretwais.com/Freelance/9-3-2010/home.html Thanks, Garret ...