[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ccp4bb]: Diffraction images to gif/jpg python module



***  For details on how to be removed from this list visit the  ***
***          CCP4 home page http://www.ccp4.ac.uk         ***


Works great now.

May I suggest replacing the last line with something like:



print "Please give the image name with suffix (eg: test_001.img): "
a = raw_input()
print "Please provide a name for the jpeg file (eg: test.jpg): "
b = raw_input()
writeJPEG(a,b,0.995)