Home | History | Annotate | Download | only in png

Lines Matching full:trns

37 	"basn3p08-trns",
49 "basn3p08-trns",
116 // Write the PLTE and tRNS (if applicable).
137 io.WriteString(w, "tRNS {\n")
360 0000030: 0000 0001 7452 4e53 7f80 5cb4 cb00 0000 ....tRNS..\.....
364 Dropping the tRNS chunk makes that color's alpha 0xff instead of 0x7f.
369 trns = "\x00\x00\x00\x01tRNS\x7f\x80\x5c\xb4\xcb"
379 b = append(b, trns...)
389 t.Errorf("%d tRNS chunks: %v", i, err)
395 t.Errorf("%d tRNS chunks: %v", i, err)
401 t.Errorf("%d tRNS chunks: got nil error, want non-nil", i)
406 t.Errorf("%d tRNS chunks: got %T %v, want %T %v", i, got, got, want, want)