Applied (mostly) as r3203 and r3201
[PyX/mjg.git] / examples / bitmap / jpeg.py
blob246290ea8126e8ebd3897f660e0bade13dce9394
1 from pyx import *
3 i = bitmap.jpegimage("jpeg.jpg")
4 c = canvas.canvas()
5 c.insert(bitmap.bitmap(0, 0, i, compressmode=None))
6 c.writeEPSfile("jpeg")
7 c.writePDFfile("jpeg")