diff options
author | Andrey Andreev <narf@devilix.net> | 2015-01-12 12:45:12 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-01-12 12:45:12 +0100 |
commit | db037dbd023aeeae6d8643707945882f962b2a44 (patch) | |
tree | 40b065615daa899634b0310f50ca3e40230fd849 /system | |
parent | 010c33fb6b6734fddb7143eee14153080a2b8799 (diff) |
[ci skip] Polish changes from PR #3278
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Image_lib.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php index d653b1640..529532e60 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php @@ -1212,7 +1212,7 @@ class CI_Image_lib { imagecopymerge($src_img, $wm_img, $x_axis, $y_axis, 0, 0, $wm_width, $wm_height, $this->wm_opacity); } - // We can preserve transparency for PNG images + // We can preserve transparency for PNG images if ($this->image_type === 3) { imagealphablending($src_img, FALSE); @@ -1803,4 +1803,4 @@ class CI_Image_lib { } /* End of file Image_lib.php */ -/* Location: ./system/libraries/Image_lib.php */ +/* Location: ./system/libraries/Image_lib.php */
\ No newline at end of file |