image-storage icon indicating copy to clipboard operation
image-storage copied to clipboard

:stars: Image storage for Nette framework

Results 6 image-storage issues
Sort by recently updated
recently updated
newest added

If the image is not found and is replaced by a definition in the configuration (default noimage_identifier: images/noimage/no-image.png) the path is not correctly parsed by the fromName method because the...

Please, can you advise me how to add size/crop parameters to latte {img} macro? Is that even possible following this documentation? https://github.com/contributte/image-storage/tree/master/.docs#transforming-image---resizing-cropping

Hi, I have a question about quality of images. The quality is set with equal alue for both (jpg and png) types, but internally it uses the imagejpeg method for...

Hello, I wanted to show image of user in datagrid, however `Image::createLink` method returns path without the `$basePath` variable. ```php public function columnName(User $user): Html { $presenter = $this->getPresenter(); $basePath...

ImageStorage.php:123 If $script->name contains path (for me occurs when namespace is used) than RE failed. It is necessary to use preg_quote( $script->name, '/' ) to prevent such situation.

Chyba: Declaration of Contributte\ImageStorage\ImageStoragePresenterTrait::createTemplate(): Nette\Application\UI\ITemplate must be compatible with Nette\Application\UI\Presenter::createTemplate(?string $class = null): Nette\Application\UI\Template při vytváření traity v souboru ImageStoragePresenterTrait.php řádek č.19