1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/image
Nigel Tao 2deee2936c exp/draw: clip destination rectangle to the image bounds.
image: introduce Intersect and Union rectangle methods.

R=r, rog, nigeltao
CC=golang-dev
https://golang.org/cl/2115043
2010-09-09 19:12:54 +10:00
..
jpeg image: introduce Config type and DecodeConfig function, to decode an 2010-09-03 18:03:08 +10:00
png image: introduce Config type and DecodeConfig function, to decode an 2010-09-03 18:03:08 +10:00
color.go image: introduce Gray and Gray16 types, and remove the named colors 2010-08-03 10:57:53 +10:00
format.go image: introduce Config type and DecodeConfig function, to decode an 2010-09-03 18:03:08 +10:00
geom.go exp/draw: clip destination rectangle to the image bounds. 2010-09-09 19:12:54 +10:00
image.go image: introduce Config type and DecodeConfig function, to decode an 2010-09-03 18:03:08 +10:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
names.go image: change a ColorImage's minimum point from (0, 0) to (-1e9, -1e9). 2010-09-07 19:16:59 +10:00