request for a program to see if Dr Masaru Emoto's water crystal experiment can be reproduced on computers, using pictures and random generated pixels
Dr Emoto found that water exposed to messages and music had a effect on the crystals produced when the water was frozen.
i want to know if the same can be done with computers using images/pictures and a random generator.
http://www.whatthebleep.com/water-crystals/
my request is for a program under a free software license:
a program that takes input of pixel height and width to make a frame.
height in pixels(x):input = 500
width in pixels(z):input = 500
and input of how many pixels per second to be generated
pixels per second(y):input = 20
input for picture/image file to be super imposed on frame.
picture/image to be super imposed on frame:input = /home/user/love.jpeg
picture/image to be stretched to x * z pixels and placed over frame.
For each pixel a random colour to be generated and placed.
when last pixel is completed the picture to be removed.
and the result of random generated pixels to be shown.
thank you for taking the time to read this.
i can only offer my thanks and a upvote,
i hope there is someone out there who is has curious to the out come of such a program has i am.
with the programming skills i lack to produce a program that can perform this function.