Pymol-Scripts / Pymol-script-repo

Collected scripts for Pymol
http://www.pymolwiki.org/index.php/Git_intro
435 stars 257 forks source link

Add outline.py #134

Closed JarrettSJohnson closed 1 year ago

JarrettSJohnson commented 1 year ago

An even more automatic way to do this using a plugin & PIL.

JarrettSJohnson commented 1 year ago

Any chance to get antialiasing for the outline? I think it would be possible with oversampling.

Tried raytracing the outline at 2x (even up to 4x) resolution and resizing back down with PIL's various filters, but seems to alias even stronger.

EDIT: Nevermind. I was doing the resizing in the wrong place. Looks great.