2013-04-26 |
Woody Gilk | Merge pull request #13 from bharat/3.3/develop
|
commit | commitdiff | tree |
2012-01-09 |
Woody Gilk | Merge branch '3.2/develop' into 3.3/develop
|
commit | commitdiff | tree |
2012-01-09 |
Woody Gilk | Merge branch '3.1/develop' into 3.2/develop
|
commit | commitdiff | tree |
2012-01-09 |
Woody Gilk | Merge remote-tracking branch 'lysender/3.1/dev-lysender...
|
commit | commitdiff | tree |
2011-03-10 |
Woody Gilk | Merge branch '3.2/feature/imagick' into 3.2/develop
|
commit | commitdiff | tree |
2011-03-10 |
Woody Gilk | Merge branch '3.0/feature/imagick' into 3.2/feature...
|
commit | commitdiff | tree |
2011-03-10 |
Woody Gilk | Merge branch '3.1/develop' into 3.2/develop
|
commit | commitdiff | tree |
2011-03-10 |
Woody Gilk | Invalid reference to 3.0 method Kohana::exception_text...
|
commit | commitdiff | tree |
2011-02-10 |
Woody Gilk | Merge branch '3.0/develop' into 3.1/develop
|
commit | commitdiff | tree |
2011-02-10 |
Woody Gilk | Use transparent gray instead of white or black to modify...
|
commit | commitdiff | tree |
2011-02-10 |
Woody Gilk | Fixing bugs with Image_Imagick related to transparency...
|
commit | commitdiff | tree |
2011-02-01 |
Woody Gilk | Follow up to 60f8b4e65448e22a992c3a85624b40f504d5f320...
|
commit | commitdiff | tree |
2011-02-01 |
Woody Gilk | Cleaned up Imagick driver and finished incomplete methods
|
commit | commitdiff | tree |
2011-02-01 |
Woody Gilk | Use scaleImage instead of resizeImage to provide the...
|
commit | commitdiff | tree |
2011-02-01 |
Woody Gilk | Renamed ImageMagick classes to Imagick, to allow for...
|
commit | commitdiff | tree |
2011-01-10 |
Woody Gilk | Merge branch '3.0/master' of https://github.com/awellis...
|
commit | commitdiff | tree |
2011-01-10 |
Woody Gilk | Merge branch '3.0/develop' into 3.1/develop
|
commit | commitdiff | tree |
2011-01-10 |
Woody Gilk | Declaring Image::$mime before using it, fixes #3561
|
commit | commitdiff | tree |
2010-12-30 |
Woody Gilk | Merge branch '3.0.x'
|
commit | commitdiff | tree |
2010-12-21 |
Woody Gilk | Merge branch 'docs' into 3.0.x
|
commit | commitdiff | tree |
2010-12-07 |
Woody Gilk | Merge remote branch 'bluehawk/docs' into docs_test
|
commit | commitdiff | tree |
2010-09-14 |
Woody Gilk | Resizing a width or height < 1 will never work, add...
|
commit | commitdiff | tree |
2010-04-24 |
Woody Gilk | Update Image comments, added missing examples
|
commit | commitdiff | tree |
2010-04-24 |
Woody Gilk | Updated Image_GD comments, added missing examples
|
commit | commitdiff | tree |
2010-04-08 |
Woody Gilk | Updated comments, changed all @package links to "Kohana...
|
commit | commitdiff | tree |
2010-03-05 |
Woody Gilk | Merge branch 'master' of git://github.com/homm/image
|
commit | commitdiff | tree |
2010-03-05 |
Woody Gilk | Fixing whitespace from homm commits
|
commit | commitdiff | tree |
2009-11-24 |
Woody Gilk | Allow Image_GD to be used with the non-bundled version...
|
commit | commitdiff | tree |
2009-11-08 |
Woody Gilk | Cleaned up whitespace
|
commit | commitdiff | tree |
2009-11-08 |
Woody Gilk | Apply proper min/max values where missing, fixes #2324
|
commit | commitdiff | tree |
2009-10-11 |
Woody Gilk | Image_GD::_save_function() needs to normalize the extension...
|
commit | commitdiff | tree |
2009-09-15 |
Woody Gilk | Added bundeled check to Image_GD, fixes #1980
|
commit | commitdiff | tree |
2009-09-15 |
Woody Gilk | Image_GD::sharpen() fails because imageconvolution...
|
commit | commitdiff | tree |
2009-09-13 |
Woody Gilk | Moved image classes to proper directory location and...
|
commit | commitdiff | tree |
2009-08-20 |
Woody Gilk | Writable files do not need writable directories, fixes...
|
commit | commitdiff | tree |
2009-08-20 |
Woody Gilk | Improper function when saving images to files, fixes...
|
commit | commitdiff | tree |
2009-08-20 |
Woody Gilk | Fixing syntax error in Image_GD->_do_save(), fixes...
|
commit | commitdiff | tree |
2009-07-19 |
Woody Gilk | Bug in _do_background() call, fixes #3
|
commit | commitdiff | tree |
2009-07-16 |
Woody Gilk | Added Image::background($color, $opacity = 100) for...
|
commit | commitdiff | tree |
2009-07-16 |
Woody Gilk | Added a $fade_in parameter to reflection() to flip...
|
commit | commitdiff | tree |
2009-07-15 |
Woody Gilk | Added reflection($height, $opacity = 100) to Image...
|
commit | commitdiff | tree |
2009-07-13 |
Woody Gilk | Updated Image to use the new Kohana::exception_text...
|
commit | commitdiff | tree |
2009-07-12 |
Woody Gilk | Doing the same changes to watermark() that were in...
|
commit | commitdiff | tree |
2009-07-12 |
Woody Gilk | Added _save_function() to Image_GD as a helper for...
|
commit | commitdiff | tree |
2009-07-12 |
Woody Gilk | Made $width and $height required parameters for crop()
|
commit | commitdiff | tree |
2009-07-12 |
Woody Gilk | Added Image::__toString()
|
commit | commitdiff | tree |
2009-07-12 |
Woody Gilk | Switch Image->crop() to use TRUE for centering and...
|
commit | commitdiff | tree |
2009-07-12 |
Woody Gilk | Added Image::INVERSE, fixes #1
|
commit | commitdiff | tree |
2009-07-07 |
Woody Gilk | Allow images to be cropped proportionally and preventing...
|
commit | commitdiff | tree |
2009-07-02 |
Woody Gilk | Added flip() support to Image_GD
|
commit | commitdiff | tree |
2009-07-02 |
Woody Gilk | Added Image->flip() support
|
commit | commitdiff | tree |
2009-07-02 |
Woody Gilk | Completed watermark() support in Image_GD
|
commit | commitdiff | tree |
2009-07-02 |
Woody Gilk | Use round() instead of (int) because (int) drops decimals...
|
commit | commitdiff | tree |
2009-07-01 |
Woody Gilk | Added support for watermarking to Image_GD and fixed...
|
commit | commitdiff | tree |
2009-07-01 |
Woody Gilk | Added Image->watermark() and cleaned up code a bit
|
commit | commitdiff | tree |
2009-07-01 |
Woody Gilk | Completed Image class comments
|
commit | commitdiff | tree |
2009-07-01 |
Woody Gilk | Initial porting of Image and Image_GD completed
|
commit | commitdiff | tree |
2009-06-04 |
Woody Gilk | Initial creation of Image module
|
commit | commitdiff | tree |