var fDesc=new Array(); fDesc[0] = "B/W Styler is a plugin for B/W conversion, creating traditional B/W effects and styling B/W photos. BW Styler works in dozens of graphics applications including Photoshop, Paint Shop Pro, Photoshop Elements, PhotoPlus, Photo-Paint, IrfanView and PhotoImpact under Windows and MacOS X. It also runs natively in Photoshop CS3 and CS4 on Intel-Macs. It supports 8bit and 16bit RGB images.

B/W Styler simulates the whole workflow of B/W photography from shooting a photo to processing it in the lab and framing the end result. It recreates the look of films, lens filters, lab effects and photo papers that are popular in traditional B/W photography, but it even goes beyond that. Starting with a color photo B/W Styler lets you produce stunning B/W images that are not possible with B/W film. B/W Styler uses the whole contrast range of color photos to achieve dramatic B/W images. B/W Styler can transform dull color photos into interesting B/W pictures. Additionally you can enrich the B/W images by colorizing them, manipulating brightness and contrast, masking certain image areas, adding soft focus and glow effects, simulating film grain, adding special effects and framing the image."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }