summaryrefslogtreecommitdiffstats
path: root/system/libraries/Image_lib.php
AgeCommit message (Expand)AuthorFilesLines
2018-03-10[ci skip] Merge pull request #5434 from xims/patch-3Andrey Andreev1-1/+4
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev1-2/+2
2017-07-17[ci skip] escapeshellarg on the image src path passed to NetPBM by Image_libAndrey Andreev1-1/+1
2017-01-10[ci skip] CI_Image_lib to set gd.jpeg_ignore_warning = 1Andrey Andreev1-0/+10
2017-01-06[ci skip] Cosmetich changes to CI_Image_lib::get_image_properties()Andrey Andreev1-14/+15
2017-01-06Merge pull request #4457 from KN4CK3R/developAndrey Andreev1-0/+5
2017-01-03Update copyright data to 2017Master Yoda1-2/+2
2016-12-12Really fix #4937Andrey Andreev1-6/+6
2016-12-09[ci skip] Fix #4937Andrey Andreev1-13/+6
2016-11-07Fix #4902Andrey Andreev1-1/+1
2016-07-29[ci skip] Fix #4736Andrey Andreev1-1/+1
2016-03-22[ci skip] Escape image paths passed as shell arguments to imagemagickAndrey Andreev1-7/+8
2016-03-22[ci skip] Validate width, height config valuesAndrey Andreev1-1/+5
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-08-03[ci skip] Normalize tabs/spacesAndrey Andreev1-2/+2
2015-05-21[ci skip] Trim some whitespace from Image_libAndrey Andreev1-11/+11
2015-05-11Fix an undefined variable error from fbde2798688ab99cfe3fdd22746d60f0877b2c27Andrey Andreev1-1/+1
2015-05-11Fix #3846Andrey Andreev1-6/+12
2015-01-31Fixed horizontal position of watermark text when using drop shadowomar1-1/+1
2015-01-31Fixed Watermark function to work without drop shadowomar1-30/+46
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-20[ci skip] Change some log messages' levelAndrey Andreev1-1/+1
2015-01-12[ci skip] Polish changes from PR #3278Andrey Andreev1-2/+2
2015-01-12Merge pull request #3278 from b1tc0re/patch-1Andrey Andreev1-1/+8
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-10-23Fix #3283Andrey Andreev1-1/+1
2014-10-19We can preserve transparency for PNG imagesДмитрий1-1/+8
2014-08-27Fix #2963Andrey Andreev1-10/+13
2014-03-13Image_lib - minor corrections on some comments.Ivan Tcholakov1-3/+3
2014-03-13Partially revert PR #2190Andrey Andreev1-6/+6
2014-02-26Don't use error suppression on realpath() + style adjustmentsAndrey Andreev1-2/+2
2014-02-112013 > 2014darwinel1-1/+1
2014-02-11Fix issue #43Andrey Andreev1-28/+43
2013-03-13removing linebreakSam Doidge1-1/+1
2013-03-13adding thumb_marker to image_lib->clear()Sam Doidge1-2/+2
2013-01-26Fix a code comment in Image_libvlakoff1-1/+1
2013-01-09fix imagejpeg() parameter, should be NULL instead of empty stringTed Wood1-1/+1
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+0
2012-11-12Some micro-optimizationsAndrey Andreev1-6/+6
2012-11-07Added function_usable() to common functionsAndrey Andreev1-3/+11
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-05Add PNG transparency support in CI_Image_lib::text_watermark() (originally fr...Andrey Andreev1-0/+7
2012-07-02Fixed code stylingOmar1-3/+7
2012-06-29Fixing imagemagick maintain ratio not implementedOmar1-1/+4
2012-06-04Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b an...Andrey Andreev1-3/+3
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/librariesAlex Bilbie1-51/+51