Assignment:
Create a web page that has a 24-bit RGB image that you create by a program. It should contain a number of 100 pixel by 100 pixel squares in RGB space. These should have all combinations of the number 0, 127, and 255. This means 27 squares total.
My Answer:
PPM generated in PERL, converted to PNG with ImageMagick's 'convert' utility on the command line in Linux.
|
Quick Links
|