 PNG

   
IHDR             8]    PLTE                                                                                                                                                                                          S   =tRNS  	


 PNG

   
IHDR             8]    PLTE                                                                                                                                                                                          S   =tRNS  	


all:

cover:
	go test -cover -v -coverprofile=cover.dat ./...
	go tool cover -func cover.dat

.PHONY: cover
