Exemplo n.º 1
0
def process(infilename, outfilename):
	global newwidth, newheight, newpf

	try:
		vin = VFile.BasicVinFile(infilename)
	except IOError, msg:
		sys.stderr.write(infilename + ': I/O error: ' + `msg` + '\n')
		return 1
Exemplo n.º 2
0
def process(infilename, outfilename):
    try:
        vin = VFile.BasicVinFile(infilename)
    except IOError, msg:
        sys.stderr.write(infilename + ': I/O error: ' + ` msg ` + '\n')
        return 1
Exemplo n.º 3
0
#! /usr/bin/env python
Exemplo n.º 4
0
#! /usr/bin/env python
Exemplo n.º 5
0
#! /usr/bin/env python
Exemplo n.º 6
0
#! /usr/bin/env python