openmedialibrary_platform/Darwin/lib/python2.7/site-packages/PIL/ImageGL.py
2014-05-16 01:20:41 +02:00

28 lines
483 B
Python

#
# The Python Imaging Library.
# $Id$
#
# OpenGL pixmap/texture interface (requires imToolkit OpenGL extensions)
#
# History:
# 2003-09-13 fl Added
#
# Copyright (c) Secret Labs AB 2003.
#
# See the README file for information on usage and redistribution.
#
##
# OpenGL pixmap/texture interface (requires imToolkit OpenGL
# extensions.)
##
import _imaginggl
##
# Texture factory.
class TextureFactory:
pass # overwritten by the _imaginggl module
from _imaginggl import *