Metadata-Version: 1.0
Name: django-watermark
Version: 0.1.5-pre1
Summary: Quick and efficient way to apply watermarks to images in Django.
Home-page: http://code.google.com/p/django-watermark/
Author: Josh VanderLinden
Author-email: codekoala@gmail.com
License: BSD
Description: 
        This project provides a simple way for you to apply custom watermarks to images on your Django-powered website.
        
        Features
        --------
        
        * Opacity: the filter allows you to specify the transparency level for your watermark image
        * Watermark positioning: you have several options for positioning watermarks on your images
        
        * Absolute: you can specify exact pixel locations for your watermark
        * Relative: you can use percentages to place your watermark
        * Corners: you can position your watermark in the corners of your images
        * Random: you can tell the filter to randomly generate a position for your watermark
        
        * Scaling: the watermark can be scaled to cover your images
        * Tiling: the watermark can be tiled across your images
        * Greyscale: you can convert the watermark to be greyscale before having it applied to the target image.
        * Rotation: you can rotate your watermark a certain number of degrees or have the rotation be random.
        
Keywords: django,watermark,image,photo,logo
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Artistic Software
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Multimedia :: Graphics
