liip_imagine.yaml 699 B

123456789101112131415161718192021
  1. services:
  2. opentalent.liip_imagine.binary.loader.stream.profile_photos:
  3. class: Liip\ImagineBundle\Binary\Loader\StreamLoader
  4. arguments:
  5. - 'gaufrette://storage/'
  6. tags:
  7. - { name: 'liip_imagine.binary.loader', loader: 'stream.storage' }
  8. # Documentation on how to configure the bundle can be found at: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html
  9. liip_imagine:
  10. # valid drivers options include "gd" or "gmagick" or "imagick"
  11. driver: "imagick"
  12. data_loader: stream.storage
  13. filter_sets:
  14. crop_filter:
  15. filters:
  16. crop:
  17. size: ~
  18. start: ~