image

Where to find the apple load ring as gif?

Hi, I search a load-animation like this which is typical for Apple / iPhone / Mac (this ring). Is there a way to find it for free or another nice loading-animation and how to implement in a html (Asp.net) page? ...

java setting resolution and print size for an Image

I wrote a program that generates a BufferedImage to be displayed on the screen and then printed. Part of the image includes grid lines that are 1 pixel wide. That is, the line is 1 pixel, with about 10 pixels between lines. Because of screen resolution, the image is displayed much bigger than that, with several pixels for each line. I'd ...

ckfinder image resize

Hello, After selecting or uploading an image with the ckfinder, the user can change the width and height. I want it to automatically resize the image to the width and height the user sets. Is that possible? I thaught that the ajax image resizer would fix that but can't get it to work. Somebody has experience with an automatic width and...

Images inside of UILabel

hello everyone! I'm trying to find the best way to display images inside of UILabels (in fact, I wouldn't mind switching to something other than UILabel if it supports images with no hassle) The scenario is: I have a table view with hundreds of cells and UILabel being the main component of each cell The text I assign to each cell con...

How to implement a cache for web resources? NSURLRequest cache or disk caching?

I have several UITableViews that asynchronously load the images, video, and text from the internet using NSURLRequest and NSURLConnection (Think similar to NYTimes app). That works fine. Currently the content isn't cached. I don't need offline access but just want to cache to speed up performance. What would be best: Using NSURLReques...

Jquery cycle in IE8 causes image to disappear and reload again

Actually the original implementation it worked fine, but i changed something which caused it to behave like this. When it cycles thru various divs it causes divs to reload again and showing in between empty black background. It works fine on Moxilla. Can some one help. Site: http://travelling-monk.com ...

Curving text using image magick

system(' convert -size 320x100 xc:lightblue -font Candice -pointsize 72 \ -fill navy -annotate +25+65 \'Anthony\' \ -distort Arc 120 -trim +repage \ -bordercolor lightblue -border 10 font_arc.jpg '); curving text like arc This code is not working please help me ...

Safari doesn't display 'alt' text on Images?

<img src="image_that_may_or_may_not_load.png" alt="Show this text if image not loaded" /> Safari doesn't seem to show 'alt' text in case the image is not loaded. I'm not sure about other browsers, but Firefox does show the alternate text. Its so important to display alt text in email templates where the images would be blocked by the ...

Django Template Inheritance -- Missing Images?

Howdy, I have got the following file heirarchy: project   other stuff   templates       images           images for site       app1           templates for app1       registration           login template       base.html (base for entire site)       style.css (for base.html) In the login template, I am extending 'base.html.' 'base.htm...

prevent CKEDITOR from adding image dimensions as a style

Hello, In ckeditor: Is there a way to get the width and height attributes instead of css style attribute for the image dimensions? greetings David ...

Which is the _proper_ html element to use for calling action when clicking on an image?

I have a webapplication where (as in many other ones out there) you click on an image to do something, for instance, mark an entry, send a mail, flag something... Short, clicking on the image is supposed to call an action (via javascript, but that's not the point). I was wondering, what is the "right" way to do this? <a>-tag? Hmm... ...

Get File Size of Modified Image Before Writing to Disk

I'm doing a conversion from .jpg to .png in System.Drawing and one thing that I've found is that this conversion tends to make the resulting converted .png much larger than the .jpg original. Sometimes more than 10x larger after converting to .png. Given that seems to always be the case (unless you know of a way around this), is there a...

Error in FireFox Loading Images

Hello, Details of the app are: ASP.NET project, local web server, hosted in IIS locally, using latest FireFox, uses forms authentication. I'm getting a logon user name/pwd box when trying to access my local web server. Using the net panel in firebug, I see the issue is with an animated GIF, showing up as 401 unauthorized. I check the...

Silverlight 4.0 - speed of image resize and compression

Hi, I looked through the earlier posts on the topic but did not find a clear idea for solution. My dilemma is as following: I have built a Silverlight 4.0 application for processing images on the client side (resizing and compression) before moving them to the database via web service. It works fairly well, I use FluxJpeg library for ...

A generic error occurred in GDI+ when Saving Images in ASP.NET

I get the exception "A generic error occurred in GDI+" when calling destImage.Save() at the end of this function. This resizes an image uploaded to my ASP.NET app: public static void ResizeImageFile(string sourceFileName, string destinationFileName, int width, int height) { using (var sourceImage = Image.FromFile(sourceFileNam...

Make overflow hidden when shrinking div

I have a div with an image in it, and the image is too large for the div. I have solved the overflow problem with the obvious CSS overflow:hidden trick. But, the problem is that when the div's parent resizes (shrinks), the div holding the image won't shrink because of the image in it. Is there a way to have a resizable div with an imag...

Image analysis on the iPhone

Hi, guys! Hopefully a quick one. Working on a devious little algorithm that'll automatically scan a user's iPhone for a photo of some emotional poignance (e.g. go back in time a ways, look for one of a group of photos that are proximally timestamped, etc.). Need a quick-and-dirty way of picking out a photo containing two people in close...

Can't Show image in gridview using templates

i am trying to load images from the northwind database (categories table, images that are stored in the database) into grid view control. But it dosenot seems to work. Plz! have a look... Default.aspx <asp:GridView ID="GridView1" runat="server" AllowSorting="True" AutoGenerateColumns="False" DataKeyNa...

Problem with images in upload directory after upgrading WordPress to 3.0

I've developed a WordPress plugin and it wordked well from WP 2.0 and up to WP 3.0rc1 (haven't tried rc2) but now with rc3 and milestone 3.0 a strange and irritating error appeared. If you check out my demo page you will se that none of the cover-images is working. they are in the same place as before but they can not be hotlinked or sh...

How to have hidden link actions on PNG image ?

http://www.ika-world.com/search.php?view=weltkarte See link for example. Image is a PHP created PNG image. When viewing just the image, then no link actions are present. I cant figure out how the link actions are added. Please help. ...