Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configurable limits for memory, map, and disk in IiifPrint
- Added `memory_limit`, `map_limit`, and `disk_limit` options to IiifPrint::Configuration with attr_accessors - Updated iiif_print initializer to allow optional configuration of these limits - Added example comments in configuration.rb for setting limits - Ensures ImageMagick falls back to imagemagic-6-policy.xml limits if values are left unset This change provides flexibility for resource management in image processing while retaining default behaviors.
- Loading branch information