14
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Oct 09, 2023 — Oct 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Misc fixes. More... over 24 years ago
Switched all of jpeg to iolayer functions, removed older functions and did some clean up. More... over 24 years ago
More fixes still for iolayer changes. More... over 24 years ago
Clean up after changing some formats to use iolayer. More... over 24 years ago
Updated png to use _wlio functions, and fixed a filename error for ppm test. More... over 24 years ago
Replaced i_readraw() and i_writeraw() with the equivalent _wiol functions. More... over 24 years ago
Removed i_writeppm and put in i_writeppm_wiol instead. More... over 24 years ago
interface consistency
tonyc
as Tony Cook
More... over 24 years ago
Compile time error fix if IM_NOLOG=1 was chosen More... over 24 years ago
Adds aa circle into export_ok list. More... over 24 years ago
Added a temporary circle antialiasing routine. More... over 24 years ago
Fixed a bug which caused compile and runtime errors with IM_NOLOG=1 More... over 24 years ago
split Imager::Font into base *::Type1 and *::Truetype, which should simplify adding new font types (I hope)
tonyc
as Tony Cook
More... over 24 years ago
Version number change for 0.38 CPAN upload More... over 24 years ago
Fixed so that IM_MANUAL doesn't lose the giflib version check. More... over 24 years ago
Fixed warnings for 5.004_04. More... over 24 years ago
Fixed // in filters.c. And things that didn't work in perl 5.004_04 in the testcases. More... over 24 years ago
If tiff format was not supported then then all tests after 4 appeared to be failing. More... over 24 years ago
Removed bench/* from MANIFEST (but not CVS). Also moved transbench.perl into bench subdirectory. More... over 24 years ago
Added mng to the TOOD, and added a warning to the Makefile.PL if gif/ungif is enabled. More... over 24 years ago
Made TODO into a seperate file and removed it from the Changes file. Also added i_errmsg to the image structure in design/represent.txt since that is sort of the next generation image structure. More... over 24 years ago
Added documentation to map method in Imager.pm and made some minor fixes to map method. More... over 24 years ago
Fixes to i_map function and map method. Added a testcase for both. More... over 24 years ago
refer to the right test
tonyc
as Tony Cook
More... over 24 years ago
added tests for the tiff OO interface added resolution setting for faxable tiffs (uncommenting and fixing the original code) added documentation for setting the resolution declared i_writetiff_wiol_faxable in image.h
tonyc
as Tony Cook
More... over 24 years ago
remove testout on make clean
tonyc
as Tony Cook
More... over 24 years ago
Simplified interface. More... over 24 years ago
Added map.c which implements mapping images through tables. More... over 24 years ago
Fixes to logging in iolayer.c and minor iolayer issues with tiffs in Imager.pm More... over 24 years ago
Fixes crop() method so it is consistent with documentation. More... over 24 years ago