image

Silverlight 4.0 - contrast and brightness management

Hi, I am building an image editor for Silverlight 4.0 and need some insight or possibly a snippet of code or library to implement contrast/brightness management. I would appreciate if somebody would share how it can be achieved. Thanks! ...

Android: Image button as a hyperlink, phone call, map directions?

I have a simple app that I'm putting together for my company. I have 4 buttons that I've created but can't seem to get them to link correctly. One button should open our mobile site, another button to call us, another button to map to us, and the final button linked to our "News" site. Any help would be greatly appreciated! ...

ajax img change

i have implemented a code that fetch single image from 1000+ images. The image has been changed using ajax call and downloading time of each image varies. How to make this image change with smooth transition from one another i.e without any flicker and ajax processing image ...

Destiney Rated Images Script template's section comment

I'm hacking this script in order suit it to my needs... To be clearer the script is this: http://destiney.com/php#Destiney_rated_images it was recommended to me by a stackoverflow user...Thanks Yasterday I was working on it and I don't know how, using the Chrome's developer tools I saw that in the html code there were the beginning and ...

specify the postion of a text & and an image in a botton [android]

i asked the question about haw to create a button by a text & an image http://stackoverflow.com/questions/3828906/button-contains-text-image-from-the-internet-android it was very helpful.But, the problem is : i want a button contains the image & under it the text (not as background) am looking how to add this image as the text and spec...

clipping to bounds with UIViewContentModeScaleAspectFill

Hi everyone: is there any way of controlling where UIViewContentModeScaleAspectFill clips an image? In my case, images are always clipped around the center of the image. Is it possible to make it clip around the top? Thanks! Antonio ...

Apply byte[] effect in c#

Hello, I have a bitmap image and a byte[]. The byte[] contains an effect such as noise (in my case, byte[] contains custom effect). I want to apply this byte[] effect to the bitmap image and save the resulted bitmap. I have the BitmapData and byte[] but I don't know how to mix merge these together? Thanks Update: Well the byte[] con...

css 3 images in td

I'm having trouble adding 3 images to a table cell in css and was wondering if anyone could help me to figure out what I'm doing wrong. Here is what I have: css .Example { background-image:url("image1.gif"),url("image2.gif"),url("image3.gif"); background-position: top left, top center, top right; background-repeat: no...

Running a greasemonkey script on a non-HTML page

I have the following fairly basic greasemonkey script: var newloc = location.href.replace(/^(.*)-xyz-(.*)$/i, "$1$2"); if (newloc != location.href) location.href = newloc; That is, it basically strips out "-xyz-" from the URL and loads the page again. So if you navigate to "www.example.com/a-xyz-b/" it'll reload the page at "www.e...

Overlaying a 'dot' on to an image on click

Hi All, I am trying to write a simple program that lets me overlay a dot on top of an image when the image is clicked. I can save the X and Y data back to my database but then I will want to be able to call that information back at a later date and overlay the dots again via code unlike the first time when the user had to click the ima...

XHTML JavaScript preload images before rest of page is loaded

Hello! Is there anyway I can delay the display of the HTML code (page) until some certain images are loaded so that the layout appears with the header images as well as the HTML? Thank you. ...

Image overlay showing IDs and not text

In the post editor when you click on an image that has already been inserted an overlay pops up allowing you to edit the image. This overlay is displaying things like {#cancel} instead of the word Cancel. All text on this overlay has been changed in a similar way. Screenshot: http://awesomescreenshot.com/0151v82eb I have disabled all ...

C++, how to load images and count pixels of certain colours

Hi everyone, here's my problem: I'm looking for a way to import an image into C++ then traverse its pixels, incrementing a counter every time a pixel of a certain colour is found. I've done some research, but I haven't found anything particularly useful. DevIL looks like a good option, but I'm not sure where to start. Here's a bit of...

Image appears in FF, but not in IE. Very weird indeed.

Check the following site out, top logo image shows up in FF, but not IE8. Any ideas? http://blog1.catdynamics.com/ ...

Images suddenly stop showing in my C#/WPF Project

I have a project that was working fine. For some reason it stopped showing me the images I am using. The images are located in a Resource File(.resx). Maybe someone can help me understand what happen or tell me if this problem is only at my computer(and how I can solve it). My project is located here and it requires VS2010: https://f...

Connected Component labelling -gray scale image

I tried to modify the code given in http://stackoverflow.com/questions/1989987/my-own-ocr-program-in-python for finding the connected components in a gray scale image. Ive attached the code,sample image and output below. Sample Image Output: But the connected components obtained is not correct. Please suggest some solution for th...

WPF GifBitmapDecoder Uri Relative Path Issue

Hi All I am trying to set the uriString of a Uri object to a relative path for use in a GifBitmapDecoder. At runtime i get the following error: Invalid URI: The format of the URI could not be determined. My relative path follows the following format: /TestApplication;component/Images/Busy.gif If i use the absolute path to t...

display image from URL retrieved from ALAsset in iPhone

I am using a ALAsset Framework for accessing the files in the device's photo gallery. So far I am able to access the thumbnail and display it. I want to display the actual image in an image view but I am unable to figure out how to do this. I tried using the URLs field in the ALAsset object but was unsuccessful. Anybody knows how this ca...

image grid display with "Destiney Rated Images Script"

I'm talking about this http://destiney.com/php "Destiney Rated Images Script" Is it possibile to show all the images in a grid? moreover, What does it mean "Image Types"? Is it a sort of category? Thanks in advance... ...

vertically scrollable image gallery

I was going through this tutorial about designing a vertically scrollable image gallery. http://flowplayer.org/tools/demos/scrollable/vertical.html Now can anyone explain me how to change these setting such that i can have more than 3 rows in a single page. Or can anyone show me a tutorial where such a vertical image gallery as been m...