Re: [PyMOL] Ray Trace Mode 1 and Labels

2011-10-15 Thread Thomas Holder
Hi Jack, you could render the labels to a separate image and assemble both images using Photoshop, Gimp, etc. set ray_trace_mode, 1 hide labels png image1.png, ray=1 set ray_trace_mode, 0 as labels set label_font_id, 7 set label_size, 20 set label_color, black set label_outline_color, white png

Re: [PyMOL] Ray Trace Mode 1 and Labels

2011-10-14 Thread Tsjerk Wassenaar
Hi Jack, Unfortunately, that is not possible. The ray-trace mode affects the behaviour/display of edges during raytracing, It's basically doing edge detection, similar to what can be done in image processing afterwards. So, it's similar to having an image and wanting to enhance edges on some, but

[PyMOL] Ray Trace Mode 1 and Labels

2011-10-14 Thread Jack Orford
Is there a way to stop ray_trace_mode 1 putting an outline on labels? Although the outline looks quite good for the graphics, especially once they are printed, it makes the text look like blocky typewriter font. Any advice appreciated. Thanks --