Lines Matching full:im
77 if (false === ($im = $this->loadImageFile($file))) {
83 $sizes = array(imagesx($im), imagesy($im));
100 $source_width = imagesx($im);
101 $source_height = imagesy($im);
105 $im,
194 protected function addImageData($im) argument
196 $width = imagesx($im);
197 $height = imagesy($im);
207 $color = imagecolorat($im, $x, $y);
283 if (false === ($im = imagecreatefromstring($file_data))) {
290 return $im;