image

How to overlay an image over another image?

I want one image above the other. How can I do it? http://twitpic.com/2cnpku ...

[PHP] how to check this url is image url?

hi! i have some problem. I need to check the url is image url or not? How can i do this? Example : if i put http://www.google.com/ is not image url. but if i put http://www.google.com/profiles/c/photos/private/AIbEiAIAAABECK386sLjh92M4AEiC3ZjYXJkX3Bob3RvKigyOTEzMmFmMDI5ODQ3MzQxNWQxY2VlYjYwYmE2ZTA4YzFhNDhlMjBmMAEFQ7chSa4PMFM0qw02kilNVE...

Is it possible to load different size and weight images from one cloumn image Data Type ?

Hi , I'm going to design a database for an image gallery in ASP.NET Web App . Because of some reasons I've decided to store the image in Data Base , Not the address . In the application i need two or more different size and weight image for each image that the admin insert .For instance , One of them is small and lightweight thumbna...

Image slideshow and refresher

Hi, I'm wondering how I could have a JavaScript image rotator/slideshow, that each time it displays each image (for 5 seconds), it refreshes from the last time it has shown. Also, as something else, but not requiered, I was wondering if it was possible to have a drop-down list of the image locations down the bottom (there are 12 images)...

semi-transparent images for all browsers ?

hi, I need to use many semi-transparent images for my website. I was wondering what's the most convenient format, considering I want the semi-transparency perfectly working on internet explorer 6-7-8 as well. Thanks ...

jQuery: question about image preloading

hi, i built my own form-script and would like to preload a "loading"-icon which shows up when hitting the submit button. i'm using this code: var icon = $('<img />').attr('src', 'images/status.gif'); my question: will the image be cached + show up immidiately also when using jQuery for creating the icon's html-markup? like: statusD...

in android when video duration or date_modified attribute available through content provider

I'm having some trouble accessing attributes like DURATION and DATE_MODIFIED of video and image. My app access these attributes for both type of data but if I take a picture or shoot a video the related attributes are not immediately available through content provider e.g. for DURATION for that specific video it returns 0. If I restart ...

Images in a List in WPF MVVM

I have a question regarding how to best accomplish something in WPF MVVM. I have in my ViewModel a series of integers. For the sake of example, lets call them: public int Yellow { get;set; } public int Red { get;set; } public int Green { get;set; } I also have some small images that are very simple: A Red circle, a Yell...

Can images be malicious?

I am wondering this because like many other sites, we have user-submitted images. I have seen that my friends would send me a instant message that says "Look! I have a awesome picture of you at this party!" which lead me to believe they have some Malware on their computer because after speaking to them, they immediately sign off. Of co...

How to use Chamfer Matching algorithm for finding 'Similar Images'

Hi! I would like to ask for more information on how Chamfer Matching algorithm (an edge matching algorithm) can be used to find 'similar' images. I would like to know if it is possible to place a 'score' for the matched results. Thanks! ...

Play FLV videos in ShadowBox

Hi there, I have been trying to play FLV videos in ShadowBox. According to the FAQ, I am using Shadowbox.init(); on page load. And then later on Shadowbox.open({ content: http://mysite.com/video.flv, title: 'video', player: 'flv' }); But to no avail. The video doesnt even stream in t...

jQuery - How to remove event handler only while an animation or function is running?

I am attempting to create an image gallery. At the bottom I have a strip of thumbnails these thumbnails slide left and right when you click an arrow but if you click the arrow multiple times it ques the function. I would like to remove the click handler while the function is run, then replace it again. On a side note, my thumbnail scro...

Android: Scrollable (horizontal and vertical) ImageView with Buttons overlayed

I want to implement an activity where the only thing you see is a big image, which can be scrolled horizontally and vertically.On Top of that image I want to display buttons, that can be clicked and trigger certain actions (like creating an intent to start a new activity). First I was thinking about a ScrollView, that has a FrameLayout ...

Link on body background image

Hello guys, I am trying to create one advert that use both empty sides of the website content. So i add the advert image as a background on BODY tag. look nice. But the problem is to add a link to it. I start with onclick att on body, but them all site content become clickable. Also i try to use different z-index for body and the conten...

does uiimagepicker open in ipad without popover controller

In my application I do have a popover controller which opens when I click on a button In that popover i m using a tableview controller in which i an giving option to choose image providing by program. Now in that there is one more option in table view to choose image from saved library. Now on clicking on that I want to open imagepickerv...

Flex 4 fileReference selected image file dimmensions (width and height)

Hello! I use a fileReference.browse() to select an image file from the harddrive. How can I check the Width and Height of the selected image file please? Thank you! ...

How to make borders with images

I have 6 images that makes a box. (for the borders, and corners), How would I put the images together and make it dynamic and get bigger when I put more content in it? ...

css: float image to the left - problem

i'm trying to do something like: -------------------------------------------- | --------- text text text text text text | | | image | text text text text text text | | | | text text text text text text | | | | text text text text text text | | --------- text text text text text text | | text text text text text text tex...

Change this tutorial to access images from the sd card?

Hey Guys, How would I edit this tutorial so that it will grab images from the SD card? http://developer.android.com/guide/tutorials/views/hello-gallery.html private Integer[] mImageIds = { R.drawable.lol.marker, R.drawable.sample_2, R.drawable.sample_3, R.drawable.sample_4, R.drawable....

Display Image in fixed size div

I've a 100*100 <div> in which I would like to display images of different sizes randomly without stretching them. Note:The image should appear as origional, just resizing should be done inorder to place it in box ...