summaryrefslogtreecommitdiff
path: root/src/pkg/image
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-08113-12229/+0
* image/png: make the CompressionLevel constants negative, reservingNigel Tao2014-09-011-4/+7
* image/png: do not apply filters if level is NoCompressionRui Ueyama2014-08-292-7/+13
* image/color/palette: use go generate to create palette.goChaiShushan2014-08-283-40/+67
* png: make the encoder configurableJeff R. Allen2014-08-282-10/+68
* image/jpeg: rename some internal variables.Nigel Tao2014-07-311-17/+16
* image/png: use branch-free abs functionRui Ueyama2014-07-292-24/+25
* image/png: interlacing support for png.Dustin Long2014-07-115-49/+239
* image/gif: fix nil deref in testDmitriy Vyukov2014-07-051-1/+1
* image/png: remove unnecessary function callRui Ueyama2014-06-231-1/+1
* image/jpeg: encode *image.Gray as grayscale JPEGs.Bill Thiede2014-06-192-35/+124
* image/jpeg: use a look-up table to speed up Huffman decoding. ThisNigel Tao2014-06-195-158/+327
* image: add RGBAAt, Gray16At, etc.ChaiShushan2014-06-192-0/+36
* image/png: fix compare-to-golden-file test.Nigel Tao2014-06-131-2/+2
* image/png: fix crash when an alleged PNG has too much pixel data,Nigel Tao2014-04-161-2/+8
* image/jpeg: return a FormatError when hitting an unexpected io.EOFNigel Tao2014-02-281-0/+6
* image/jpeg: fix progressive decoding when the DC components are splitNigel Tao2014-02-284-19/+29
* image/gif: respect local color table transparency.Nigel Tao2013-12-181-11/+11
* image: roll back 13239051 (add RGB and RGB48)Rob Pike2013-12-173-218/+0
* all: add missing copyrightChaiShushan2013-12-173-0/+12
* image: add RGB and RGB48ChaiShushan2013-12-123-0/+218
* image/color/palette: move Plan9Palette and WebSafePalette out of theNigel Tao2013-08-305-519/+526
* image: Inline example image data to make it runnable on playground.Dimitri Tcaciuc2013-08-161-26/+87
* image/draw: fix typos found by "go vet".Nigel Tao2013-08-021-2/+2
* all: be more idiomatic when documenting boolean return values.Rob Pike2013-07-235-18/+18
* image/gif: don't write superfluous global color tableAndrew Bonventre2013-07-181-11/+4
* image/gif: add writer implementationAndrew Bonventre2013-07-154-1/+534
* image/draw: add the Quantizer type.Nigel Tao2013-07-111-1/+8
* image/draw: add Drawer, FloydSteinberg and the op.Draw method.Nigel Tao2013-07-113-35/+268
* image/color: add Plan9Palette and WebSafePalette.Nigel Tao2013-07-092-0/+591
* image/gif: close the lzw.Reader we create.Nigel Tao2013-07-051-0/+1
* image/gif: do not allow pixels outside the current paletteJeff R. Allen2013-07-012-10/+79
* image/jpeg: avoid documentation argument over whether it's lumaNigel Tao2013-06-051-2/+2
* image: minor update of comments.Robin Eklind2013-05-141-2/+2
* image/png: fix error message to not return width twiceBrad Fitzpatrick2013-05-061-1/+1
* image/gif: make test repeatableDave Cheney2013-03-261-7/+10
* image/gif: reject a GIF image if frame bounds larger than image boundsJeff R. Allen2013-03-222-1/+58
* image/gif: tighten the checks for when the amount of an image's pixelNigel Tao2013-03-222-39/+139
* image/jpeg: ignore extraneous data, the same as what libjpeg does.Nigel Tao2013-03-133-17/+117
* all: remove now-unnecessary unreachable panicsBrad Fitzpatrick2013-03-111-1/+0
* image/jpeg: for progressive JPEGs, the first SOS segment doesn'tNigel Tao2013-03-061-3/+5
* image/png: always set up palette during DecodeConfigVolker Dobler2013-03-042-2/+36
* image/png: use Scanner in reader_test.Rob Pike2013-02-201-11/+15
* all: use io.ByteWriter now that it existsBrad Fitzpatrick2013-01-081-2/+2
* image/jpeg: handle those (unusual) grayscale images whose samplingNigel Tao2013-01-074-3/+17
* cmd/gofmt, bufio, image: Consistency and error handling.Robin Eklind2013-01-071-1/+1
* all: fix the the typosShenghou Ma2012-11-221-1/+1
* image/jpeg: handle fill bytes.Nigel Tao2012-11-081-0/+8
* image/png: update palette out-of-bounds comment.Nigel Tao2012-11-021-4/+5
* image/png: degrade gracefully for palette index values that aren'tNigel Tao2012-11-011-14/+20