Sign in
chromium
/
external
/
github.com
/
golang
/
image
/
HEAD
« Previous
fe2fa19
font/sfnt: support post table version 1.0
by Denys Smirnov
· 6 years ago
63626fb
font/sfnt: fix hmtx table size validation
by Denys Smirnov
· 6 years ago
69cc364
all: fix typos
by Igor Zhilianin
· 6 years ago
2a2258f
font/sfnt: support parsing legacy fonts with OS2 table version <= 1
by Denys Smirnov
· 6 years ago
9b1e201
bmp: update comment about decoding 32 bpp images
by Nigel Tao
· 6 years ago
a9455cf
image/bmp: support v4 and v5 info header versions
by David Heuschmann
· 6 years ago
991ec62
image/font: expose caret slope
by Elias Naur
· 6 years ago
e1a1ede
font,font/sfnt: expose font x-Height and capHeight
by Elias Naur
· 6 years ago
c73c2af
bmp: remove unused testing.T arg
by Nigel Tao
· 6 years ago
e7c2a4f
bmp: Add support for writing bitmaps with alpha channels
by Derek Buitenhuis
· 6 years ago
cc896f8
font/sfnt,font/opentype: correct font height computation
by Elias Naur
· 6 years ago
af66def
README: fix go get instructions
by Paul Jolly
· 6 years ago
f315e44
tiff: fixes problem with decoding tiled uint16 tiff files.
by monkeybutter
· 6 years ago
f3a9b89
CONTRIBUTING.md: remove note about not accepting Pull Requests
by Andrew Bonventre
· 6 years ago
12117c1
draw: fix crash caused by Scale by Copy shortcut
by Jiulong Wang
· 7 years ago
e5db4c4
font/opentype: implement font.Face interface
by Sebastien Binet
· 7 years ago
f7e31b4
font/sfnt: add Metrics to Font
by Elias Naur
· 7 years ago
334384d
README: add more description
by Kevin Burke
· 7 years ago
e20db36
vector: prevent fused multiply-add being used in floatingLineTo
by Michael Munday
· 7 years ago
d1087bc
vector: benchmark the floating point code path.
by Nigel Tao
· 7 years ago
426cfd8
font/sfnt: implement hflex and hflex1.
by Nigel Tao
· 7 years ago
d835a09
font/sfnt: add ErrColoredGlyph.
by Nigel Tao
· 7 years ago
f483456
font/sfnt: don't reject multiple kern subtables.
by Nigel Tao
· 7 years ago
d442804
tiff/lzw: sync with the stdlib compress/lzw.
by Nigel Tao
· 7 years ago
3210c02
font/sfnt: support .dfont files.
by Nigel Tao
· 7 years ago
a74d51e
tiff: remove InternalError which is not used anywhere.
by kim yongbin
· 7 years ago
7c3fafc
font/sfnt: explicitly close glyph contours.
by Nigel Tao
· 7 years ago
1de9a5b
font/sfnt: implement Font.Bounds.
by Nigel Tao
· 7 years ago
84a6511
font/sfnt: use charmap EncodeRune API.
by Nigel Tao
· 7 years ago
10ed294
font/sfnt: implement Font.GlyphAdvance.
by Nigel Tao
· 7 years ago
ce0faa1
font/sfnt: flip the Y axis for LoadGlyph's Segments.
by Nigel Tao
· 7 years ago
f36ba34
font/sfnt: implement Font Dict Select.
by Nigel Tao
· 7 years ago
59d151b
font/sfnt: implement implicit vstem before hintmask.
by Nigel Tao
· 7 years ago
ecc1a9a
font/sfnt: fix argStack size check for moveto ops.
by Nigel Tao
· 7 years ago
f03a046
font/gofont: new Smallcaps; update other Go Fonts.
by Nigel Tao
· 7 years ago
c0851fb
font/sfnt: support PostScript compound glyphs (subroutines).
by Nigel Tao
· 7 years ago
2e35bd5
font/sfnt: increase proprietary_test coverage.
by Nigel Tao
· 7 years ago
2c9074b
font/sfnt: implement flagWeHaveATwoByTwo.
by Nigel Tao
· 7 years ago
fb59e5b
font/sfnt: rename a "stack" field to "argStack".
by Nigel Tao
· 7 years ago
88e2d80
font/sfnt: ignore version 1 kern tables.
by Nigel Tao
· 7 years ago
6847eff
font/sfnt: support font collections (.ttc and .otc files).
by Nigel Tao
· 7 years ago
1995ed1
font/sfnt: support TrueType glyph transformations.
by Nigel Tao
· 7 years ago
792d36e
font/sfnt: support TrueType compound glyphs.
by Nigel Tao
· 7 years ago
c1a19c1
font/sfnt: implement rcurveline and rlinecurve.
by Nigel Tao
· 7 years ago
793f3be
font/sfnt: implement {hh,vv}curveto.
by Nigel Tao
· 8 years ago
069db1d
font/sfnt: make parseXxx dependencies explicit.
by Nigel Tao
· 8 years ago
e6cbe77
draw: use type aliases for go1.8.typealias builds too
by Russ Cox
· 8 years ago
c8ae36c
font/sfnt: implement Font.Kern.
by Nigel Tao
· 8 years ago
b952c94
font/sfnt: check the versions of proprietary fonts.
by Nigel Tao
· 8 years ago
ed91dc3
font/sfnt: add a ppem arg to Font.LoadGlyph.
by Nigel Tao
· 8 years ago
791b615
font/sfnt: update test for adobe/SourceSansPro-Regular.ttf.
by Nigel Tao
· 8 years ago
8491f88
font/sfnt: implement Font.GlyphName.
by Nigel Tao
· 8 years ago
153d857
font/sfnt: support Symbol fonts such as MS Webdings.
by Nigel Tao
· 8 years ago
306b829
draw: alias the standard library's image/draw's exported types.
by Nigel Tao
· 8 years ago
df2aa51
draw: tweak the YCbCr to RGBA conversion formula again.
by Nigel Tao
· 8 years ago
05f0a46
font/sfnt: support non-zero offsets in format-4 cmap tables.
by Nigel Tao
· 8 years ago
993cf22
font/sfnt: fix proprietary fonts and cmap format 12.
by Nigel Tao
· 8 years ago
28d9a8b
font/sfnt: add tests for proprietary fonts.
by Nigel Tao
· 8 years ago
c8ab450
font/sfnt: support cmap format 12.
by Nigel Tao
· 8 years ago
55ae12a
font/sfnt: use ../testdata/cmapTest.ttf.
by Nigel Tao
· 8 years ago
69afd00
font/sfnt: parse the cmap table.
by Nigel Tao
· 8 years ago
83686c5
font/sfnt: parse the glyf table.
by Nigel Tao
· 8 years ago
1ff62c9
math/fixed: add some Point and Rectangle methods.
by Nigel Tao
· 8 years ago
3ba1194
font: fix rectangle-union for empty rectangles.
by Nigel Tao
· 8 years ago
f1b1ff5
font: add bounds measurement methods
by Raphael Geronimi
· 8 years ago
2d771d3
font/sfnt: add a Font.Name method.
by Nigel Tao
· 8 years ago
ed90ab8
font/sfnt: add a comment about contour ordering.
by Nigel Tao
· 8 years ago
88b0132
font/sfnt: implement rrcurveto.
by Nigel Tao
· 8 years ago
ce50dba
font/sfnt: parse Type 2 Charstrings.
by Nigel Tao
· 8 years ago
ae63d5d
font: add some comments for the XxxBytes methods.
by Nigel Tao
· 8 years ago
e2d0a9f
font/sfnt: parse CFF 2-byte operators and real numbers.
by Nigel Tao
· 8 years ago
5286ed5
font/sfnt: parse the CFF table.
by Nigel Tao
· 8 years ago
c39d899
font/sfnt: new package for parsing SFNT fonts.
by Nigel Tao
· 8 years ago
d2f07f8
font/gofont: add style descriptions to the generated package docs.
by Nigel Tao
· 8 years ago
b7f8df6
font/gofont: new packages for the Go font family.
by Nigel Tao
· 8 years ago
507b1a4
vector: measure the fixed point rasterizer's accuracy.
by Nigel Tao
· 8 years ago
98f3e4e
vector: make args float32 pairs instead of f32.Vec2.
by Nigel Tao
· 8 years ago
c78039e
vector: tweak the asm register assignment.
by Nigel Tao
· 8 years ago
0ed2caa
vector: add go1.6 build tag for asm code.
by Nigel Tao
· 8 years ago
93fad36
vector: remove a shift from the inner loop.
by Nigel Tao
· 8 years ago
8874bef
vector: change ϕ from 10 to 9.
by Nigel Tao
· 8 years ago
fa54d6f
vector: simplify fixedLineTo computation.
by Nigel Tao
· 8 years ago
f72412c
vector: fix overflow when rasterizing a 30 degree line.
by Nigel Tao
· 8 years ago
e78c457
vector: add SIMD versions of xxxAccumulateMask.
by Nigel Tao
· 8 years ago
beb9675
vector: fix overflow when rasterizing wide lines.
by Nigel Tao
· 8 years ago
8edbaf3
vector: add SIMD versions of xxxAccumulateOpOver.
by Nigel Tao
· 8 years ago
ae7296d
vector: generate acc_amd64.s from a template.
by Nigel Tao
· 8 years ago
746988e
vector: add SIMD versions of xxxAccumulateOpSrc.
by Nigel Tao
· 8 years ago
dc590ef
vector: add some accumulate tests.
by Nigel Tao
· 8 years ago
1be1b0a
tiff: reject TIFF images with unsorted IFD tags.
by Benny Siegert
· 9 years ago
72141d5
vector: re-order some functions.
by Nigel Tao
· 8 years ago
992afa5
vector: add a fixed point math implementation.
by Nigel Tao
· 8 years ago
8a20735
vector: sort benchmarks from slowest to fastest.
by Nigel Tao
· 8 years ago
14bbbc8
vector: add a fast path for RGBA dst images.
by Nigel Tao
· 8 years ago
0080ac3
vector: add some more tests.
by Nigel Tao
· 8 years ago
7ea3649
vector: allow dst and mask to have different strides.
by Nigel Tao
· 8 years ago
b077ed4
vector: implement arbitrary dst and src image types.
by Nigel Tao
· 8 years ago
50ce1eb
vector: add benchmarks.
by Nigel Tao
· 8 years ago
cd8486a
vector: implement DrawOp == draw.Over.
by Nigel Tao
· 8 years ago
bb355ba
vector: add CubeTo.
by Nigel Tao
· 8 years ago
Next »