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