1

I would like to create a tag cloud but using images.

I don't mind how I achieve this, whether it is with a JQuery plugin, css or some clever programming.

I came across a jquery plugin called image tag cloud, but seems unsupported and well generally not working.

Anyone got ideas?

Thanks

vlasits
  • 2,215
  • 1
  • 15
  • 27
shenku
  • 11,969
  • 12
  • 64
  • 118
  • I never found an existing implementation for this, but one would need to implement some sort of [packing algorythm](http://en.wikipedia.org/wiki/Packing_problem) – shenku Feb 29 '12 at 01:57

2 Answers2

1

Found something:

Flex

A fluid asymmetrical animated grid plugin for jQuery

http://jsonenglish.com/projects/flex/

shenku
  • 11,969
  • 12
  • 64
  • 118
0

Have a look at this:

Algorithm to implement a word cloud like Wordle

The "DisOrganizer" mentioned in the answers could serve your purpose. With a little change, you can let this "Disorganizer" to serve an image, the way you wanted. PS: The code is written in C# https://github.com/chandru9279/zasz.me/blob/master/zasz.me/

Community
  • 1
  • 1
Sunil Raj
  • 460
  • 5
  • 20