1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
GO_LIBRARY() SRCS( format.go geom.go image.go names.go ycbcr.go ) GO_TEST_SRCS( geom_test.go image_test.go ycbcr_test.go ) GO_XTEST_SRCS( decode_example_test.go decode_test.go ) END() RECURSE( color draw gif internal jpeg png )