image

What are the common issues that can cause slow boot times of Windows CE6 Images?

I am relatively new to Platform Builder, and whilst I am able to produce nk.bin files, they boot very slowly, 80-100 seconds, so I think there may be some checkbox somewhere that I need to set (or clear)! I've already removed kitl, profiling, etc in the project settings, and set the project to 'release build' & 'ship'. When I looked at...

how to check browser using jquery?

how to rotate image angle using jquery? is it possible? ...

Create dynamic report

Hi all, I need to create a dynamic report. The report needs to allow: Before the report generation * add unknown number of images with text note. After the report generation: * remove image by right click. * edit the text note by clicking on it. Somebody knows about some report for C# that has those options? thanks, Ofir ...

jQuery lazyload plugin

Hi there, I've got a page that contains a list with about 100 images, and i dont want that the browser has to load all of it if the users only views approx. 10 of it. So i've tried the jQuery.lazyload plugin on my page. If i write: $( function() { $('.list li img').lazyload( { placeholder: 'n.gif' } ); }); for the code: <ul cl...

Is there any way to export a Google Visualization org chart as an image?

Is there anyway to have an export function to export the Google Visualization organizational chart as an image? I want this as a feature of my website, so people can click a button or a link and have it save as an image or a pdf file ...

Display of colorblind images

Quick question: At this website here http://www.vischeck.com/examples/ there are a few pictures of numbers hidden within another color to test for color blindness. Is there any way that these images can be generated algorithmically? ...

How can I create a Dynamic - Interactive image map with jQuery?

So I am using the .Net framework, building with ASP.NET MVC, how do I create a Dynamic, interactive web 2.0 style Image Map? Where say for example, on a world map, if you hover over a country, the selected country will highlight, and a tool tip comes up with various information, and if you click the country it takes you to the said count...

Export image as encoded geometry path

I have to set the Path.Data property of a Shape class. This I believe requires an encoded geometry path for the shape. Does anyone know of any software that will allow me to design my shape (for example MS Expression Design, Paint.NET, etc) and then be able to extract the encoded geometry path? ...

good image optimizer that can be used?

Hai guys, I want compress my images without changing the quality... Because my web application uses lots of images and when i inspected with firebug i found images size where huge... Are there any good image optimizer? I know there is SmushIt from yahoo... Any other useful image optimizers? ...

From an image, how do I determine the shade?

Hi All, For a database app I'm trying to determine the average shade of a section of photo, against a colour scale. Being a novice I'm finding this very difficult to explain so I've created a simple diagram showing exactly what I'm trying to achieve. http://www.knockyoursocksoff.com/shade/ If anybody has the time to give me some ...

Adding an image to my Windows Mobile 6 project or resolving a first chance exception.

Hello all Windows Mobile Experts! I have really drowned in the world of developing for the Windows Mobile, all the different versions and frameworks are extremely confusing. But this is my scenario: I need to develop an app which is to be distributed outside of Marketplace, my company will use it as a showcase during a single event. It ...

How to display externally hosted images without being surprised by unexpected file sizes or other unforseen problems.

So I run a webgame over at http://ninjawars.net Displaying externally hosted images I want to provide embeddable images that aren't avatars (I'm aware of and already using the great service of gravatar, but these images won't be tied to any email), this is because I've found hosting your own uploaded images to often be a pain, and othe...

Pylons Uploading Distorted Images on Windows

I'm creating an web app in Pylons, and am working on an image upload action. This is currently running using egg:paste#http on my windows machine, in the basic development configuration described in the pylons documentation quickstart. When I POST an image to my application, then move the image to the web root directory, then pull the ...

Increase image quality from dvipng without increasing image size?

For dvipng, the -D option increases the dpi of the image but also increases the image size, and the -Q option improves antialiasing but doesn't do enough. Is there a way to increase the image resolution and quality without increasing image size? ...

Problems with javascript/php image positioning system

Hi everyone! I am working on a project which involves moving products around a virtual living room, I have the following function <a href="javascript:void(0)" onclick="sendxandy( <? echo $_SESSION['numberOfProducts']; ?> )">Save Positions of Products</a> and then the function is as follows: ` function sendxandy(productAmount) { ...

Java script Gallery - how to show a next image with an arrow - shiftImg(1)

//html file Image slideshow </script>   Loading image. Please wait 1     ...

Display image from byte value received from webservice

sir, i have made a web service in .net in which i am returning a byte value of image through a method but at the mobile side i want to retrieve this byte value and display it as a image on the mobile nokia 6212 classic. same web service returns string but receiving string is done easily but in case of byte the value is not retrieve at th...

How to sharpen/complete/correct text in image

I have some scanned images that contain text. After scanning, the text is dull and in some places the text is missing some pixels. The pixel loss is really small but enough that sharpening the image is not enough. I would like to find an algorithm that will sharpen the text and attempt to complete or correct the pixels that have been l...

C# hashing and looking up images

I'm currently at the point where I can convert Bitmap into byte arrays. Suppose I have 26 images representing a-z with 26 corresponding byte arrays. Given an image I would like to use the byte array to instantly lookup the correct letter rather than performing up to 26 comparisons. Is there some way of hashing the byte arrays to produ...

Compressing High Resolution Satellite Images

Hi! Please advise the best way to compress satellite Image. Details Uncompressed size - 60 gb Uncompressed format - IMG 4 Bands (To be retained after compression) Preferred compression format - JPEG2000 Lossy enough to aid in Visual analysis. Thanks Monika ...