import java.awt.*; import java.awt.image.*; class Raster { public int width, height; public int pixel[];