Home | History | Annotate | Download | only in png

Lines Matching full:writestring

96 	io.WriteString(w, "#SNG: from "+filename+".png\nIHDR {\n")
100 io.WriteString(w, " using color;\n")
102 io.WriteString(w, " using color alpha;\n")
104 io.WriteString(w, " using grayscale;\n")
106 io.WriteString(w, " using color palette;\n")
108 io.WriteString(w, "unknown PNG decoder color model\n")
110 io.WriteString(w, "}\n")
114 io.WriteString(w, "gAMA {1.0000}\n")
119 io.WriteString(w, "PLTE {\n")
135 io.WriteString(w, "}\n")
137 io.WriteString(w, "tRNS {\n")
143 io.WriteString(w, "}\n")
148 io.WriteString(w, "IMAGE {\n pixels hex\n")
200 io.WriteString(w, "\n")
202 io.WriteString(w, "}\n")