Releases: pavelzotikov/social-media-image-generator
Releases · pavelzotikov/social-media-image-generator
1.1.5
Full Changelog: 1.1.4...1.1.5
1.1.4
Full Changelog: 1.1.3...1.1.4
1.1.3
Full Changelog: 1.1.2...1.1.3
1.1.2
Full Changelog: 1.1.1...1.1.2
1.1.1
Full Changelog: 1.1.0...1.1.1
1.1.0
- Introduced a dedicated class
ImagickResourceLimiter
to manage resource limits for Imagick instances. - Applied resource limits (memory, map, area, file, and disk) to optimize performance and prevent excessive resource consumption.
- Integrated the resource limits into the
Generator
class and other relevant areas to ensure consistent memory and resource management across the application.
Full Changelog: 1.0.9...1.1.0
Added resource cleanup
Memory freeing now occurs for all related objects, including layers and images.