image

jQuery Draggable: Image Flicker

I've been developing an Image panning tool, and after a kind member directed me to the draggable plugin for jQuery, I have most of it completed. Right now if the user drags the image (contained inside a div of about 300px by 300px), the image will first flicker, then pan. This problems seems to occur after a mouse down event, on the mo...

Drop Down box Image change problem

Hi there, Im a noobo in the world of Javascript but am trying to get my heard around it (shouldn't take too) Basicly what im trying to do is the following I have a drop down box that when changed will change an image, which i have got to work using the following cose <HTML><HEAD><TITLE>JS1</TITLE> <script LANGUAGE="JAVASCRIPT TYPE="TE...

Image Flipping in WPF

How do you get an image to be reflected in wpf without using the xaml? I have a rectangle with a BitmapImageBrush as its fill. I want to be able to regularly flip this image (X-axis) back and forth at will in C#. I've read about using the ScaleTransform property but this only seems to work in the xaml and that's not what I want. This is...

How can I zip/tar files on S3 without first copying them to the server?

I have a Rails app that archives high-res images (and thumbs) on S3 (via the Paperclip plugin). I would love to allow users to download multiple high-res files with a single download. Is it possible to create a .zip/.tar file on S3 without first copying them back to the server? Our app runs on a large dedicated box and I'd love to save...

images and selectbox in jqgrid

hai i am very new to jquery and jqgrid.. i have implemented a grid...but i don't have any idea to display images in column from the corresponding database value...i tried a lot but failed ..can anybody help me.. regards ...

Determining image file size + dimensions via Javascript?

(EDITED changes in italics) Goal: As part of a web app, once images have been downloaded and rendered on a web page, I need to determine an image's file size (kb) and resolution within the browser context (so I could, for example, display that info on the page. This needs to be done client-side, obviously. Must be able to be solved x-bro...

classic asp image upload with flex

Is there a way to upload an image using flex inbuild .browse() and classic asp? So in flex the user picks the image they want to upload, press a button to start sending it. A asp handler then gets the file, uploads it to a folder and then writes the filename in a database. Writing of the filename in the database is no problem. ...

Something missing to display images ? [XAML][C#]

I wrote a file browser in XAML/C#. Files are listed in a listView <ListView Margin="230,0,0,0" Name="listViewContent" ItemsSource="{Binding ContentCollection}"> <ListView.View> <GridView> <GridViewColumn Header="Title" Width="290"> <GridViewColumn.CellTemplate> ...

Browser Image Rendering

I am dynamically sizing a transparent .gif on my web page using JavaScript. The original image size is around 200x200 pixels and it’s typically resized to between 600x600 and 800x800. In IE8 and FF3, the resized image results in a nice looking gradient where the colors appear to be stretched. However, in older browsers such as IE7 and FF...

Java - Image encoding in XML

Hi everyone, I thought I would find a solution to this problem relatively easily, but here I am calling upon the help from ye gods to pull me out of this conundrum. So, I've got an image and I want to store it in an XML document using Java. I have previously achieved this in VisualBasic by saving the image to a stream, converting the s...

PHP Image gallery array

Hi, Somebody asked me to created a PHP image gallery that will read the images out of a directory and then create thumbnails for the gallery. There is one directory with thumnails, and one directory with fullsize images. I read the file names out of the /thumb/ directory and insert each file name as a value into the thumbArray. From t...

CSS transparent background fallback when images are disabled

I have a DIV with a transparent PNG background applied to it. Is there a way (use of JS is fine) for me to: Have the transparency effect when images are enabled Apply a normal solid background color to it when images are disabled ...

Adding a png image to a java applet

Hello all, I am very new to java, I want to add a PNG image to my applet. From some reason when I add this image I receive the following error: Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space at java.awt.image.DataBufferInt.(Unknown Source) at java.awt.image.Raster.createPackedRaster(Unknown So...

insert image in .doc using win32ole library of Ruby

Hi all, As the Title suggests, i am trying to find how to insert image in MS Word(.doc file) using ruby Win32Ole api. I have tried the function InsertFile of Range Object but it seems, it is only made for inserting other doc file in our file in question. Does anyone know anything related to this . It will very helpful. ...

Using a XAML Image as a WPF Window background

Any suggestions how to go about having a XAML vector image as a Window background? There's plenty of code showing this with jpg's but I'd prefer a vector based image. Having it as a resource would be a bonus too but I'm stumped as to the best approach. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation...

MDI parent background image

I have tried absolutely everything I could get my hand on, and it just won't work ! Has anyone ever solved this problem? I can put my image in the back, but it works only if the form never tries to be resized (shrinking is OK, growing leaves empty grey space...) ...

javascript Replace number output from array with an image.

Hello all, I have a code wich I´d like to alter to output a image instead of a number The image should only be displayed for the so called pick output. There is a structure in the images I'd like to use, so if somebody could be so nice to have 1 or 2 explained, I can do the other 43 :) Example, here is an working example of the code t...

Save image file with dialog using java

does anyone know how to save a file image with previously show a dialog to choose where the location is and input a name of the file? thanks for your response, appreciate it ...

The modern uses for Image Maps

I've been asked to collate a list as possible of the modern uses for Image Maps. When they first came into being, web-designers in the 90s used them as one of the first ways to create a more immersive experience, but now a-days they can be linked to javascript and jquery to perform all sorts of "exciting" tasks. Many of their possible...

Temporary image upload script ?

Hey guys! i just want to know if you know any free image upload script where you upload your images temporary. I need the image files to be deleted over time. ...