image

IE8 forces image download on remote server

This link links to an image: http://pix-all.com/t/w Every other browser displays this image, only IE forces to download it. The correct headers are set via PHP. Is odd though that it works on my local testing server. Any ideas why? ...

Programmatically choosing image conversion format to JPEG or PNG for Silverlight display

I have a project where I need to convert a large number of image types to be displayable in a Silverlight app - TIFF, GIF, WMF, EMF, BMP, DIB, etc. I can do these conversions on the server before hydrating the Silverlight app. However, I'm not sure when I should choose to convert to which format, either JPG or PNG. Is there some kind of...

How to upload an image using JSP -Servlet and EJB 3.0

I want to upload an Image using JSP Servlet and ejb 3.0 ...

How to create a custom listview in android

Hi All, I want to create a list view custom like this link : http://sites.google.com/site/androideyecontact/_/rsrc/1238086823282/Home/android-eye-contact-lite/eye_contact-list_view_3.png?height=420&width=279 so far I have made a list view with text, and I am not extending list Activity, but I am extending Activity only. please i...

jQuery: How to smooth animated image resizing

I'm a jQuery noob - so please excuse the probable basicness of this question. I'm doing something pretty simple - on hover animate the position and size of an image. When you mouse over the images there are some noticeable 'jaggies' (in FF, chrome, safari and that other crappy browser) - is there a way to get rid of this? The jquery co...

Delay the display of image loaded using jquery + ajax

I am using the following code : $.ajax({ url: "pgiproxy.php", data: ({ data : $("#formdata").serialize(), mode : "graph"}), success: function(result){ var temp = $('<div/>').html(result); var val = temp.find('center').html(); $('#BFX').html(val); ...

Errno::EEXIST (File exists - /path/to/image) Fleximage Gem Ruby on Rails

This happens when I try to create an image. How to capture this error and return an error message instead? (In other words, avoid this error from showing and instead add to error messages by errors.add_to_base) ...

jQuery: Animated header

I'm looking for a jQuery plugin that can help me with the following: I have a list of images I want to use for my header but they are pretty big (height especially) and I don't want to resize them to fit my small header div. What I'd want is a plugin that allows the images to start at the bottom of the div (or rather the top of the im...

lazy loading images in UITableView iPhone SDK

Hi All, I need to implement the lazy loading concept for the images in my tableview, so that the user will be provided with the textual data initially and later the images. How can i implement this in to my app.. help needed.. please Thanks in advance Shibin ...

Android - Make default android image viewer to show only images from speciffic dir

Hello! I want to programaticly open androids image application to show only images from speciffic directory on the SDcard. Is there any way to do it? I just cant find a way. ...

Set the size of a (vector) icon in a flex menu

I have a flex popup menu that uses an icon which is imported thusly: <mx:Object label="THing" icon="@Embed(source='/resources/items.swf', symbol='Icon_Suitcase')" /> The item is a SWF, and therefore a vector. When the menu pops up, the icon is gigantic; I'd really like to force it to be 16x16 (it's used in several places, so just resi...

How can I create a Base64-Encoded string from a GDI+ Image in C++?

I asked a question recently, How can I create an Image in GDI+ from a Base64-Encoded string in C++?, which got a response that led me to the answer. Now I need to do the opposite - I have an Image in GDI+ whose image data I need to turn into a Base64-Encoded string. Due to its nature, it's not straightforward. The crux of the issue is ...

C# :Emgu CV creating image problem

Hi all. When I am trying to create image like Image<Gray, Byte> testImage = new Image<Gray, Byte>("david.jpg"); When compiling it gaves An unhandled exception of type 'System.ArgumentException' occurred in System.Drawing.dllexception. But if I use DialogResult result = openFileDialog1.ShowDialog(); if (result == Dialo...

Create a bitonal image for OCR using Image Magick

nice /usr/local/bin/convert -colors 2 -colorspace gray -compress group4 /var/www/html/uploads/pokemon.jpg /var/www/html/uploads/pokemontest.jpg This command worked with a really OLD version of Image Magick. With the newest version this method produces a completely black image. nice /usr/local/bin/convert -colorspace gray -compress gr...

Background image flickering when mouseover - IE.

Hello everyone, I have a contact form and I added an image as a background. The background image is flickering when I move the mouse over the fields in IE(6,7,8). If I remove the contact form (made with divs) everything is fine. I tried to build the form with table and I have the same problem. Any solution? Every idea is welcomed! ...

WPF Image change source when button is disabled

Hi, I'm trying to show a different image when the button is disabled. Should be easy with triggers, right?! For some reason, I have not been able to get the image source to switch to the disabled image when the button is disabled. I've tried setting triggers on both the image and button. What is wrong with what I have below? How can I...

How do you go about finding out whether an idea you've had has already been patented?

I have an idea for image copy-protection that I'm in the process of coding up and plan on selling to one of my clients who sells images online. If successful I think there would be a lot of people in a similar situation to my client who would be interested in the code also. I think this is a fairly unique idea that could be packaged into...

Google App Engine Python: get image upload size server-side

I am building a Google App Engine App that lets users upload images; I have everything working fine, but I am struggling to find a way to ensure that the user does not upload an image too large (because I am resizing the images, so this crashes my python script). When a user uploads a large image, I get this error RequestTooLargeError: ...

Content-disposition:inline header won't show images inline?

I'm trying to show an image inline on a page. It is being served by a codeigniter controller. class Asset extends MY_Controller { function index( $folder, $file ) { $asset = "assets/$folder/$file"; if ( !file_exists( $asset ) ) { show_404(); return; } switch ( $folder ) ...

how to place text or image over another one ?

Hi, I am trying to place something (text/image) on another image. How can I do this in Action script or PHP? My trouble is finding the edges of the base image and position the text or image accordingly. Something like at http://www.zazzle.com/cr/design/pt-mug. Somebody please help me. regards tismon ...