0
votes
1answer
10 views

Javascript/ExtendScript/ScriptUI temporary window message

This should be relatively simple. While writing a script for Adobe InDesign CS6, I'd like to have a window/palette appear briefly—say, about two seconds— to notify the user that the end ...
2
votes
0answers
143 views

Finishing an algorithm to generate a color dominance histogram from a picture (in JavaScript)

I need to find out what are the N dominant colors of an image. I've written a function inspired from this : http://bubble.ro/How_to_create_the_histogram_of_an_image_using_PHP.html The picture is ...
11
votes
1answer
2k views

Algorithm or library for color quantization/reduced image color palette in Javascript?

I'm writing a web app that takes a user-submitted image, gets the pixel data via a canvas element, does some processing, and then renders the image using vector shapes (using Protovis). It's working ...
15
votes
3answers
8k views

JS function to calculate complementary colour?

Does anybody know, off the top of your heads, a Javascript solution for calculating the complementary colour of a hex value? There is a number of colour picking suites and palette generators on the ...