So what I figured out was that my when saving my Chemdraw files as TIFFs the settings on my new computer were off. Instead of >600 dpi it was set at 300 dpi. This is enough of a difference to get blurry pics. Lineart really should be 1000-1200 dpi. So I re-saved all my Chemdraw pics at 1000 dpi. Done.
Onto Pymol.Checking the dpi most pics were around 90 dpi! No wonder they looked blurry! But what did I do wrong? I did ray all my pics. After a quick google search I realised that just hitting the "ray" button isn't good enough (yeh I should've known, but I never really thought about it).
So what I needed were 300 dpi pictures from Pymol. What I did was calculate the resolution of the pic that I required based on the physical size of the picture. (Of course you could have a picture that was much larger than what you really needed and just resize in Word, but the size of each image will also be larger leading to a huge Word file.) For example, if I wanted a 2 x 3 inch image (Yes inches. Annoying for people who work in cm. Just, divide by 2.54 to convert cm to inches) then the resolution I need would be (2*300) x (3*300), which is 600 x 900 dpi. Then I typed (more like copy and pasted) the following commands into Pymol:
ray 600,900;
png picturename.png, dpi=300;
I also changed the antialiasing
setting to 2, for higher quality images and also set hash-max to 220 so
that it would ray faster (it uses more comp resources. Default is 100).
set hash_max, 220
So the general resolution settings (as I understand from looking at publication guidelines) are as follows:
- Lineart (e.g. Chemdraw, graphs) should be 1000-1200 dpi;
- Halftone (e.g. Pymol, crystal pics, imaging) should be 300 dpi; and
- Combination halftones (mix of lineart and halftones) should be 600-900 dpi.
Final words:
- Check the dpi setting on your figures. Make sure that you have the right dpi settings for the right type of pic
- In Word zoom in 500%. If it's blurry it will probably print out blurry.
No comments:
Post a Comment