Example #1
0
def getQuality():
    from plone.app.imaging.utils import getQuality as func
    return func()
Example #2
0
def getQuality():
    from plone.app.imaging.utils import getQuality as func
    return func()
Example #3
0
def getAllowedSizes():
    from plone.app.imaging.utils import getAllowedSizes as func
    return func()
Example #4
0
def getAllowedSizes():
    from plone.app.imaging.utils import getAllowedSizes as func
    return func()