var fDesc=new Array(); fDesc[0] = "This plug-in contains actions related to images and can work with 23 different input formats and up to 18 output formats. For example, you can convert images from one of the input formats to another of the output formats.

The plug-in also contains other actions related to images, for example, one can apply up to 40 different filter types to images. It also has actions to resize images, scale images, add watermarks and more. All this without external dependencies or DLL's.

npImgs also; allows you to read / write and erase IPTC data from JPG image files, has actions to read / write and delete EXIF data from JPG image files, and allows you to obtain EXIF thumbnails saved in JPG image files."; 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 = ''; } }