]> git.lizzy.rs Git - plan9front.git/history - sys/src/cmd/jpg
exec(2): fix prototypes
[plan9front.git] / sys / src / cmd / jpg /
2015-03-11 cinap_lenrekgif: fix color table clipping (for cb5.gif)
2015-02-23 cinap_lenrekmerge
2015-02-23 cinap_lenrekjpg: handle progressive non-interleaved mode
2014-12-14 cinap_lenrekmerge
2014-12-14 ftrvxmtrxpng: fail on invalid bpc
2014-12-13 ftrvxmtrxvarious cmds: replace magic numbers with Kdel/Keof...
2014-11-07 cinap_lenrekfix dangerous werrstr() usages
2014-02-08 cinap_lenrekjpg: center image in screen
2013-12-06 cinap_lenrekgif: remove warning when animated gif is rendered to...
2013-10-26 cinap_lenrekmkfiles: do not rely on path containing the . element
2013-08-31 ppatience0jpg(1), jpg: add -y flag to usage
2013-07-21 ppatience0readtif, writetif: remove multiplication in inner loops...
2013-07-20 ppatience0readtif: simplify rounding in other places
2013-07-20 ppatience0readtif, writetif: simplify rounding
2013-07-20 ppatience0readtif: if getbit returns less than 0 during eol fill...
2013-07-20 ppatience0readtif, writetif: prevent buffer overflows in some...
2013-07-20 ppatience0tojpg, totif: change flags to better match those of...
2013-07-19 ppatience0readtif: fix many bugs
2013-07-19 ppatience0writejpg: the call to Bflush() is unnecessary; free...
2013-07-05 ethanmerge
2013-07-04 ppatience0tif: initialize max to one instead of zero for palette...
2013-07-04 ppatience0tif: rescale palette color map to [0, 255]
2013-07-03 cinap_lenrekmerge
2013-07-03 cinap_lenrekmerge
2013-07-02 ppatience0tif: add tiff decoder
2013-06-02 cinap_lenrekmerge
2013-06-01 ppatience0readgif, readjpg: fix incorrect malloc arguments: use...
2013-05-27 ppatience0tojpg: GREY[1248] images should be grayscale
2013-05-28 cinap_lenrekmerge
2013-05-27 ppatience0tojpg: add jpeg encoder
2013-05-22 jpathymerge
2013-05-12 ppatience0toppm: no need to initialize err
2013-05-12 ppatience0toppm: checking for err is useless; it was initialized...
2013-05-12 ppatience0toppm: multichan converts to RGB24, not RGBV
2013-05-12 ppatience0writeppm: replace WriteGIF by WritePPM
2013-05-13 cinap_lenrekwriteppm: simplify
2013-05-12 ppatience0writeppm: for bitmaps, 1 is black, 0 is white
2013-05-12 ppatience0toppm: fix style
2013-05-12 ppatience0toppm: add -r flag for raw ppm
2013-05-12 cinap_lenrekwriteppm: fix tab/spaces
2013-05-12 cinap_lenrekmerge
2013-05-12 ppatience0file: recognize bitmap and graymap ppm images
2013-01-25 cinap_lenrekmerge
2013-01-25 cinap_lenrekjpg: check read count when reading png magic (harmless)
2013-01-24 ftrvxmtrxtga, file: 15-bit tga images
2013-01-22 ftrvxmtrxtga: fix flip/reflect
2013-01-21 cinap_lenrektga: fix bad output channel descriptor for grayscale...
2013-01-21 ftrvxmtrxmerge
2013-01-20 ftrvxmtrxreadtga: fix b/w, add color-mapped images support
2013-01-20 ftrvxmtrxtotruecolor: support CRGBV images as input
2013-01-20 ftrvxmtrxreadtga: clean-up
2012-12-25 cinap_lenrekbio: remove useless Breadn() as it does the same as...
2012-08-14 cinap_lenrekjpg: ignore sampling factors for grayscale as colormap1...
2012-07-17 cinap_lenrekpng: sysfatal, debug print to stderr instead of potenti...
2012-07-17 cinap_lenrektopng: fix bug causing bogus double insertion of filter...
2012-06-15 cinap_lenrekjpg: be more tolerant with corrupted files, and dont...
2012-05-29 cinap_lenrekmerge
2012-05-29 cinap_lenrekjpg: fix memory corruption
2012-05-16 cinap_lenrekjpg: missing malloc/realloc checks
2012-04-17 cinap_lenrekico: support > 8bit color icons
2012-04-01 cinap_lenrekmicrosoft ico format conversion support
2012-03-14 cinap_lenrekpng: increase buffer size
2012-01-10 cinap_lenrekgif: handle image dispostion mode (to be defined) 4...
2011-10-05 cinap_lenrekjpg: use Breadn() instead if Bread() to guard aganst...
2011-10-06 cinap_lenrekgif: implement dispose method for animations, do compos...
2011-09-16 cinap_lenrekgif: fix transparency for animations
2011-08-26 cinap_lenrekgif: fix setting of transparency channels when writing...
2011-03-30 Taru KarttunenImport sources from 2011-03-30 iso image - lib
2011-03-30 Taru KarttunenImport sources from 2011-03-30 iso image