- f5f00be image: fix obsolete reference in PalettedImage doc comment by Andrew Ekstedt · 10 years ago
- dfc4997 image: fix typo in Alpha16 doc comment by Andrew Ekstedt · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/image/image.go]
- ca94064 image: add RGBAAt, Gray16At, etc. by ChaiShushan · 11 years ago
- a075fdb image: roll back 13239051 (add RGB and RGB48) by Rob Pike · 11 years ago
- e5902fc image: add RGB and RGB48 by ChaiShushan · 11 years ago
- abe384f all: be more idiomatic when documenting boolean return values. by Rob Pike · 12 years ago
- 18f1a71 doc: added The Go image package article by Francisco Souza · 13 years ago
- 8fc87c9 image: add package docs, rename s/UnknownFormatError/ErrFormat/ and by Nigel Tao · 13 years ago
- ab2ea94 image: change the YCbCr image's pixel buffers to start at Rect.Min by Nigel Tao · 13 years ago
- af08cfa image: add PixOffset methods; use them in image/draw and image/tiff. by Nigel Tao · 13 years ago
- a2846e6 image: spin off a new color package out of the image package. by Nigel Tao · 14 years ago
- 76d82db doc: link to image blog post by Andrew Gerrand · 14 years ago
- aa75bee image: change the NewXxx functions to take a Rectangle instead of by Nigel Tao · 14 years ago
- 68a04dc image: add PalettedImage interface, and make image/png recognize it. by Jaroslavas Počepko · 14 years ago
- 8bd5089 image: change Pix from []FooColor to []uint8. by Nigel Tao · 14 years ago
- 87d9e7e image: change Pix[0] to mean top-left corner of an image's Rect instead by Nigel Tao · 14 years ago
- 03f987c image: tighten Paletted.Opaque to check only those palette entries by Nigel Tao · 14 years ago
- c0c824c image: add Paletted.Set, and a basic test of the concrete image types. by Nigel Tao · 14 years ago
- f531ef3 image: rename Contains and ContainsRectangle to In. by Nigel Tao · 14 years ago
- 422abf3 image: add a SubImage method. by Nigel Tao · 14 years ago
- da39008 image: make AlphaColor.Set conform to usual signature by Roger Peppe · 14 years ago
- a2354cd image: fix build accidentally deleted one method TBR=rsc by Rob Pike · 14 years ago
- 2398a74 image: add type-specific Set methods and use them when decoding PNG. by Rob Pike · 14 years ago
- 6a186d3 src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao · 14 years ago
- 2b4218f image: introduce Config type and DecodeConfig function, to decode an by Nigel Tao · 15 years ago
- d4e23b7 image: fix comment typo. by Nigel Tao · 15 years ago
- b50a3d9 image: change image representation from slice-of-slices to linear buffer, by Nigel Tao · 15 years ago
- 5eb35e4 image: replace Width and Height by Bounds, and introduce the Point and by Nigel Tao · 15 years ago
- 244b658 image: introduce Gray and Gray16 types, and remove the named colors by Nigel Tao · 15 years ago
- 6de79ee image: add an Alpha16 type, for completeness. by Nigel Tao · 15 years ago
- c2e9f0c Add Opaque method to the image types. by Nigel Tao · 15 years ago
- 2bb59fd Make image.Color.RGBA return 16 bit color instead of 32 bit color. by Nigel Tao · 15 years ago
- e974fb9 When making images, allocate one big buffer instead of many small ones. by Nigel Tao · 15 years ago
- a3372bd New image.A type, to represent anti-aliased font glyphs. by Nigel Tao · 15 years ago
- a3d1045 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- 75829b3 Remove unnecessary int(h) casts in image.go. by Nigel Tao · 15 years ago
- 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
- 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
- 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
- c2ec958 apply gofmt to go, gob, hash, http, image, io, json, log by Russ Cox · 16 years ago
- 11e313a Unit tests for image/png, based off the semi-official pngsuite from libpng.org. by Nigel Tao · 16 years ago
- ca6a0fe more "declared and not used". by Russ Cox · 16 years ago
- 70eef67 PNG decoder for go. by Nigel Tao · 16 years ago
- 5cbc96d Introduce the image package. by Nigel Tao · 16 years ago