WebinoImageThumb icon indicating copy to clipboard operation
WebinoImageThumb copied to clipboard

:scissors: Webino™ Image thumbnailer for Zend Framework [LTS] http://webino.github.io/WebinoImageThumb

Results 6 WebinoImageThumb issues
Sort by recently updated
recently updated
newest added

Hi, I am working with zend 2 and WebinoImageThumb, and i realize there is a bug with https image. If i put an https image, i get a "Image file...

Hi, a can't use WaterMark plug-in, it somehow does not work, but resize work's fine. $watermarkPath = 'public/images/water.png'; $watermarkThumb = $this->thumbnailer->create($watermarkPath); $watermark = $this->thumbnailer->createWatermark($watermarkThumb, [-1,1], 1); $thumb = $this->thumbnailer->create($imagePath, [],...

question
wontfix

After alter the image the background stays black: https://s3-eu-west-1.amazonaws.com/esolidar-proto-uploads/brands/580a0aac-1508-435b-bba5-78f800000000-DETAIL.jpg $thumb1 = $this->thumbnailer->create($path_complete . $new_filename, $options = [], $plugins = []); $thumb1->crop($imgData->x, $imgData->y, $imgData->width, $imgData->height); $thumb1->rotateImageNDegrees($imgData->rotate); $thumb1->adaptiveResize(200, 200); $thumb1->save($path_complete . $new_name....

wontfix

Problem 1 - The requested package webino/webino-image-thumb 2.\* is satisfiable by webino/webino-image-thumb[2.0.0-RC1] but those are rejected by your minimum-stability. Why is that ?

question

Hi, I have a problem with this module when using form collection in my application. This works great, but if a form contains a collection, an error is thrown :...

question

Zend\ServiceManager\Exception\ServiceNotFoundException Zend\ServiceManager\ServiceManager::get was unable to fetch or create an instance for WebinoImageThumb /Applications/MAMP/htdocs/esolidar-1.0.0/vendor/zendframework/zend-servicemanager/src/ServiceManager.php in get at line 555 throw new Exception\ServiceNotFoundException(sprintf( /Applications/MAMP/htdocs/esolidar-1.0.0/module/Application/src/Application/Controller/Factory/AjaxControllerFactory.php in __invoke at line 76 $thumbnailer = $container->get('WebinoImageThumb');...

bug