Using TreeMap with Images

To represent the most popular artists from the EchoNest API , I tried to configure the Silverlight Toolkit TreeMap using images, their TreeItemDefinition.ValueBinding is defined as the image area.

While it basically fills the space when the image stretch is set to "Fill":

enter image description here

When setting the image stretch to "Uniform" there are many gaps:

enter image description here

At this post, it is proposed to cut the image: Comparison with a given aspect ratio

How can I find out which images should be cut and what sizes they should be cut, if at all possible?

Is this problem solvable without human intervention for a good result?

+2
treemap image silverlight seam-carving
source share

No one has answered this question yet.

See similar questions:

8
Can images be used as background rectangles for d3 treemaps?
4
Matching to a Specified Aspect Ratio

or similar:

1832
Lazy loading images in a ListView
1338
How to vertically align an image inside a div
1264
How can I automatically resize the image to fit the div container?
1207
Strange memory issue when loading image into Bitmap object
777
Resize Image in Markdown
2
Silverlight Image Stretch = "Uniform" Fail for Portrait Sized Images
one
Batch resizing photos while maintaining aspect ratio and fitting to a specific pixel size
0
Resizing images using (4: 3) PHP
0
Fill the content area with the navigation area
0
How to show the image always squared

All Articles