2001-05-14 |
Arnar Mar Hrafnkelsson | Removed a bunch of unused variables and fixed an attemp... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Arnar Mar Hrafnkelsson | Added more logging to quant.c. Removed global variable... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Tony Cook | fix handling for no giflib |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Tony Cook | oops, missed updating the last test number |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Tony Cook | removed t10formats.t |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Arnar Mar Hrafnkelsson | ImageNum in i_readgif_low() was a file global variable... |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Tony Cook | added some tests to check how we handle variously damag... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Tony Cook | prevent undefined value warnings |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Tony Cook | did some more work on this... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Arnar Mar Hrafnkelsson | Added checks if there is no global colormap and a local... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Tony Cook | Addi's notes on scan converting polygons with anti... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Tony Cook | hardly started discussion of internal image representations |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tony Cook | reference to design/represent.txt |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tony Cook | make write_multi a bit simpler to use |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tony Cook | this is what the convert() method does |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tony Cook | talk about getting gif working better |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tony Cook | yes, another attempt at supporting the Netscape loop... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tony Cook | oops, this is done |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tony Cook | support saving to pgm file |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tony Cook | regression test for bug loading some images in png... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tony Cook | make filenames match test number |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tony Cook | noted problem with libpng 1.0.1 |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Arnar Mar Hrafnkelsson | Fixed png transparency handling |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Tony Cook | lose the debug code |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Arnar Mar Hrafnkelsson | Removed the t/t10formats.t test as all of its functiona... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Arnar Mar Hrafnkelsson | Fixed png stripping alpha of all images. Minor changes... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Tony Cook | we now have a convert() method |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Tony Cook | implement the convert() method for converting between... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Arnar Mar Hrafnkelsson | Added type=>gif for write_multi docs. |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Tony Cook | see patch |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Tony Cook | skip tests if there's no gif support |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Tony Cook | Micksa's original faxable tiff patch |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Tony Cook | incorporated Micksa's faxable tiff support |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Tony Cook | document ideas and discussion from IRC |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Tony Cook | discussion from IRC of some interfaces/features |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Tony Cook | useful for ignoring junk from builds |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Tony Cook | changed Imager::read() to always return an arrayref... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Tony Cook | just an idea... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Tony Cook | note some possible changes (which haven't been implemented) |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Tony Cook | add the extra attributes that PPDs want |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Tony Cook | oops, forgot to free the memory I allocated |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Tony Cook | noted row-based access to images |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Tony Cook | add read/write row of pixels to image interface |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Tony Cook | implementing read/put horizontal line of pixels |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Tony Cook | simple benchmark for image copying |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Tony Cook | fixes to quant.c and a minor enhancement |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Tony Cook | fixed a really stupid bug I introduced to Addi's colorm... |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Tony Cook | hashboxes work now |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Tony Cook | minor fix to code layout changes |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Tony Cook | added tests to make sure the correct palette was coming... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Tony Cook | Imager::read() can now retrieve the palette optionally... |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Tony Cook | added note about getting the palette for Imager::read() |
commit | commitdiff | tree | snapshot |
2001-05-05 |
Tony Cook | simple image used for testing palette retrieval by... |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Arnar Mar Hrafnkelsson | Just code layout changes and logging. |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Arnar Mar Hrafnkelsson | Fixed bug reporting, updated Changes. |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Arnar Mar Hrafnkelsson | Fixed an overflow bug in png.c where reading images... |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Arnar Mar Hrafnkelsson | Added a testcase for copy() and flip() methods, fixed... |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Tony Cook | document the 'fd' option for $img->(read|write) |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Tony Cook | since we use fork(), autoflush will help it work... |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Arnar Mar Hrafnkelsson | Switched from xy naming for flip() to hv. |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Arnar Mar Hrafnkelsson | Added flip() and docs to Imager.pm and i_flipxy() to... |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Tony Cook | document the "tiny" option for tr_orddith |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Tony Cook | forgot to change this one after fixing t105gif.t |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Tony Cook | had broken handing for the giflib version |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Tony Cook | oops, put code before declaration |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Tony Cook | oops, added new tests without adding skips for when... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | added new test scripts |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | noted a bunch of changes, switched to space based forma... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | tiff tests extracted from t10formats.t |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | extracted ppm tests from t10formats.t |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | extracted png tests from t10formats.t and adjusted... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | extracted jpeg tests from t10formats.t |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | added code to report errors from gif file reading/writing |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | extracted gif tests from t10formats.t and added a few... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | some error reporting in image writing |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | modified gif read code to report errors rather than... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | added error reporting code |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | we can lose that FIXME, I think |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | nicer skip message |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | didn't include the new test in the count for when there... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | extracted from t10formats and added some new tests |
commit | commitdiff | tree | snapshot |
2001-04-24 |
Tony Cook | document the interleave option for reading raw images |
commit | commitdiff | tree | snapshot |
2001-04-23 |
Tony Cook | documented options for reading raw images |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Tony Cook | note some changes |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Tony Cook | oops, tiff only handles 3-channel images so far |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Tony Cook | junk.pm is needed for tests |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Tony Cook | added test to write a partially transparent gif image |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Tony Cook | changes to claim a palette entry if the caller wants... |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Tony Cook | minor doc fix |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Tony Cook | added support for od_tiny ordered dither and made it... |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Tony Cook | added a new transparency ordered dither (works better... |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Tony Cook | added another transparency quantization method |
commit | commitdiff | tree | snapshot |
2001-04-22 |
Tony Cook | minor clarifications on producing transparent gifs |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Tony Cook | previously testing with giflib3 gave errors on all... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Tony Cook | added function to check giflib version |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Tony Cook | note some gif fixes |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Tony Cook | regression test for writing single colour images with... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Tony Cook | 1 colour images don't make much sense to giflib, make... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
Tony Cook | I'm suprised the errno.h is needed, but here it is |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Tony Cook | added error reporting code |
commit | commitdiff | tree | snapshot |
next |