git.lucas.co / go_mono
git clone https://git.lucas.co/go_mono.git

DateMessageAuthor
2026-01-09go.mod: update golang.org/x dependenciesGopher Robot
2025-12-08go.mod: update golang.org/x dependenciesGopher Robot
2025-10-26all: eliminate vet diagnosticsSean Liao
2025-11-11go.mod: update golang.org/x dependenciesGopher Robot
2025-10-20all: fix some commentscuishuang
2025-04-11vector: use built-in max/min to simplify the codecuishuang
2025-10-08go.mod: update golang.org/x dependenciesGopher Robot
2025-09-29draw: accept slightly different JPEG decodingsRuss Cox
2025-09-07go.mod: update golang.org/x dependenciesGopher Robot
2025-08-13all: upgrade go directive to at least 1.24.0 [generated]Gopher Robot
2025-08-07go.mod: update golang.org/x dependenciesGopher Robot
2025-07-15bmp: decode 1, 2 and 4 bits-per-pixel palettesTuyen Phan
2025-07-09go.mod: update golang.org/x dependenciesGopher Robot
2025-06-05go.mod: update golang.org/x dependenciesGopher Robot
2025-05-05go.mod: update golang.org/x dependenciesGopher Robot
2025-04-05go.mod: update golang.org/x dependenciesGopher Robot
2025-03-05go.mod: update golang.org/x dependenciesGopher Robot
2025-02-27all: use a more straightforward return valuecuishuang
2025-02-14all: upgrade go directive to at least 1.23.0 [generated]Gopher Robot
2025-02-04go.mod: update golang.org/x dependenciesGopher Robot
2024-12-04go.mod: update golang.org/x dependenciesGopher Robot
2024-11-07go.mod: update golang.org/x dependenciesGopher Robot
2024-10-31README: don't recommend go getIan Lance Taylor
2024-10-04go.mod: update golang.org/x dependenciesGopher Robot
2024-09-04go.mod: update golang.org/x dependenciesGopher Robot
2024-08-06go.mod: update golang.org/x dependenciesGopher Robot
2024-07-19colornames: update link to SVG specSean Liao
2024-07-16LICENSE: update per Google LegalRuss Cox
2024-07-07draw: avoid FMA (Fused Multiply Add)Nigel Tao
2024-05-22tiff: Validate palette indices when parsing palette-color imagesJohn Wright
2024-06-04go.mod: update golang.org/x dependenciesGopher Robot
2024-05-04go.mod: update golang.org/x dependenciesGopher Robot
2024-04-16tiff: fix function name in commentcuishuang
2023-12-19webp: disallow multiple VP8X chunksRoland Shoemaker
2023-11-07go.mod: update golang.org/x dependenciesGopher Robot
2023-07-18font/sfnt: support early version 0 OS/2 tablesErik Agsjö
2023-09-09draw: simplify some calls to fmt.FprintfBranden J Brown
2023-09-07draw: merge draw_go117.go into draw.goDmitri Shuralyov
2023-09-07go.mod: update go directive to 1.18Dmitri Shuralyov
2023-09-01draw: add fast paths for RGBA64ImageBranden J Brown
2023-09-02go.mod: update golang.org/x dependenciesGopher Robot
2023-08-04go.mod: update golang.org/x dependenciesGopher Robot
2023-07-07tiff: limit work when decoding malicious imagesDamien Neil
2023-07-09bmp: support to decode 8-bit format with up to 256 color paletteentooone
2023-07-04go.mod: update golang.org/x dependenciesGopher Robot
2023-06-12go.mod: update golang.org/x dependenciesGopher Robot
2023-04-06go.mod: update golang.org/x dependenciesGopher Robot
2023-03-08font: have Glyph return !ok for U+FFFD substituteNigel Tao
2023-03-04go.mod: update golang.org/x dependenciesGopher Robot
2023-02-17font/sfnt: set type for all NameID constantsDmitri Shuralyov
2023-02-17tiff, tiff/lzw, vector: use single space in commentsDmitri Shuralyov
2022-12-15tiff: don't pre-allocate giant slices before readingRoland Shoemaker
2023-02-08go.mod: update golang.org/x dependenciesGopher Robot
2023-01-04go.mod: update golang.org/x dependenciesGopher Robot
2022-12-16font/plan9font: limit the font image's dimensionsNigel Tao
2022-12-16font/plan9font: fix byteoffset for non-zero originNigel Tao
2022-12-08font/plan9font: fix bounds overflowNigel Tao
2022-12-05go.mod: update golang.org/x dependenciesGopher Robot
2022-10-17go.mod: update golang.org/x dependenciesGopher Robot
2022-09-02bmp: ignore alpha in Decode when the alpha channel is not supportedZeke Lu
2022-07-22A+C: delete AUTHORS and CONTRIBUTORSRuss Cox
2022-06-16font/gofont: upgrade to version 2.010Nigel Tao
2022-05-31all: update golang.org/x/text for CVE-2021-38561Jacob
2022-04-07font/sfnt: fix Font.GlyphIndex nil Buffer dereferenceNigel Tao
2022-04-11all: gofmtRuss Cox
2022-03-18tiff: do not crash when encoding with unsupported compressionBenny Siegert
2022-03-02all: fix typoscuishuang
2021-10-27font/sfnt: verify the total number of contour pointsNigel Tao
2021-06-24draw: alias the stdlib draw.RGBA64Image typeNigel Tao
2021-06-22font/sfnt: fix parsing PostScript fonts' 4-byte numbersNigel Tao
2021-02-17image: bump x/[email protected]Sebastien Binet
2021-05-02vector: add example testNigel Tao
2021-02-19all: go fmt ./...Russ Cox
2021-02-16font/sfnt: add more package docsNigel Tao
2021-02-11font/sfnt: add Font.WriteSourceToNigel Tao
2020-12-07README.md: add badge to pkg.go.devJulie Qiu
2020-09-27font/opentype: add Parse and similar functionsNigel Tao
2020-09-26font/opentype: merge face.go into opentype.goNigel Tao
2020-09-25font/opentype: add ExampleNewFaceNigel Tao
2020-09-24font/opentype: de-duplicate sfnt.loadGlyf callsNigel Tao
2020-07-02font/opentype: implement Glyph and GlyphBoundsHajime Hoshi
2020-09-20webp: don't reject VP8X that isn't just VP8 + alphanarro
2020-07-27font/sfnt: fix Font.GlyphBounds with truncated hmtx tableNigel Tao
2020-06-15font/sfnt: fix uint16 overflow in Glyph{Advance,Index}Sebastien Binet
2019-03-09font/sfnt: implement Font.GlyphBoundsOliver Tonnhofer
2019-12-09font/sfnt: fix dropped errorsLars Lehtonen
2019-12-14ccitt: add the AutoDetectHeight decoding optionNigel Tao
2019-12-13ccitt: accept missing multiple-EOL trailerNigel Tao
2019-11-26tiff, bmp: return io.UnexpectedEOF on empty dataSardorbek Pulatov
2019-10-09ccitt: style fixesNigel Tao
2019-09-10ccitt: set bitReader default order to MSBHorst Rutter
2019-09-01font/plan9font: rewrite reference to plan9.bell-labs.com to 9p.ioWagner Riffel
2019-08-29ccitt: speed up the highBits functionNigel Tao
2019-08-28ccitt: factor out a highBits functionNigel Tao
2019-08-17ccitt: fix byte align and invert flagHorst Rutter
2019-08-22tiff/lzw: don't follow code == hi if last is invalidNigel Tao
2019-07-04image/vector: simplify haveAccumulateSIMD fieldsNigel Tao
2019-07-04ccitt: implement bitWriterHorst Rutter
2019-07-03image/vector: add runtime check for SSE4.1Nigel Tao
2019-06-18tiff: Add support for CCITT group 3/4 compressionHorst Rutter
2019-06-15ccitt: implement NewReader and DecodeIntoGrayNigel Tao
2019-06-15go.mod: add go language versionNigel Tao
2019-05-22ccitt: rename fooTable vars to fooDecodeTableNigel Tao
2019-05-15ccitt: don't advance bitReader after invalid codeNigel Tao
2019-05-05ccitt: new package for CCITT imagesNigel Tao
2019-04-28tiff: mark test and benchmark helpersBenny Siegert
2019-04-17vector: clarify GOARCH=wasm test codeNigel Tao
2019-04-09vector: fix tests on wasmRichard Musiol
2019-03-12tiff: add Fuzz functionAndrei Tudor Călin
2019-01-25font/sfnt: support for large kern tablesOliver Tonnhofer
2019-02-15all: add a go.mod fileMichael Matloob
2019-01-25font/sfnt: support for kerning from GPOS tablesOliver Tonnhofer
2018-10-31font/sfnt: support cmap format 6Denys Smirnov
2018-11-16font/sfnt: make PostTable.ItalicAngle a float64Nigel Tao
2018-10-30font/sfnt: support fonts with "true" apple version tagDenys Smirnov
2018-10-30font/sfnt: parse and expose PostScript informationDenys Smirnov
2018-11-10vector: use asm opcode mnemonicsNigel Tao
2018-11-08draw: re-enable the image.Rectangle DstMask fast pathDmitri Shuralyov
2018-11-08font/sfnt: rename ExampleRasterizeGlyph to Example_rasterizeGlyphDmitri Shuralyov
2018-11-08draw: fix Transformer documentation formattingDmitri Shuralyov
2018-11-08draw: remove Go 1.8 supportDmitri Shuralyov
2018-11-08webp: remove Go 1.8 supportDmitri Shuralyov
2018-11-08vector: remove Go 1.8 supportDmitri Shuralyov
2018-11-08webp/nycbcra: delete deprecated packageDmitri Shuralyov
2018-11-08colornames: update SVG 1.1 spec URLDmitri Shuralyov
2018-10-31font/sfnt: support post table version 1.0Denys Smirnov
2018-10-25font/sfnt: fix hmtx table size validationDenys Smirnov
2018-10-30all: fix typosIgor Zhilianin
2018-10-24font/sfnt: support parsing legacy fonts with OS2 table version <= 1Denys Smirnov
2018-10-24bmp: update comment about decoding 32 bpp imagesNigel Tao
2018-10-10image/bmp: support v4 and v5 info header versionsDavid Heuschmann
2018-09-19image/font: expose caret slopeElias Naur
2018-09-15font,font/sfnt: expose font x-Height and capHeightElias Naur
2018-07-06bmp: remove unused testing.T argNigel Tao
2018-06-20bmp: Add support for writing bitmaps with alpha channelsDerek Buitenhuis
2018-06-25font/sfnt,font/opentype: correct font height computationElias Naur
2018-06-01README: fix go get instructionsPaul Jolly
2018-04-03tiff: fixes problem with decoding tiled uint16 tiff files.monkeybutter
2018-03-14CONTRIBUTING.md: remove note about not accepting Pull RequestsAndrew Bonventre
2017-12-12draw: fix crash caused by Scale by Copy shortcutJiulong Wang
2017-10-03font/opentype: implement font.Face interfaceSebastien Binet
2017-09-30font/sfnt: add Metrics to FontElias Naur
2017-07-18README: add more descriptionKevin Burke
2017-09-04vector: prevent fused multiply-add being used in floatingLineToMichael Munday
2017-09-07vector: benchmark the floating point code path.Nigel Tao
2017-05-14font/sfnt: implement hflex and hflex1.Nigel Tao
2017-05-20font/sfnt: add ErrColoredGlyph.Nigel Tao
2017-04-30font/sfnt: don't reject multiple kern subtables.Nigel Tao
2017-04-30tiff/lzw: sync with the stdlib compress/lzw.Nigel Tao
2017-04-17font/sfnt: support .dfont files.Nigel Tao
2017-04-16tiff: remove InternalError which is not used anywhere.kim yongbin
2017-04-07font/sfnt: explicitly close glyph contours.Nigel Tao
2017-04-06font/sfnt: implement Font.Bounds.Nigel Tao
2017-03-31font/sfnt: use charmap EncodeRune API.Nigel Tao
2017-04-01font/sfnt: implement Font.GlyphAdvance.Nigel Tao
2017-03-31font/sfnt: flip the Y axis for LoadGlyph's Segments.Nigel Tao
2017-03-30font/sfnt: implement Font Dict Select.Nigel Tao
2017-03-23font/sfnt: implement implicit vstem before hintmask.Nigel Tao
2017-03-23font/sfnt: fix argStack size check for moveto ops.Nigel Tao
2017-03-30font/gofont: new Smallcaps; update other Go Fonts.Nigel Tao
2017-03-18font/sfnt: support PostScript compound glyphs (subroutines).Nigel Tao
2017-03-19font/sfnt: increase proprietary_test coverage.Nigel Tao
2017-03-18font/sfnt: implement flagWeHaveATwoByTwo.Nigel Tao
2017-03-19font/sfnt: rename a "stack" field to "argStack".Nigel Tao
2017-03-18font/sfnt: ignore version 1 kern tables.Nigel Tao
2017-03-18font/sfnt: support font collections (.ttc and .otc files).Nigel Tao
2017-03-16font/sfnt: support TrueType glyph transformations.Nigel Tao
2017-03-13font/sfnt: support TrueType compound glyphs.Nigel Tao
2017-03-12font/sfnt: implement rcurveline and rlinecurve.Nigel Tao
2017-03-10font/sfnt: implement {hh,vv}curveto.Nigel Tao
2017-03-02font/sfnt: make parseXxx dependencies explicit.Nigel Tao
2017-02-27draw: use type aliases for go1.8.typealias builds tooRuss Cox
2017-02-23font/sfnt: implement Font.Kern.Nigel Tao
2017-02-18font/sfnt: check the versions of proprietary fonts.Nigel Tao
2017-02-18font/sfnt: add a ppem arg to Font.LoadGlyph.Nigel Tao
2017-02-17font/sfnt: update test for adobe/SourceSansPro-Regular.ttf.Nigel Tao
2017-02-14font/sfnt: implement Font.GlyphName.Nigel Tao
2017-02-15font/sfnt: support Symbol fonts such as MS Webdings.Nigel Tao
2017-02-10draw: alias the standard library's image/draw's exported types.Nigel Tao
2017-02-10draw: tweak the YCbCr to RGBA conversion formula again.Nigel Tao
2017-02-04font/sfnt: support non-zero offsets in format-4 cmap tables.Nigel Tao
2017-02-04font/sfnt: fix proprietary fonts and cmap format 12.Nigel Tao
2017-02-04font/sfnt: add tests for proprietary fonts.Nigel Tao
2017-02-03font/sfnt: support cmap format 12.Nigel Tao
2017-02-02font/sfnt: use ../testdata/cmapTest.ttf.Nigel Tao
2017-01-21font/sfnt: parse the cmap table.Nigel Tao
2017-01-15font/sfnt: parse the glyf table.Nigel Tao
2016-12-31math/fixed: add some Point and Rectangle methods.Nigel Tao
2016-12-21font: fix rectangle-union for empty rectangles.Nigel Tao
2016-12-16font: add bounds measurement methodsRaphael Geronimi
2016-12-17font/sfnt: add a Font.Name method.Nigel Tao
2016-12-13font/sfnt: add a comment about contour ordering.Nigel Tao
2016-12-09font/sfnt: implement rrcurveto.Nigel Tao
2016-12-05font/sfnt: parse Type 2 Charstrings.Nigel Tao
2016-12-08font: add some comments for the XxxBytes methods.Nigel Tao
2016-12-02font/sfnt: parse CFF 2-byte operators and real numbers.Nigel Tao
2016-11-27font/sfnt: parse the CFF table.Nigel Tao
2016-11-20font/sfnt: new package for parsing SFNT fonts.Nigel Tao
2016-11-18font/gofont: add style descriptions to the generated package docs.Nigel Tao
2016-11-15font/gofont: new packages for the Go font family.Nigel Tao
2016-11-06vector: measure the fixed point rasterizer's accuracy.Nigel Tao
2016-11-06vector: make args float32 pairs instead of f32.Vec2.Nigel Tao
2016-10-26vector: tweak the asm register assignment.Nigel Tao
2016-10-26vector: add go1.6 build tag for asm code.Nigel Tao
2016-10-20vector: remove a shift from the inner loop.Nigel Tao
2016-10-20vector: change ϕ from 10 to 9.Nigel Tao
2016-10-15vector: simplify fixedLineTo computation.Nigel Tao
2016-10-14vector: fix overflow when rasterizing a 30 degree line.Nigel Tao
2016-10-13vector: add SIMD versions of xxxAccumulateMask.Nigel Tao
2016-10-13vector: fix overflow when rasterizing wide lines.Nigel Tao
2016-10-11vector: add SIMD versions of xxxAccumulateOpOver.Nigel Tao
2016-10-10vector: generate acc_amd64.s from a template.Nigel Tao
2016-10-06vector: add SIMD versions of xxxAccumulateOpSrc.Nigel Tao
2016-09-30vector: add some accumulate tests.Nigel Tao
2015-04-28tiff: reject TIFF images with unsorted IFD tags.Benny Siegert
2016-10-01vector: re-order some functions.Nigel Tao
2016-09-28vector: add a fixed point math implementation.Nigel Tao
2016-09-28vector: sort benchmarks from slowest to fastest.Nigel Tao
2016-09-25vector: add a fast path for RGBA dst images.Nigel Tao
2016-09-24vector: add some more tests.Nigel Tao
2016-09-24vector: allow dst and mask to have different strides.Nigel Tao
2016-09-23vector: implement arbitrary dst and src image types.Nigel Tao
2016-09-23vector: add benchmarks.Nigel Tao
2016-09-21vector: implement DrawOp == draw.Over.Nigel Tao
2016-09-05vector: add CubeTo.Nigel Tao
2016-09-01vector: new package for rasterizing 2-D graphics.Nigel Tao
2016-08-19math/fixed: add Mul methods.Nigel Tao
2016-08-06font/plan9font: look for subfont ".0" suffixes.Nigel Tao
2016-07-16webp: make a placeholder package for Go 1.5 and earlier.Nigel Tao
2016-07-15webp: mark package as requiring Go 1.6 for NYCbCrABrad Fitzpatrick
2016-07-01riff: fix some short chunk data bugs.Nigel Tao
2016-06-26font/inconsolata: new package.Nigel Tao
2016-06-26font/basicfont: add Descent and Left fields.Nigel Tao
2016-05-26font: add a []byte flavor of string methods.Nigel Tao
2016-05-26colornames: export variables such as Darkred.Nigel Tao
2016-04-08font/plan9font: derive the example's ascent from the metrics.Nigel Tao
2016-04-10font: add a MeasureString function, not just a method.Nigel Tao
2016-04-10example/font: use an "example" build tag instead of "ignore".Nigel Tao
2016-04-10math/fixed: have Floor, Round and Ceil return int, not Int26_6.Nigel Tao
2016-04-08math/fixed: add Floor, Round and Ceil methods.Nigel Tao
2016-04-08font/plan9font: optimize the conversion to image.Alpha.Nigel Tao
2016-04-02plan9font: use image.Alpha for subface images.Ethan Burns
2016-04-02image/font: make a zero Weight mean a normal weight.Nigel Tao
2016-04-02webp: fix tests for webp/nycbcra deprecation.Nigel Tao
2015-10-10webp/nycbcra: deprecate package.Nigel Tao
2016-03-24font: add Metrics.Descent.Nigel Tao
2016-03-23font: add Face.Metrics.Ethan Burns
2016-01-02cmd/webp-manual-test: blacklist some versions of the dwebp binary.Nigel Tao
2015-09-11font/basicfont: new package for a basic font face.Nigel Tao
2015-09-11colornames: fix copyright year.Nigel Tao
2015-09-01font: fix up some old x/exp/shiny references.Nigel Tao
2015-09-01Merge x/exp/shiny/font to x/image/font.Nigel Tao
2015-08-26shiny/font/plan9font: add an example test.Nigel Tao
2015-08-31shiny/font: have Face.Glyph return an advance width, not a new dot.Nigel Tao
2015-08-24shiny/font: add per-glyph metrics.Nigel Tao
2015-08-24math/fixed: add rectangle types and the R function.Nigel Tao
2015-08-19shiny/font: add Hinting, Stretch, Style and Weight option types.Nigel Tao
2015-08-11shiny/font/plan9font: implement ParseFont.Nigel Tao
2015-08-17math/fixed: add I and P helper functions.Nigel Tao
2015-08-05colornames: new package for named colorsHariharan Srinath
2015-08-13math/fixed: add Point methods (Add, Sub, Mul, Div).Nigel Tao
2015-08-10shiny/font: new package for drawing text on an image.Nigel Tao
2015-08-06math/fixed: add point types.Nigel Tao
2015-07-31draw: have Scale and Transform recognize straight copies.Nigel Tao
2015-07-30math/fixed: new package.Nigel Tao
2015-07-30draw: skip TestFastPaths for Go 1.4.Nigel Tao
2015-07-29vp8: split expression to placate 386 compilerRuss Cox
2015-07-27image/draw: have Transform take a f64.Aff3 instead of a *f64.Aff3.Nigel Tao
2015-07-23shiny/screen: new package.Nigel Tao
2015-07-15draw: tweak the YCbCr to RGBA conversion formula.Nigel Tao
2015-07-02tiff/lzw: sync (yet again) to the upstream lzw in the stdlib.Nigel Tao
2015-06-22tiff/lzw: sync (again) to the upstream lzw in the stdlib.Nigel Tao
2015-06-22tiff/lzw: sync to the upstream lzw in the stdlib.Nigel Tao
2015-06-13image/tiff: replace repeated error creations with oneJeff R. Allen
2015-06-19tiff: re-organize some test cases, and make comment style consistent.Nigel Tao
2015-06-18tiff: format the find/replace test strings consistently.Nigel Tao
2015-06-13image/tiff: fix a panic with invalid tile sizesJeff R. Allen
2015-06-17tiff: don't apply the 8 bps predictor to a 1 bps image.Nigel Tao
2015-06-13image/tiff: do not allow zero bits per sampleJeff R. Allen
2015-05-14vp8: limit all other partitions to 1<<24 bytes in size, not just N-1 of them.Nigel Tao
2015-05-10vp8l: don't ignore I/O errors when reading LZ77 parameters.Aamir Khan
2015-05-10webp: fix panic in case of invalid chunkIDAamir Khan
2015-05-08bmp: optimize decoding and encoding 0xH sized images.Nigel Tao
2015-04-29tiff: don't panic on reading bad ifdchai2010
2015-04-29draw: make op a mandatory argument, not optional.Nigel Tao
2015-04-28tiff: reject IFDs whose data is longer than int.Benny Siegert
2015-04-29draw: disable the image.Rectangle DstMask fast path until Go 1.5 is released.Nigel Tao
2015-04-24tiff: don't panic on reading short block data.Nigel Tao
2015-04-21x/image/tiff: fix division by zero when decoding empty imageHåvard Haugen
2015-04-24cmd/webp-manual-test: add a "build ignore" tag, so that "go install golang.org/x/image/..." doesn't install the manual testing program.Nigel Tao
2015-04-24draw: implement srcMask.Nigel Tao
2015-04-23tiff: fix shadowed err variable.chai2010
2015-04-22draw: add a fast path for an image.Rectangle DstMask.Nigel Tao
2015-04-22draw: delete some dead code.Nigel Tao
2015-04-21draw: implement dstMask.Nigel Tao
2015-04-17draw: factor out some float64 to uint32 conversions.Nigel Tao
2015-04-16draw: plumb the Options through to the type-specific code.Nigel Tao
2015-04-14draw: add mask fields to Options.Nigel Tao
2015-04-14draw: refactor codegen to use argf instead of fmt.Sprintf.Nigel Tao
2015-04-10draw: implement the Over operator.Nigel Tao
2015-04-10draw: clamp kernel output so red, green and blue <= alpha.Nigel Tao
2015-04-08draw: substitute Src for Over when the source image is completely opaque.Nigel Tao
2015-04-07draw: generate code for op == Over.Nigel Tao
2015-04-07draw: switch on the Op compositing operator.Nigel Tao
2015-03-27draw: use a sync.Pool for kernel scaling's temporary buffers.Nigel Tao
2015-03-26draw: update the inlined YCbCr.RGBA code to use 16 bit color.Nigel Tao
2015-03-24draw: optimize some multiply-by-zeroes in Kernel.Transform.Nigel Tao
2015-03-23draw: eliminate some math.Floor calls in Transform methods.Nigel Tao
2015-03-21draw: inline the generated YCbCrToRGB calls.Nigel Tao
2015-03-20draw: add Scale and Transform fast paths for Uniform src images.Nigel Tao
2015-03-20draw: inline the generated PixOffset calls.Nigel Tao
2015-03-20draw: add Scale and Transform fast paths for YCbCr src images.Nigel Tao
2015-03-19draw: optimize Kernel.Transform.Nigel Tao
2015-03-19draw: add a fast path for NRGBA src images.Nigel Tao
2015-03-18draw: change tweaks to be at end-of-line, not start-of-line.Nigel Tao
2015-03-19draw: distinguish YCbCr fast paths by their chroma subsample ratios.Nigel Tao
2015-03-18image: add codereview.cfgJosh Bleecher Snyder
2015-03-18draw: add a fast path for Gray src images.Nigel Tao
2015-03-18draw: have TestSrcTranslationInvariance work on smaller images.Nigel Tao
2015-03-17draw: implement Kernel.Transform.Nigel Tao
2015-03-17draw: actually use type-specific Transform code paths.Nigel Tao
2015-03-13draw: implement NearestNeighbor and ApproxBiLinear Transform.Nigel Tao
2015-03-15draw: make example_test more example-like, by being outside "package draw".Nigel Tao
2015-03-12draw: add a test for src translation invariance.Nigel Tao
2015-03-10draw: implement Copy; add an example_test.Nigel Tao
2015-03-05draw: add Transformer and Option types.Nigel Tao
2015-03-06math/f32, math/f64: add a comment that "Aff" stands for affine transformation.Nigel Tao
2015-03-05draw: fix a comment typo.Nigel Tao
2015-03-03draw: make Scale an Interpolator method instead of a function.Nigel Tao
2015-03-03draw: rename an internal function argument.Nigel Tao
2015-03-03math/f32, math/f64: add Aff3 and Aff4 types.Nigel Tao
2015-02-26math/f32, math/f64: new packages for vector and matrix types.Nigel Tao
2015-02-28draw: generate code paths for image.Gray sources.Nigel Tao
2015-02-27draw: RGBA src fast path for scaling.Nigel Tao
2015-02-27draw: RGBA dst fast path for scaling.Nigel Tao
2015-02-26draw: clip scaling to the dst bounds.Nigel Tao
2015-02-24draw: test that the fast path implementations match the generic ones.Nigel Tao
2015-02-24draw: generate impl.go type switches.Nigel Tao
2015-02-20draw: autogenerate impl.go.Nigel Tao
2015-02-19draw: factor out the Scale implementations.Nigel Tao
2015-02-20doc: add CONTRIBUTING.mdAndrew Gerrand
2015-02-09draw: new package, a superset of the standard library's image/draw package, including the ability to scale an image.Nigel Tao
2014-12-23image: copying .gitattributes to all subrepositoriesAlex Brainman
2014-12-09image: add import comments.David Symonds
2014-12-08remove codereview.cfg.David Symonds
2014-12-08convert .hgignore to .gitignore.David Symonds
2014-11-10go.image: use golang.org/x/... import pathsAndrew Gerrand
2014-10-31go.image/webp: implement alpha filtering and uncompressed alpha.Nigel Tao
2014-10-23go.image/riff: new package.Nigel Tao
2014-10-20go.image/webp: implement lossy-with-alpha.Nigel Tao
2014-10-08go.image/webp/nycbcra: new package.Nigel Tao
2014-10-01go.image/bmp: add a test image for top-down BMPs.Nigel Tao
2014-10-01go.image/vp8: clamp the UV DC quantization factor to 132.Nigel Tao
2014-09-26go.image/bmp: support decoding 32-bit BMPs, as well as top-down BMPs.Nigel Tao
2014-09-26go.image/vp8l: use the default code length for repeated codes.Nigel Tao
2014-09-25go.image/cmd/webp-manual-test: new program to test Go's WEBP compatibility with the C libwebp implementation.Nigel Tao
2014-09-22vp8l: update comments to match latest spec.Nigel Tao
2014-06-30go.image/tiff: remove unreachable code.Nigel Tao
2014-06-30vp8: skip filtering for all-zero-DC macroblock residuals.Nigel Tao
2014-06-30go.image/vp8: use branch-free absRui Ueyama
2014-06-27go.image/vp8: remove the filter look-up tables.Nigel Tao
2014-06-26go.image/vp8: implement the normal filter.Nigel Tao
2014-06-17go.image/vp8l: new package.Nigel Tao
2014-06-02go.image/tiff: fix (TIFF-specific) LZW decompression.Nigel Tao
2014-06-02go.image/tiff/lzw: fork the standard library's compress/lzw package.Nigel Tao
2014-05-27go.image/vp8: implement the loop filter.Nigel Tao
2014-05-12go.image/tiff: Support missing Compression tagPatrick Riley
2014-03-25go.image/vp8, go.image/webp: new packages, copied from code.google.com/p/vp8-goNigel Tao
2013-12-20.hgignore: add comment setting policyRob Pike
2013-12-20codereview.cfg: change defaultcc to golang-codereviews@Rob Pike
2013-09-22go.image/tiff: encoder fix non LZW Predictor and Paletted SamplesPerPixel and non RGB ExtraSamples.ChaiShushan
2013-09-18go.image/tiff: support 16bit RGBChaiShushan
2013-09-13go.image/tiff: encoder support Gray/Gray16/Paletted formatChaiShushan
2013-09-10go.image/bmp: add EncodeChaiShushan
2013-09-06go.image/tiff: decoder support tiled tiff formatChaiShushan
2013-09-02go.image/tiff: add missing encoder to pkg docChaiShushan
2013-07-30go.image/tiff: Support reading 16-bit gray images.Benny Siegert
2012-12-12go.image/tiff: support for writing compressed images.Benny Siegert
2012-10-03tiff: support writing files with differencing predictor.Benny Siegert
2012-08-23tiff: new Options parameter for Encode.Benny Siegert
2012-06-13go.image/tiff: use optimized routines for RGBA and NRGBABenny Siegert
2012-06-07go.image/tiff: add a benchmark for the encoderBenny Siegert
2012-04-16go.image: add PATENTS file to the subrepo.Nigel Tao
2012-03-17LICENSE: addRob Pike
2012-03-15go.image/bmp: fix warnings from go vetBenny Siegert
2012-03-07go.image/tiff: simplify encoding.Nigel Tao
2012-03-05go.image/tiff: initial support for writing TIFF imagesBenny Siegert
2012-02-21go.image/tiff: optimize reading uncompressed files from a tiff.buffer.Benny Siegert
2012-01-31go.image/{bmp,tiff}: move tiff/testdata to testdata.Nigel Tao
2012-01-31go.image: initial code.Nigel Tao
2012-01-25go.empty: prototype for new subrepositoryRuss Cox