]> git.imager.perl.org - imager.git/history - Imager.xs
- reading a raw image no longer exits on a short read or read error,
[imager.git] / Imager.xs
2006-01-10 Tony Cook- start of external Imager API access:
2005-12-07 Tony Cook- added experimental EXIF decoding when reading JPEG...
2005-11-26 Tony Cook- arc(..., fill=> ...) wasn't handling concave areas...
2005-10-27 Tony Cook- INCOMPATIBLE CHANGE:
2005-10-19 Tony Cookadd page parameter to read() method when reading TIFF...
2005-09-08 Tony Cook- implement getscanline(), setscanline() and getsamples...
2005-08-24 Tony Cook- convert t/t107bmp.t to Test::More
2005-08-04 Tony Cook- remove old #if 0 code from Imager.xs
2005-05-02 Tony Cook- the Win32 font driver bounding_box() method now puts...
2005-05-02 Tony Cook- the FT1.x driver now supports the align parameter...
2005-04-29 Tony Cook- the internal i_tags_get_string() function now acts...
2005-04-26 Tony Cook- Imager::Font::BBox objects now have right_bearing...
2005-03-16 Tony Cook- added README for samples directory, describes interle...
2005-01-24 Tony Cook- eliminate unused variables and static functions
2005-01-01 Tony Cook- added trivial multiple master support via the FT2...
2004-12-02 Tony Cookprevent warning from size difference on some platforms
2004-10-18 Tony Cook- the XS code for i_tt_glyph_name() used unsigned char...
2004-10-18 Tony Cook- the FT2 glyph_names() method didn't do correct error...
2004-09-10 Tony Cook - the image resulting from a crop is now the...
2004-09-05 Tony Cook - the rotate() and matrix_transform() methods...
2004-09-05 Tony Cook - previously, if you supplied to_paletted and...
2004-08-08 Tony Cook - the Win32 font driver now uses DEFAULT_CHARSE...
2004-07-13 Tony Cook - moved some variable definitions to the right...
2004-04-22 Tony Cook - update ppport.h and remove the duplicate definitions...
2004-04-22 Tony Cookdefine aTHX_ when perl doesn't (perl 5.004 for example)
2004-03-10 Tony Cook - only call FT_Get_Postscript_Name() on FT 2.0.6 and...
2003-06-26 Tony Cook - added comment support the postfix transform2...
2003-03-29 Arnar Mar HrafnkelssonAdded extra parameters to rubthrough so only a subimage of
2002-12-31 Arnar Mar HrafnkelssonFixed return type not being on seperate line.
2002-12-31 Tony Cook - implemented i_t1_has_chars(), tests for same
2002-08-19 Arnar Mar HrafnkelssonSupport for probing for fileformats.
2002-05-09 Tony Cook - handle UTF8 strings passed to T1 low-level...
2002-05-05 Tony Cookhas_chars() support for freetype 1.x
2002-05-05 Arnar Mar HrafnkelssonModified i_line_aa to use a modified bresenham algorith...
2002-05-02 Arnar Mar HrafnkelssonSwitched i_draw to i_line, added endpoint boolean condi...
2002-05-01 Tony Cookvarious changes from trying to build on testdrive
2002-04-30 Arnar Mar HrafnkelssonAdded checks to flood fill functions for seed pixel...
2002-04-18 Tony Cooksecond argument to SvPV() must have type STRLEN
2002-04-18 Tony Cooksupport UTF with Freetype 1.x
2002-04-01 Arnar Mar HrafnkelssonAdded Imager version to output log.
2002-04-01 Tony Cookhide or rename any symbols that are likely to conflict...
2002-03-31 Tony Cookdifference() method
2002-03-31 Tony Cook - hide more of our Darwin dlload emulation...
2002-03-31 Tony Cooktry to fix OSX warnings
2002-03-31 Tony Cookuse INT2PTR if available
2002-03-18 Tony Cook*** empty log message ***
2002-03-06 Tony Cookmerge write to gif tags updates
2002-01-04 Tony Cookenhanced iolayer
2001-12-28 Arnar Mar HrafnkelssonAdded read support for sgi .rgb files.
2001-12-11 Tony Cookclaes' afm patch
2001-11-30 Tony Cookfreetype 2 bounding box function didn't know UTF8 ...
2001-11-30 Tony Cookadded has_chars() method to Imager::Font::FreeType2
2001-11-19 Tony Cookmove the combining function call outside the general...
2001-11-01 Tony Cookfix memory leaks, gif screen size calculations
2001-11-01 Arnar Mar HrafnkelssonAdded Destroy method for Imager::Font::TT and moved...
2001-11-01 Arnar Mar HrafnkelssonFixed most outstanding memory leaks that are revealed...
2001-10-31 Arnar Mar HrafnkelssonAdded an Imager::log_entry() function and some extra...
2001-10-31 Arnar Mar HrafnkelssonAdded io_buffer for reading from scalars. Also added...
2001-10-28 Arnar Mar HrafnkelssonFixed i_transform2() so malloc(0) doesn't happen. ...
2001-10-27 Tony Cookonly STRLEN types can be the second parameter of SvPV
2001-10-23 Arnar Mar HrafnkelssonCompleted the calling interface from perl to c for...
2001-10-22 Arnar Mar HrafnkelssonCode to free up resources for Imager::IO objects.
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-19 Tony Cookimage based fills
2001-09-18 Tony Cookprevent const char * to char * conversion warning
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-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-19 Tony CookWindows BMP file support
2001-08-15 Tony Cookstart of bmp support (just writing so far)
2001-08-13 Tony CookEgads
2001-06-08 Arnar Mar HrafnkelssonSwitched all of jpeg to iolayer functions, removed...
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 HrafnkelssonAdded a temporary circle antialiasing routine.
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-14 Arnar Mar HrafnkelssonRemoved a bunch of unused variables and fixed an attemp...
2001-05-09 Tony Cooklose the debug code
2001-05-09 Tony Cookimplement the convert() method for converting between...
2001-05-08 Tony Cookincorporated Micksa's faxable tiff support
2001-05-04 Arnar Mar HrafnkelssonAdded flip() and docs to Imager.pm and i_flipxy() to...
2001-04-24 Tony Cooksome error reporting in image writing
2001-04-22 Tony Cookadded support for od_tiny ordered dither and made it...
2001-04-12 Tony Cookadded function to check giflib version
2001-04-10 Tony Cookaccess to lower-level error messages
2001-04-02 Tony Cookactually call the function now
2001-04-02 Tony Cookfixed the problem with 2 references to the one i_color...
2001-04-02 Tony Cookremoved junk left over from when I tried to use a typem...
2001-03-25 Arnar Mar HrafnkelssonInitial revision Imager-0_38 Imager-0_38pre9