javascript - Image composed by tiles images in js or php? -


any of remember trend of composing 1 main image using lot of small images?

i remember uniqlo website used have tecnique, , many more flash-based website.

do think doable in javascript? goal translate simple b&w bitmap, letter "q" instance, made of other images taken randomly db...

any advice on how start project? should for?

thanks.

ah old image-made-of-smaller-images trick. should doable. in black , white.

-you want each mini-image blur light-or-dark approximation. it's b&w pixel right? need overall luminosity metric each small image, 1 255 or 1 100. if it's in db can generate ahead of time in language more suitable image processing.

-then need algorith breaking big image smaller things. suggest forte of javascript not image matrix processing. need library convert letters bitmaps. there lots of old school libraries make letters ascii art. might piggyback off 1 of these. need luminosity metrics each of these little pieces, letters make ascii art.

-when have metrics both, pair 'em , generate table. used use tables border width=0, shouldn't hard generate in js.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -