summaryrefslogtreecommitdiff
path: root/sys/src/cmd/jpg
AgeCommit message (Expand)Author
2015-02-23jpg: handle progressive non-interleaved modecinap_lenrek
2014-12-14png: fail on invalid bpcftrvxmtrx
2014-12-13various cmds: replace magic numbers with Kdel/Keof, etcftrvxmtrx
2014-11-07fix dangerous werrstr() usagescinap_lenrek
2014-02-08jpg: center image in screencinap_lenrek
2013-12-07gif: remove warning when animated gif is rendered to bitmapcinap_lenrek
2013-10-26mkfiles: do not rely on path containing the . elementcinap_lenrek
2013-08-31jpg(1), jpg: add -y flag to usageppatience0
2013-07-21readtif, writetif: remove multiplication in inner loops of predict functionsppatience0
2013-07-20readtif: simplify rounding in other placesppatience0
2013-07-20readtif, writetif: simplify roundingppatience0
2013-07-20readtif: if getbit returns less than 0 during eol fill bits, return earlyppatience0
2013-07-20readtif, writetif: prevent buffer overflows in some corner casesppatience0
2013-07-20tojpg, totif: change flags to better match those of the decodersppatience0
2013-07-19readtif: fix many bugsppatience0
2013-07-19writejpg: the call to Bflush() is unnecessary; free data before exiting in ca...ppatience0
2013-07-03tif: initialize max to one instead of zero for palette rescaling in case all ...ppatience0
2013-07-03tif: rescale palette color map to [0, 255]ppatience0
2013-07-02tif: add tiff decoderppatience0
2013-06-01readgif, readjpg: fix incorrect malloc arguments: use sizeof(Rawimage*) inste...ppatience0
2013-05-27tojpg: GREY[1248] images should be grayscaleppatience0
2013-05-26tojpg: add jpeg encoderppatience0
2013-05-12toppm: no need to initialize errppatience0
2013-05-12toppm: checking for err is useless; it was initialized to nil earlierppatience0
2013-05-12toppm: multichan converts to RGB24, not RGBVppatience0
2013-05-12writeppm: replace WriteGIF by WritePPMppatience0
2013-05-13writeppm: simplifycinap_lenrek
2013-05-12writeppm: for bitmaps, 1 is black, 0 is whiteppatience0
2013-05-12toppm: fix styleppatience0
2013-05-12toppm: add -r flag for raw ppmppatience0
2013-05-12writeppm: fix tab/spacescinap_lenrek
2013-05-12file: recognize bitmap and graymap ppm imagesppatience0
2013-01-25mergecinap_lenrek
2013-01-25jpg: check read count when reading png magic (harmless)cinap_lenrek
2013-01-24tga, file: 15-bit tga imagesftrvxmtrx
2013-01-22tga: fix flip/reflectftrvxmtrx
2013-01-21tga: fix bad output channel descriptor for grayscale images and -9 flag, reve...cinap_lenrek
2013-01-20readtga: fix b/w, add color-mapped images supportftrvxmtrx
2013-01-20totruecolor: support CRGBV images as inputftrvxmtrx
2013-01-20readtga: clean-upftrvxmtrx
2012-12-25bio: remove useless Breadn() as it does the same as Bread()cinap_lenrek
2012-08-14jpg: ignore sampling factors for grayscale as colormap1() doesnt handle itcinap_lenrek
2012-07-17png: sysfatal, debug print to stderr instead of potentialy messing up output ...cinap_lenrek
2012-07-17topng: fix bug causing bogus double insertion of filter alg bytecinap_lenrek
2012-06-15jpg: be more tolerant with corrupted files, and dont crashcinap_lenrek
2012-05-29jpg: fix memory corruptioncinap_lenrek
2012-05-16jpg: missing malloc/realloc checkscinap_lenrek
2012-04-17ico: support > 8bit color iconscinap_lenrek
2012-04-01microsoft ico format conversion supportcinap_lenrek
2012-03-14png: increase buffer sizecinap_lenrek