Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > e76ccca37782abcc08c195470c68ce02 > files > 1

apache-mod_gfx-0.1-4mdv2010.1.src.rpm

<IfDefine HAVE_GFX>
    <IfModule !mod_gfx.c>
	LoadModule gfx_module		extramodules/mod_gfx.so
    </IfModule>
</IfDefine>

<IfModule mod_gfx.c>

    # <GfxProfile> - Container to create profiles
    # </GfxProfile>> - Place Holder

    # <GfxOrigin> - Container to create origin hosts
    # </GfxOrigin>> - Place Holder

    # GfxAction - Defines a list of actions to perform on the image

    # GfxRsX - Specifies a maximum width to resize to

    # GfxRsY - Specifies a maximum height to resize to

    # GfxLocX - Specifies position for watermark

    # GfxLocY - Specifies position for watermark

    # GfxWatermark - Specifies filename for watermark

    # GfxQual - Specifies the quality (if supported by output format)

    # GfxMergePct - Specifies the overlay percent for watermarks

    # GfxOutputFormat - Specifies the ouput format

    # GfxOriginMatch - A regex to declare origins

    # GfxOriginHost - Define a host to origin content from

    # GfxSkipPath - Helps you strip off path components

</IfModule>