Home | History | Annotate | Download | only in png

Lines Matching refs:IMAGE

11 	"image"
12 "image/color"
58 func readPNG(filename string) (image.Image, error) {
68 func sng(w io.WriteCloser, filename string, png image.Image) {
80 var paletted *image.Paletted
92 paletted = png.(*image.Paletted)
147 // Write the IMAGE.
148 io.WriteString(w, "IMAGE {\n pixels hex\n")
294 t.Errorf("decoding %s: have image + error", tt.file)
339 // The following is an invalid 1x2 grayscale PNG image. The header is OK,
355 The following is a valid 1x1 paletted PNG image with a 1-element palette