@@ 1098-1105 (lines=8) @@ | ||
1095 | } |
|
1096 | ||
1097 | // Show the image |
|
1098 | if ($this->dynamic_output === TRUE) |
|
1099 | { |
|
1100 | $this->image_display_gd($src_img); |
|
1101 | } |
|
1102 | elseif ( ! $this->image_save_gd($src_img)) // ... or save it |
|
1103 | { |
|
1104 | return FALSE; |
|
1105 | } |
|
1106 | ||
1107 | // Kill the file handles |
|
1108 | imagedestroy($src_img); |
|
@@ 1229-1236 (lines=8) @@ | ||
1226 | } |
|
1227 | ||
1228 | // Output the image |
|
1229 | if ($this->dynamic_output === TRUE) |
|
1230 | { |
|
1231 | $this->image_display_gd($src_img); |
|
1232 | } |
|
1233 | elseif ( ! $this->image_save_gd($src_img)) // ... or save it |
|
1234 | { |
|
1235 | return FALSE; |
|
1236 | } |
|
1237 | ||
1238 | imagedestroy($src_img); |
|
1239 | imagedestroy($wm_img); |