image

Iphone devolpement Dynamic Flickr Rss graber

Hi, I am trying to adapt http://kosmaczewski.net/2009/03/08/asynchronous-loading-of-images-in-a-uitableview/ to load a specific flickr feed but at the moment when I put in a flick rss feed in definations.h it wont load the images past the thumbnail view // // Definitions.h // AsyncTable // // Created by Adrian on 3/8/09. // Copyrig...

Set bufferedimage to be a color in Java

I need to create a rectangular BufferedImage with specified color as a background, draw some pattern on the background and save it to file. My problem comes from how to create the background,I am using nexted loop: BufferedImage b_img = ... for every row for every column setRGB(r,g,b); But it's very slow when the image is large. How ...

Opera Bug: src="" generated by asp:image is empty

Hey, I have the following problem with Opera. The following asp.net code <asp:Image runat="server" ID="imgExpand"/> <ajaxToolkit:CollapsiblePanelExtender ID="cpe" runat="Server" ImageControlID="imgExpand" ExpandedImage="<%$ Image:collapse.png %>" CollapsedImage="<%$ Image:expand.png %>" /> generates the following in...

How can I create an image carousel in c# using xna?

I am looking to create a 3D image carousel using the xna game studio. I cant find any relevant tutorials on the matter. Flash or silverlight are recommended but our entire project is being developed in c# using xna! Any help is much appreciated! ...

Insert Screenshot of just captured Geocoded image?

I am performing a GoogleMaps/VirtualEarth geocode-request and the resulting image ( showing the location on a map ) is displayed on my site. The problem is, I need part of this graphic 'captured' and displayed on the form. Is it possible to do this and add the result to the form? ...

how to create an image of dynamic data in php

I have to make an image of a dynamic page i.e. the page keeps on changing in every 5 minutes. I want to make images of that very page that keeps on changing so that i can have its records saved in the form of images. How can i do that using php?? i have no idea about this and a little elaboration in answers will be highly appreciated!!...

Wpf - relative image source path

I'm having problems setting the source for images in my Wpf application. I have an Image where the source is bound to the SourceUri property of the DataContext object, like this: <Image Source="{Binding SourceUri}"></Image> Now, I don't know what to set on the SourceUri property of my object. Setting the complete absolute path ("c:/e...

Pulling alt's value

I am looking to use Javascript or jQuery to pull the alt tag from the specific image that had been clicked in the HTML and copy its value into a caption field. function change_image(diff){ var newAlt = $(this).attr('alt'); position = (position + diff + hrefs.length) % hrefs.length; revealImage(hrefs[position]); $nav.find('.count...

Image from PDF using ZendFramework

Hello, is there any way to save a PDF as an image using ZendFramework? I'm still looking for a solution with good performance. I've heard of ImageMagick, but the performance sucks and it's hard to configure the output properly for special needs (e.g. different sizes and DPI). Greets dom ...

possible to use html images like canvas with getImageData / putImageData ?

I'd like to know if there is a way to dynamically modify/access the data contained in html images just as if they were an html5 canvas element. With canvas, you can in javascript access the raw pixel data with getImageData() and putImageData(), but I have thus far been not able to figure out how to do this with images. ...

Inserting images in WYSIWYG editor

Hi all, At the moment I'm using CKeditor. It looks very good and is fast. But it lacks the ability to insert images from the server. I don't need to upload, only get a list of files and select the image to insert it. Is there a plugin, or maybe easy way to integrate it? Thanks! ...

.NET: Verify URL is image

I have a requirement to verify that a user-specified URL is to an image. So really I need a way to determine that a URL string points to a valid image. How can I do this in .NET? ...

wx.StaticBitmap or wx.DC: Which is better to use for constantly changing images?

I would like to have a python gui that loads different images from files. I've seen many exmples of loading an image with some code like: img = wx.Image("1.jpg", wx.BITMAP_TYPE_ANY, -1) sb = wx.StaticBitmap(rightPanel, -1, wx.BitmapFromImage(img)) sizer.Add(sb) It seems to be suited for an image that will be there for the entire life ...

PHP - loading images in GD

Hello, I have to work with different kinds of images with PHP&&GD. The images have extensions like png,jpg and other. How can i upload them into resources. For example, there is function CreateImageFromJPEG, but I'll not be able to load other types of images. How can I write template for all types I need? ...

Transparent color works on the simulator but becomes black on the iPhone

Hi! I am trying to draw an image that has some transparent regions. I load the image using image = [UIImage imageNamed:@"testimage.png"]; and draw it using [image drawAtPoint:CGPointMake(0,0)]; The UIView on which I draw the image is not opaque (and it has a transparent background color). The problem is that everything works fin...

How do you programatically change the source of an image whose name is ambiguous?

How do you say or achieve container.child.source = image.png? I have a hexagon map built by specifying width and height. I draw a wireframe and place a base image for each hex into a canvas. Next, the canvas listens for a mouse click. I then run a calculation to determine which hex the mouse click was closest to. My intent is to cha...

Ruby file_get_contents equivalent

I need to use this in my rails program so I can get the image contents and then base64 it. I know how to base64 it but I just don't know how I would get the image. Anyone know how? ...

C# Silverlight - Zoom into Horizontal Listbox Image Items.

I have the following listbox below which binds to a database table of image URL's. When the application is running, it is possible to click on each individual image, and witness a light blue selection box appear on the image (you can tell when each individual image is selected as its clicked). What I would like to be able to do is perfor...

html && css - images highlighting

Hi guys, I have images in my gallery. I want to highlight them (for example, white glow), when mouse is over. Could I do it using javascript/css/html for all browsers? ...

Mashup a logo on product image - which flex image component to use?

Hi there, We need to build a webtool which displays an uploaded logo on multiple product images after upload. Basicly we need a tool similar like this: http://www.technologo.com/tl/EODStdNew.html I want to build this in Flex, does any one know some good component for this? I prefer open source but commercial is also ok. Thx! Richa...