Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
languageyml
titleBeispiel
collapsetrue
image-processing:
  ribbon:
    listOfServers: xxx:9110
  
  server:
    image-magick-home: /usr/bin/
    enable-cache: true
    work-directory-path: /work
    
    source-cache-configuration:
      cache-directory-path: ./cache/source
      max-cache-size: 1024
      cleanup-threshold: 75
      

    result-cache-configuration:
      cache-directory-path: ./cache/result
      max-cache-size: 1024
    
  client:
	default-max-pixel: 1000000020000000
    crop-presets:
      -
        key: small4x3
        width: 320
        height: 240
        quality: 75
      -
        key: medium4x3
        width: 800
        height: 600
        quality: 75
      -
        key: large4x3
        width: 1600
        height: 1200
      -
        key: small16x9
        width: 320
        height: 180
        quality: 75
      -
        key: medium16x9
        width: 800
        height: 450
        quality: 75
      -
        key: large16x9
        width: 1600
        height: 900
      -
        key: teaser
        width: 400
        height: 320
        quality: 75
      -
        key: teaser-expand
        width: 400
        height: 320
        quality: 75
        crop-mode: expand
      -
        key: default
        default-preset: true
        width: 2048
        quality: 75

    preview-presets:
      -
        key: thumbnail
        size: 100
      -
        key: small
        size: 320
      -
        key: medium
        size: 640
      -
        key: large
        size: 960
        base-preset: true
        default-preset: true

...