Sign in
go
/
go
/
4a6c732a535e9dbee4f8fc8e7c875a1aab5260ed
/
src
/
image
/
jpeg
/
writer.go
35cbc3b
image/jpeg: fix extended sequential Huffman table selector (Th).
by Nigel Tao
· 8 years ago
435450b
image/jpeg: improve performance when encoding *image.YCbCr
by Thomas Bonfort
· 8 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 10 years ago
[Renamed from src/pkg/image/jpeg/writer.go]
57964db
image/jpeg: encode *image.Gray as grayscale JPEGs.
by Bill Thiede
· 11 years ago
4ecf0b1
image/jpeg: use a look-up table to speed up Huffman decoding. This
by Nigel Tao
· 11 years ago
89a7c87
all: use io.ByteWriter now that it exists
by Brad Fitzpatrick
· 12 years ago
daf43ba
image/jpeg: change block from [64]int to [64]int32.
by Nigel Tao
· 12 years ago
4bd8a38
image/jpeg: fix quantization tables to be in zig-zag order, not natural order.
by Nigel Tao
· 12 years ago
5f7bec6
image/jpeg: send a correct Start Of Scan (SOS) header.
by Nigel Tao
· 12 years ago
102638c
std: add struct field tags to untagged literals.
by Nigel Tao
· 13 years ago
d13ce81
image/ycbcr: move the Y'CbCr types into image and image/color.
by Nigel Tao
· 13 years ago
c2049d2
src/pkg/[a-m]*: gofix -r error -force=error
by Russ Cox
· 13 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
0a2650f
image/jpeg: small memory layout optimization for encoding.
by Nigel Tao
· 14 years ago
8e26a644
image/jpeg: make writeDQT do fewer array copies.
by Nigel Tao
· 14 years ago
0d111a6
image/jpeg: decode grayscale images, not just color images.
by Nigel Tao
· 14 years ago
807ce27
jpeg: speed up RGBA encoding ~%50
by Brad Fitzpatrick
· 14 years ago
5500f02
image/jpeg: add an encoder.
by Nigel Tao
· 14 years ago