Public Member Functions | |
def | __init__ |
Public Attributes | |
In | |
Out | |
Ref |
Stores file address for an input file.
Definition at line 18 of file imageoptimizer.py.
def imgcrush.imageoptimizer.FileAddress.__init__ | ( | self, | ||
infname, | ||||
reffname, | ||||
outfname | ||||
) |
Constructor. Data members: In : Filename of the input file. Ref : Filename of the reference temporary file relative to temp dir. Out : Filename of the output file relative to output dir.
Definition at line 21 of file imageoptimizer.py.