Tryag File Manager
Home
-
Turbo Force
Current Path :
/
usr
/
lib
/
python2.4
/
site-packages
/
Upload File :
New :
File
Dir
//usr/lib/python2.4/site-packages/gd.pyc
mō MQļFc @ s0 d Z d k Z d k T[ d f d YZ d S( sė GD module is an interface to the GD library written by Thomas Bouttel. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a .PNG, .JPEG, or .WBMP file. This is particularly useful in World Wide Web applications, where .JPEG is universally supported and PNG is the up-and-coming format used for inline images. It has been extended in some ways from the original GD library.N( t *t imagec B s} t Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z RS( Nc G sO t | d t o! t | } | d i | d <n t i | | i d <d S( Ni t _image( t isinstancet argsR t listR t _gdt selft __dict__( R R ( ( t&