image

Image showing in Firefox and chrome but not showing IE(all the versions)

i tried all the versions of ie but it is not showing only 1 image. i also tried this :- •url = "FlorDecor.jpg" •url = "../FlorDecor.jpg" i tried all this stuff pls help me.. ...

Faking thermal image camera with aforge or any other .net solution , emgucv, tbeta..

I am simulating a thermal camera effect. I have a webcam at a party pointed at people in front of a wall. I went with background subtraction technique and using Aforge blobcounter I get blobs that I want to fill with gradient coloring. My problem = GetBlobsEdgePoints doesn't return sorted point cloud so I can't use it with, for example, ...

LazyLoad: 'Source Not Found' when I try to DisplayImage

Hi - I'm trying to use Fedor's LazyAdapter, but keep getting a "Source Not Found" error when I return the view for a row in my array adapter. Here's the main activity code, along with the array adapter: package com.briancsinger.testlist; import java.net.URL; import java.util.ArrayList; import javax.xml.parsers.SAXParser; import javax...

Why are my images not displaying in IE?

It seems IE is choosing to ignore my background images :(, its getting all the styles with layout etc but not sure where I have gone wrong This is the [link removed] css example body { background:#eae3e3 url(styles/images/bg.jpg)no-repeat center 0; } ...

Android - Another button question

Its a dumb question. Prepare yourself. My main.xml is this: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@android:color/white"> <ImageButton android:src="@drawable/button"...

Image does not update when file name remains the same in XCode 3.1.2

Hi Everyone, I'm using XCode version 3.1.2 and am developing for iPhone using the Simulator with iOS 2.2.1 on Leopard. I had an image file named "img.jpg" in my project which I decided to switch for a different file. After adding the new file into the XCode Resources folder, I removed the first file and renamed the new file to the same ...

DrawImage from one indexed Bitmap onto another C# .NET Framework 2.0

Hello, I have two indexed (8-bits) Bitamp, both using the same Palette in C# (.NET Framework 2.0). I want to bit block copy pixels from one onto another on designated coordinates. I had tried to use Graphics class, but get exception that it doesn't work with indexed colors, I tried also with getpixel()/setpixel() but get the same excepti...

Keep image fixed when browser window shrinks. Please help!

I can't figure out how to make the bg_header.png stay in place when the browser window shrinks in width less than the page width. try it: link text Here is my CSS: #body_wrap { width: 100%; z-index: 1; overflow: hidden; } #body_wrap_top { width: 100%; height: 247px; background: url('/img/bg_header.png') repeat-x; margin: 0 auto...

Is it possible to create an image with C++?

Can you create a PNG, GIF, etc with C++ on windows? If it's possible, how? For an example how can you make a png image just one solid color. Just a "hello world" example would be great... ...

How do I display the red channel of an image in Matlab?

I have a 3D matrix im which represents an RGB image. I can do imshow(im) to display the image. I want to display only one of the RGB channels at a time: I want to display the red channel and I want it to appear red. I've tried imshow(im(:,:,1)) but it displays the grayscale image (which is not what I want). How do I display the...

What methods could I use to dynamically apply a sepia tone to an image in to a web page using PHP?

I have a webpage that loads thumbnails of images and I want to show old images with a sepia tone. The thumb will always be the same dimensions so could I just make a transparent png file and show it over the image? Should I use something like imagemagick or is this overkill? Any suggestions? Cheers ...

Generate Personalised images based on text typed

I am looking to implement a way for people to preview what a personalised product will look like with their chosen text. So as they type a word the image changes based on the text they have input in a similar way to how myfonts.com works. Prefrebly this will be built using javascript ...

how to put a security image in php?

how to put a security image in php? I wanne put it in a form, and check it on submit ...

How to add an image at a specific location in Flex/Spark TextArea or TextFlow

I have a Spark TextArea: <s:TextArea id="editor"> <s:textFlow> <s:TextFlow id="_tf" > <s:p>Lorem ipsum etc.</s:p> <s:p> <s:img source="http://example.com/example.jpg" /> </s:p> <s:p>Aliquam tincidunt tempor etc.</s:p> </s:TextFlow> </s:textFlow> </...

find image from text and append to div

Hi all, I'm having issues trying to find an image inside a div and append it to a blank div. Here's the code I have: <div class="newsItem"> <div class="newsImage"></div> <h2><a href="">Latest News 03</a></h2> <div class="newsIntro">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Fusce dictum sagittis sapien. Aliquam e...

How to handle large image in HTML page

I have a large JPEG image about 3500 x 2500 pixels and 4 MB size. I want to display this image in a HTML page so that it takes about 3/4 of the screen, and also compress it, so that it loads quickly, but without compromising the quality too much. Is this feasible ? ...

How to add images/bitmaps to wx.Dialog

I want to add images to wx.Dialog (and then sizer) some like wx.ImageList and display it dinamically. But I don't want to change already displayed image, I want to add next. How can I resolve this problem? ...

android image transparency

Is there a way to load an image file into an ImageView object, and then define a transparent color for this object ? ...

WPF: tile image

I need to tile a picture in a WPF Image Control (like on Windows Desktop (Background tile property)). Does somebody know weather this is possible and if so, how? Best regards, Alexander ...

Dynamic image/animation combining.

Hi, I'm working on a solution for my new project (in C#). I'm trying to make a dynamic image/animation combiner (maybe later even work with video's, but that's not required atm). So basically my program is reading a xml file with all kinds of instructions the user needs to do. In the xml file it is possible that for 1 instruction mult...