Proyectos de Subversion LeadersLinked - Services

Rev

Rev 324 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 324 Rev 334
Línea 114... Línea 114...
114
        $target_height = 300;
114
        $target_height = 300;
115
        $crop_to_dimensions = false;
115
        $crop_to_dimensions = false;
116
        $unlink_source = false;
116
        $unlink_source = false;
Línea 117... Línea 117...
117
        
117
        
118
        $image = \LeadersLinked\Library\Image::getInstance($this->config);
118
        $image = \LeadersLinked\Library\Image::getInstance($this->config);
Línea 119... Línea 119...
119
        $response = $image->uploadImageChangeSize($source, $target_path, $target_code, $target_filename, $target_width, $target_height, $crop_to_dimensions, $unlink_source);
119
        $response = $image->uploadProcessChangeSize($source, $target_path, $target_code, $target_filename, $target_width, $target_height, $crop_to_dimensions, $unlink_source);