Talk:Color of a screen pixel: Difference between revisions

xwd makes me think about how to do it with bash;)
(can be done, but maybe in a OS specific way, if widespread toolkit does not exist (toolkit are libs, we can use them))
(xwd makes me think about how to do it with bash;))
Line 8:
 
: I believe every lang able to use OS API should be able; this creates anyway a "strong" system dependency, unless one can achieve the task using portable toolkit; e.g. GTK (GDK exactly?) should make it possible, and the solution should work on every system with GTK...? (Maybe!) If a system allows the existence of a "snapshot" software (to take picture of the whole screen or of a particular window), then this task is not unsecure. --[[User:ShinTakezou|ShinTakezou]] 10:49, 30 May 2009 (UTC)
:: Whoops seen now the Tcl solution using xwd to take a snapshot! I think it's a good solution.= --[[User:ShinTakezou|ShinTakezou]] 10:51, 30 May 2009 (UTC)