Ruby On Symplify few loops
by darkleo.myopenid.com,
February 07, 2010 21:44
@Ants : It is obviously muc...
1 2 3 4
def self.load_bmp name fail unless FileTest.exist?('Media/'+name) file = File.open('Media/'+name, 'rb') ...
Ruby On Symplify few loops
by darkleo.myopenid.com,
January 31, 2010 21:36
I read `data`, `width` and ...
1 2 3 4
for y in 0...height for x in 0...width # BGR => RGB & miror y ...
Ruby Symplify few loops
I need to reformat .bmp dat...
and what wrong with reverse...