image

CSS: 100% width or height while keeping aspect ratio?

Currently, with STYLE, i can use "width: 100%" and "auto" on the height (or vice versa)... but i still can't constrain the image into a specific position, either being too wide or too tall, respectively... any ideas? ...

Drawing on Video within C#

Hi, I am making an application that will allow users to apply certain tools to analyse videos & images. I need help with how i actaully draw/write on the video loaded into windows media player within my form and being able to save it on. It needs to be able to lert the user draw freehand and shapes on it. Thanks in Advance, Chris :) ...

is there a class to get the default picture viewer in an app?

Hi there I don't want to access the images on the iphone, I want to display an image from my app, but like you view pictures in the picture album of the iphone - with all the pinch and zoom controls and such. Is this possible? I thought there might (by chance) be some class like the AVMediaPlayer class that would do this? Thanks Tom ...

How do I make image slideshows with a fold effect?

Back in 2000 I had a js that let me get a very nice homepage: one picture: <pic src=x> and somehow the js changed the main picture every a predefined time period. (there was a pictures pool that was loaded at pageload) I can find such scripts now but cannot find one with fold effect (like folding a page in a book) The closet I got w...

Html no preloading

Hello, I have to use some gallery with JQuery (I'm using Galleria). The problem is that the structure is like: <div id="galleria"> <img src="(...).jpg" /> <img src="(...).jpg" /> <img src="(...).jpg" /> <!-- ... --> </div> The plugin takes all photos from that list and use them. The problem: I have a lot of high-quality ph...

how to store the images in the mysql table and retrieval of stored image using php code?

Hi i need help that how to store the images in the mysql table and retrieval of stored image using php code... sample code that helps me a lot.. regards ~Deepu~ ...

Dynamic Image Resizing

I have an image on a webpage that needs to be stretched to fit the available space in the window whilst maintaining its proportion. Here's what I've got: http://www.lammypictures.com/test/ I would like the large image to proportionally stretch to match the height and widths of the browser, minus the size of the divs to the left and bot...

TinyMCE - image re-size handles disappear after re-size

After resizing an image in TinyMCE in Fire Fox, the re-size handles disappear. Is there a way to fix this? ...

Icon to Image - transparency issue

I'm trying to build a treeview like file list in a richtext box. It should look like an explorer treeview. My code is able to get an resize the icon, but the transparency is missing (light gray background instead of transparency). What do I need to change here? Is the Image format wrong? Is there a better way to add an image to a richte...

Hello, GridView Tutorial not working

I have followed the tutorial and can't seem to get it to work. Here's my code: GridView.java: package com.example.gridview; import android.app.Activity; import android.os.Bundle; public class GridView extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceSt...

Scroll view and table view performance when loading images from disk

I'm trying to improve the performance of my image-intensive iPhone app by using a disk-based image cache instead of going over the network. I've modeled my image cache after SDImageCache (http://github.com/rs/SDWebImage/blob/master/SDImageCache.m), and is pretty much the same but without asynchronous cache in/out operations. I have some...

How to read images in .NET?

What API or component could I use to read images (e.g. scanned copies) using C# and .Net? ...

Should I use Bitmap or Drawable to store in ImageCache on Android?

I implemented a ImageCache. But I'm curious about what type to store in it will cost less. Now I use BitmapFactory to get the images from the internet, so I get a Bitmap first. Should I convert to a Drawable to store in my ImageCache or just store the Bitmap is fine? Any ideas? Thanks. ...

Add rounded corners to a rectangle raster image

What is the best way to make something like a mask with rounded corners for an image using CSS/JS/HTML? So, I need to add rounded corners to a rectangle image. I thought about adding 4 graphic elements like this one above the image at its corners to hide some little parts of the image. Here red color is, for example, for using on the re...

Eclipse MenuManager: get ImageDescriptor of Image?

Hi folks! I cannot get this to work so I thought it might be a wise idea posting over here... I have a context menu in SWT (actually its an Eclipse plugin). It's a cascaded menu, so it expands as soon as you hover over a certain entry... My problem is, that I want to attach a small icon to the menu but I struggle with that! Code: ...

Image tracker libary

Dear everyone, I'm looking for a library either in C C++ or Java that can track an image. With that I mean I want my program to get the web-cam input recognize an image in front of the web-cam and display for example a movie over the web-cam image. Thank you. I just did some more googling and found that what I want to do is called: ...

cropzoom_container problem in IE

Image is not display in cropzoom_container in IE in CropZoom v1.0.4 ...

WPF Image : Let user drag the image to the desktop

Hi, I have a WPF user control hosted in a Windows Forms Application and the control contains a WPF image ( among other things ) and was wondering whether it is possible to let the user drag this image to outside the app ( to windows explorer, to the desktop , to a folder) ? Regards, MadSeb ...

Can't figure out why my images will not display on this site

On this site: http://church.allthingswebdesign.com/ None of my images are displaying anymore. They used to, but i'm not sure why they don't anymore. Not sure if it's something i've changed or what. I'm 100% positive the images exist in the folder images because i've checked the remote copy of the files to make sure i can preview them ...

How to let the user submit a picture (which is sent to my email) in a Wordpress site?

I have a Wordpress site and I would like the user to be able to submit pictures which are sent to my email. Is there a plugin or a way of doing this? (the submission ins done in the front-end not in the back-end part). ...