aboutsummaryrefslogtreecommitdiff
path: root/src/image
AgeCommit message (Expand)Author
2017-10-07image/gif: add BenchmarkDecode.Nigel Tao
2017-09-15all: fix article typosKunpei Sakai
2017-06-16image/gif: fix writeImageBlock with SubImagesJed Denlea
2017-05-06image/gif: don't panic on large or nil-containing color.Palettes.Nigel Tao
2017-04-27image/jpeg: fix extended sequential Huffman table selector (Th).Nigel Tao
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2017-03-17image/png: decode Gray8 transparent images.Nigel Tao
2017-03-02image/gif: handle an extra data sub-block byte.Will Storey
2017-02-12image/png: reduce memory allocs encoding images by reusing buffersCezar Sa Espinola
2017-02-10image/color: tweak the YCbCr to RGBA conversion formula again.Nigel Tao
2017-02-10image: fix the overlap check in Rectangle.Intersect.Nigel Tao
2017-02-10image/gif: fix frame-inside-image bounds checking.Nigel Tao
2017-02-07Revert "image: fix the overlap check in Rectangle.Intersect."Russ Cox
2017-02-07image: fix the overlap check in Rectangle.Intersect.Nigel Tao
2017-02-01image/jpeg: improve performance when encoding *image.YCbCrThomas Bonfort
2016-10-28image/png: implement grayscale transparency.Nigel Tao
2016-10-27image/png: implement truecolor transparency.Nigel Tao
2016-10-27image/png: allow tRNS chunk without a PLTE chunk.Nigel Tao
2016-10-25image/color: improve speed of RGBA methodsMartin Möhrmann
2016-10-20image/color: tweak the formula for converting to gray.Nigel Tao
2016-10-05image/gif: check handling of truncated GIF filesJeff R. Allen
2016-09-27image/png: improve compression by skipping filter for paletted imagesOliver Tonnhofer
2016-09-21image/png: add Encode and Decode examplesSuyash
2016-09-21image/draw: add FloydSteinberg Drawer exampleBrad Fitzpatrick
2016-09-09image/draw: optimize drawFillOver as drawFillSrc for opaque fills.Nigel Tao
2016-04-29image/gif: accept an out-of-bounds transparent color index.Nigel Tao
2016-04-28image/gif: be stricter on parsing graphic control extensions.Nigel Tao
2016-04-27image/color: optimize RGBToYCbCrMartin Möhrmann
2016-04-17image/draw: remove some bounds checks from DrawYCbCrJosh Bleecher Snyder
2016-04-15image/color: order color computation to match rgbMartin Möhrmann
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-12image/color: optimize YCbCrToRGBMartin Möhrmann
2016-04-11image/color: add YCbCrToRGB benchmarkJosh Bleecher Snyder
2016-03-31image/jpeg: reconstruct progressive images even if incomplete.Nigel Tao
2016-03-24image/png: ignore trailing IDAT chunksTilman Dilo
2016-03-06Rewrite leftover references to plan9.bell-labs.com to 9p.io.Muhammed Uluyol
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-12-24image/color: have NYCbCrA.RGBA work in 16-bit color.Nigel Tao
2015-10-11image: add NYCbCrA types.Nigel Tao
2015-09-21image/png: integer underflow when decodingNathan Otterness
2015-09-09image/png: reject zero-width and zero-height images.Nigel Tao
2015-09-04image/gif: map/slice literals janitoringDidier Spezia
2015-09-01image/draw: optimize out some bounds checks.Nigel Tao
2015-08-24image/gif: avoid unused assignmentTarmigan Casebolt
2015-07-16image/color: fix format typo in the tests.Nigel Tao
2015-07-15image/color: tweak the YCbCr to RGBA conversion formula.Nigel Tao
2015-07-14image/jpeg: don't unread a byte if we've already taken bits from it.Nigel Tao
2015-07-13image/png: don't read filter bytes for empty interlace passes.Nigel Tao