mosaic

What's the best way to fill or paint around an image in Java?

I have a set of images that I'm combining into a single image mosaic using JAI's MosaicDescriptor. Most of the images are the same size, but some are smaller. I'd like to fill in the missing space with white - by default, the MosaicDescriptor is using black. I tried setting the the double[] background parameter to { 255 }, and that fill...

How to Stich to Image objects in Java

Hi, I have a scenario in which i`m getting a number of tiles (e.g.12) from my mapping server. Now for buffering and offline functions I need to join them all back again so that we have to deal with 1 single image object instead of 12. I ve tried to do it without JAI my code is below. package imagemerge; import java.awt.*; import java...

How to make mosaic plot with pictures as bars with R?

Hi, I'd like to plot mosaic bar or spinogram like here: http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=117, but I'd like to have vertically streched 3-letter string legend inside of each bar. Any ideas how to implement this easily? ...

Creating mosaic picture from words

Looking for a library that creates mosaic picture from words. just like ascii art but from words or sentences. cheers! ...

How to write Image Mosaic Generator

Task is following: how to create selected picture mosaic from large number of images. My first shot would be using evolutionary algorithm. Where genotype represents mapping of original images to positions in mosaic grid, and individual is evaluated according to similarity to original picture. Actually in basic approach each tile can be t...

GWT / Mosaic - Use ComboBox

Hi everybody, I'm using a the combobox of the Mosaic library. I'd like to use that widget in order to customize the arrow part of the combobox. This is working well. But the combobox is placed in a scrollpanel. When i click on my combobox, it opens a dropdownpanel. If i start scrolling, the dropdownpanel don't move with the combobox wi...