hermajan / imagette
Handling of images with Nette Image.
v3.0.0
2026-03-24 23:45 UTC
Requires
- php: >=7.4 <8.3
- latte/latte: ^2.11
- nette/di: ^3.0
- nette/finder: ^2.5
- nette/utils: ^3.2
- rosell-dk/webp-convert: ^2.9
Requires (Dev)
- nette/tester: ^2.4
- phpstan/phpstan: ^1.10
- phpstan/phpstan-doctrine: ^1.3
- phpstan/phpstan-nette: ^1.2
- tracy/tracy: ^2.9
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-27 00:04:35 UTC
README
Library for handling images, generating thumbnails, and format conversion in the Nette Framework.
🌟 Features
- Thumbnail Generation: Intelligent image resizing, caching, and template-based generation.
- Format Conversion: Seamless transformation into modern formats like WebP and AVIF.
- Nette Integration: First-class support for Nette DI and Latte macros (
{thumbnail}). - OpenGraph Support: Optimized image preparation for social media sharing.
- Smart Caching: Efficient thumbnail generation and serving.
- Fallbacks: Configurable fallback assets for missing images.
📥 Installation
Install this via Composer:
composer require hermajan/imagette
📚 Documentation
Usage and documentation for this project is in wiki.