<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># these properties are used to fill the default SourceSet of aImageMetadata
# can be seen in action on e.g.

# https://images.poms.omroep.nl/example/100000
THUMBNAIL.WEBP=s100
MOBILE_HALF.WEBP=s160
MOBILE.WEBP=s320
MOBILE_2.WEBP=s640&gt;
MOBILE_3.WEBP=s960&gt;
TABLET.WEBP=s1280&gt;
TABLET_2.WEBP=s1440&gt;
TABLET_3.WEBP=s1920&gt;
LARGE.WEBP=s2540&gt;

MOBILE.JPG=s640&gt;




# These are the currently supported 'static' profiles in the image server.
# E.g.https://images.poms.omroep.nl/image/mc/100000

profile.mc=-monochrome
profile.gray=-colorspace Gray
profile.contrast=-sigmoidal-contrast 15x30%
profile.negate=-negate
profile.night=-blue-shift 0.6


# These are relevant settings for some other supported formats like

# https://images.poms.omroep.nl/image/promo-portrait/100000
convert.maxSize=3000
promo.maxSize=3000
promo.landscape.geometry=1920
promo.portrait.geometry=1080


</pre></body></html>