]> git.imager.perl.org - imager.git/history - Imager.pm
Modified tiff test to write to the testout directory.
[imager.git] / Imager.pm
2002-01-16 Arnar Mar HrafnkelssonAdded a better Synopsis section which still needs work...
2002-01-16 Arnar Mar HrafnkelssonMoved last bits out docs of Imager.pm.
2002-01-16 Arnar Mar HrafnkelssonMoved last bits of docs (unedited) to Files.pod.
2002-01-16 Arnar Mar HrafnkelssonMoved the Quantization option docs to ImageTypes.
2002-01-16 Arnar Mar HrafnkelssonAdded Engines pod, moved masked images to ImageTypes...
2002-01-16 Arnar Mar HrafnkelssonFilter pod added.
2002-01-15 Arnar Mar HrafnkelssonMoved tag handling and general tags into ImageTypes...
2002-01-04 Tony Cookenhanced iolayer
2001-12-28 Arnar Mar HrafnkelssonAdded read support for sgi .rgb files.
2001-11-25 Tony Cook- read paletted tiff images into Imager paletted images
2001-11-21 Tony Cookmore tiff tags support
2001-11-21 Tony Cookmake color values smarter for the drawing functions
2001-11-19 Tony Cookfix polygon() call sequence
2001-11-19 Tony Cookmove the combining function call outside the general...
2001-11-12 Arnar Mar HrafnkelssonA segfault bug fixed in polygon.c where it would crash...
2001-11-12 Arnar Mar HrafnkelssonFinished antialiased polygon drawing routines.
2001-11-07 Tony Cookthe examples were misleading. 2 people have been caught...
2001-11-03 Arnar Mar HrafnkelssonRelease version.
2001-10-31 Arnar Mar Hrafnkelssonchanged malloc to mymalloc in error.c and Added reading...
2001-10-30 Tony Cookprevent warnings/errors under 5.004_04
2001-10-28 Arnar Mar HrafnkelssonAdded .exp files for exporting symbols for plugins...
2001-10-24 Tony Cookbetter error checking of automatic fill conversions
2001-10-23 Arnar Mar HrafnkelssonClosed memory leaks when an error occurs during load...
2001-10-23 Arnar Mar HrafnkelssonAdding test for targa images.
2001-10-23 Arnar Mar HrafnkelssonCompleted the calling interface from perl to c for...
2001-10-21 Tony Cookadded POD to trans2.c
2001-10-17 Arnar Mar HrafnkelssonPreliminary support for writing targa files. Compressi...
2001-10-17 Tony Cookminor documentation clarification
2001-10-11 Tony Cooksome fixes to double/sample image support
2001-10-07 Tony Cookadded double/sample image support
2001-09-30 Arnar Mar HrafnkelssonAdded i_bumpmap_complex and corresponding filterentry...
2001-09-19 Tony Cookimplement unsharp mask
2001-09-18 Tony Cookhave ->arc() call i_circle_aa when drawing a solid...
2001-09-18 Tony Cookwriting a paletted image as GIF should be a bit more...
2001-09-16 Arnar Mar HrafnkelssonAdds reading capabilities for certain variants of targa...
2001-09-15 Tony Cookmake write errors for jpegs cause errors at the top...
2001-09-11 Tony Cookthis is asked about occasionally
2001-09-10 Tony Cookbetter error handling
2001-09-09 Tony Cookminor error handling in bmp.c
2001-09-02 Tony Cookan extra stipple
2001-09-01 Tony Cooksupport for generic fills for box and arc, with solid...
2001-08-29 Tony Cookimplement fountain fills similar to most paint programs
2001-08-22 Tony Cookvarious JPEG fixes
2001-08-19 Tony Cookadded OO interfaces for some filters
2001-08-19 Tony CookWindows BMP file support
2001-08-13 Tony CookEgads
2001-06-14 Arnar Mar HrafnkelssonMisc fixes.
2001-06-08 Arnar Mar HrafnkelssonSwitched all of jpeg to iolayer functions, removed...
2001-06-07 Arnar Mar HrafnkelssonMore fixes still for iolayer changes.
2001-06-07 Arnar Mar HrafnkelssonClean up after changing some formats to use iolayer.
2001-06-07 Arnar Mar HrafnkelssonUpdated png to use _wlio functions, and fixed a filenam...
2001-06-06 Arnar Mar HrafnkelssonReplaced i_readraw() and i_writeraw() with the equivale...
2001-06-06 Arnar Mar HrafnkelssonRemoved i_writeppm and put in i_writeppm_wiol instead.
2001-05-26 Arnar Mar HrafnkelssonAdds aa circle into export_ok list.
2001-05-24 Tony Cooksplit Imager::Font into base *::Type1 and *::Truetype...
2001-05-22 Arnar Mar HrafnkelssonVersion number change for 0.38 CPAN upload
2001-05-16 Arnar Mar HrafnkelssonAdded documentation to map method in Imager.pm and...
2001-05-16 Arnar Mar HrafnkelssonFixes to i_map function and map method. Added a testca...
2001-05-16 Tony Cookadded tests for the tiff OO interface
2001-05-16 Arnar Mar HrafnkelssonFixes to logging in iolayer.c and minor iolayer issues...
2001-05-16 Arnar Mar HrafnkelssonFixes crop() method so it is consistent with documentation.
2001-05-10 Tony Cookmake write_multi a bit simpler to use
2001-05-09 Tony Cookimplement the convert() method for converting between...
2001-05-09 Arnar Mar HrafnkelssonAdded type=>gif for write_multi docs.
2001-05-08 Tony Cookincorporated Micksa's faxable tiff support
2001-05-07 Tony Cookchanged Imager::read() to always return an arrayref...
2001-05-05 Tony CookImager::read() can now retrieve the palette optionally...
2001-05-04 Tony Cookdocument the 'fd' option for $img->(read|write)
2001-05-04 Arnar Mar HrafnkelssonSwitched from xy naming for flip() to hv.
2001-05-04 Arnar Mar HrafnkelssonAdded flip() and docs to Imager.pm and i_flipxy() to...
2001-05-02 Tony Cookdocument the "tiny" option for tr_orddith
2001-04-24 Tony Cookadded code to report errors from gif file reading/writing
2001-04-24 Tony Cookdocument the interleave option for reading raw images
2001-04-23 Tony Cookdocumented options for reading raw images
2001-04-22 Tony Cookminor doc fix
2001-04-22 Tony Cookminor clarifications on producing transparent gifs
2001-04-10 Tony Cookread failures of pnm files now report low-level errors
2001-03-25 Arnar Mar HrafnkelssonInitial revision Imager-0_38 Imager-0_38pre9