image

How to combine two or many tiff image files in to one multipage tiff image in JAVA

Hello Friends! I have 5 single page tiff images. I want to combine all these 5 tiff images in to one multipage tiff image. I am using Java Advanced Imaging API. I have read the JAI API documentation and tutorials given by SUN. I am new to JAI. I know the basic core java. I dont understand those documentation and turorial by SUN. So f...

Python images display

How can I create a python script that runs through the images (1.jpeg-n.jpeg) in a directory on a mac and displays them in a browser OR via another python program? Do I import a file to python and than display in browser? Do I extract the file names 1,2,3,4,5 and add that to a list, which I give to another function that calls a browser ...

Binding to Image Property

Let's say I have the following dummy class: public class Foo { public Image MyImage { get; set; } } and I have the following in some XAML <Image Source="{Binding Foo.MyImage}"/> If I understand this correctly, this doesn't work because Source is expecting a URI string value fo...

Is there a limit to the amount of layers for a JLayeredPane in java ?

Hi, I have a java application for an ATC. I just got started with the GUI. First I have a Mainframe, a JLayeredPane on this mainframe, and panels with labels(having ImageIcons) inside them on the JLayeredPane. I have successfully added about 4 panels(panels have labels,and labels have imageicons) to the JLayeredPane. When I go to add t...

Is there an easier way to post an image to server side with flash?

I saw this post and don't understand why it's so struggling to post an image to server side with flash, or is it just the poster didn't do it in a proper manner ? So far my progress is: var ba:ByteArray = (new PNGEncoder()).encode(vidBmpHolder); var request : URLRequest = new URLRequest("http://localhost:3000/doodles"); request.method ...

Open image in memory, read color, do something OR open text file containing image color, read that and do something?

I need to access 3 values of color that are contained in my theme's currently active skin folder. In each of my theme's "skin" folder's I have 3 images: header.gif, footer.gif and spot.gif. These images are all the same size and are just used for background colors in my theme skins. The theme owner can create a custom color for each of ...

Recognize Patterns of images JPG or PNG

Hello friend I want to recognize and determine the type of object into photo jpg or png with php, for example determine if exists a apple or grapes, or car, or animals into any photo. Please if somebody know about that, because I want to make exactly that. Regards Gildus ...

How can I detect (and correct) skew in images?

I have a large collection of scanned images, and they are all somewhat skewed, with a white area around them. So, these images have rectangles of colors, surrounded by a large white area. The problem is that these rectangles of color are not parallel to the image border. I'm sure there must be a way to programmatically detect these ...

Uploading images through PHP into SVN and storing meta data in multiple databases

We're currently designing a rewrite of our PHP website. The new version will be under SVN version control and have a separate database for development and live sites. Currently we have about 200,000 images on the site and we add around 5-10 a month. We'd like to have these images under SVN as well. The current plan is to store and ser...

Avoiding image compression on some 3G networks

I want to download an image from the 'net and set it as the users background. This works great over wi-fi, and some 3G networks, but others (T-Mobile UK, for sure) seem to compress the images before sending them. This effect is noticeable when using the browser, too - however, if you long press on an image and save it, when viewing in ...

WPF Images not rendering from in-memory sources.

I have a data class in my application which maintains a collection of byte arrays representing JPEG images. It's defined as: private ArrayList FrameList = new ArrayList(); I'm having some troubles with my Image object rendering a blank page (and taking its sweet time to do it as well). When I insert a blank image with a 2K in-memory b...

jQuery get an image source encrypted/

Hi guys, i kinda sorted out my problems with forms with using serializeArray, but as you may know it lacks of support for input/file, so decide to merge it with my serialized data. Now i create the object and everything i get the name of the file with .val(). But i can't the image source. For example i wanna do this: alert(jQuer...

Advice for classifying symbols/images

I am working on a project that requires classification of characters and symbols (basically OCR that needs to handle single ASCII characters and symbols such as music notation). I am working with vector graphics (Paths and Glyphs in WPF) so the images can be of any resolution and rotation will be negligable. It will need to classify (and...

How do I load a picture (image) into smalltalk.

How do you load a picture into smalltalk? I have found several examples of how to display an image once it is a class resource, but can't find a way to import the picture into my smalltalk environment. (I use the word picture to avoid confusion with the smalltalk image) ...

Image from Webcam

How can I capture the image from webcam with a program in C/C++ and then process the image and possibility transmit it over ethernet. Has any way to create it in Windows and Linux easily? ...

Display image while dragging

How can i put an image in corner or center of cursor while user dragging an item in ListView or other controls like that? When you dragging an image or text in Firefox; same thing occurs. ...

How can I retrieve the main image of a blog post/news article?

Hello, I have a made a news aggregator Newzupp which I want to modify. Right now I am simply displaying the titles of the news stories and I am linking them to their urls. I am planning to make it more graphical, by using images + titles instead of plain titles. I want to know how can I get the main image of each article (somewhat si...

Which is the best way to manage Photos on a web application ?

I am building a Photo centric website. I wanna learn how to store photos on disk as well as database. diff sized thumb nails.. etc. Can some one guide me with the same ? ...

Is it possible to include images inside nodes of a DOT-langage Graph?

Hello, I would like to include images (not only text) inside the nodes of a DOT-langage graph. Is it possible? I didn't find any example concerning it. Thanks. ...

AVCaptureDevice inheritance

Hello, Is there a way to create a subclass from AVCaptureDevice? , because i want to supply my own set of images to the export session to create a quick time movie. if there's another way to do so , please let me know. Best regards John ...