Sign in
go
/
go
/
b8caed823b39b5a86b694f9ec60a8b43323248e8
/
src
/
image
7180cfa
image/internal/imageutil: generate subsample-ratio-specific code.
by Nigel Tao
· 10 years ago
b2f2951
image/internal/imageutil: new package, used by image/draw and image/jpeg.
by Nigel Tao
· 10 years ago
25bf792
image/color: add alpha-premultiplied comment.
by Nigel Tao
· 10 years ago
3eb84c8
image/jpeg: reject bad Tq values in SOF data.
by Nigel Tao
· 10 years ago
782db7f
image/jpeg: support chroma hv values other than 0x11.
by Nigel Tao
· 10 years ago
cc00968
image/jpeg: support RGB JPEG images.
by Nigel Tao
· 10 years ago
9b73ecc
image/jpeg: check for component uniqueness and total sampling factors.
by Nigel Tao
· 10 years ago
848e2fe
image: make Rectangle implement Image.
by Nigel Tao
· 10 years ago
0fe6b12
image/jpeg: when following component selectors, only consider valid components.
by Nigel Tao
· 10 years ago
a773fae
image/jpeg: distinguish between FormatError and UnsupportedError when
by Nigel Tao
· 10 years ago
c20323d
image/draw: add a fast path for Gray src images.
by Nigel Tao
· 10 years ago
66c4031
image/draw: optimize drawFillSrc.
by Nigel Tao
· 10 years ago
a32dd83
image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling.
by Nigel Tao
· 10 years ago
7d73513
image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410.
by Nigel Tao
· 10 years ago
270f844
image/jpeg: support 16-bit quantization tables and Extended Sequential frames.
by Nigel Tao
· 10 years ago
84c7a65
image: change Rectangle.Eq to return true for all empty rectangles, even
by Nigel Tao
· 10 years ago
391805b
image/draw: add CMYK fast path.
by Nigel Tao
· 10 years ago
5c8f9e3
image: fix Rectangle.Overlaps and Rectangle.Union for empty rectangles.
by Nigel Tao
· 10 years ago
37a6174
image/draw: add CMYK test.
by Nigel Tao
· 10 years ago
10a4696
image/jpeg: remove the (temporary) dependency on image/draw.
by Nigel Tao
· 10 years ago
f10e037
image/jpeg: support decoding CMYK and YCbCrK images.
by Nigel Tao
· 10 years ago
b5c3a9e
image: add image.CMYK and color.CMYK types.
by Nigel Tao
· 10 years ago
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
9785a39
image/draw: fold TestClipWithNilMP into TestClip.
by Nigel Tao
· 10 years ago
0b52392
image: use three-index slice for NewYCbCr.
by Nigel Tao
· 10 years ago
64e6fe2
image/draw: fix crash in clip
by Dave Cheney
· 10 years ago
0492304
image/jpeg: handle Read returning n > 0, err != nil in d.fill
by Russ Cox
· 10 years ago
0be3176
image/gif: don't let the per-frame transparent index modify the global palette.
by Nigel Tao
· 11 years ago
a291095
image/gif: fix GIF encoding of sub-images.
by Nigel Tao
· 11 years ago
8e77a7e
image/jpeg: reject invalid Ta and Td values.
by Nigel Tao
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago