var fDesc=new Array(); fDesc[0] = "Easy Image Converter is a user-friendly image conversion in batch mode. It allow resizing, adding frames, overlaying texts, overlaying images, adding effects.

Allows you to resize, add overlay images, overlay texts, add photo frame and convert images to popular image formats in batch mode.

Supports output bmp, dcx, dib, dpx, exr, frx, gif, jpg, jp2, jpt, j2c, j2k, mng, pcd, pcx, png, png24, png32, pdf, psd, pict, sun, svg, tga, tif, txt, ttf, wbmp, wbm, webp image

Supports input bmp, jpg, gif, png, png24, png32, mng, wmf, exr, dib, frx, j2c, jp2, jpt, pcd, pcx, dcx, tif formats.

Allows selecting over 200 beautiful Photo Frames.

support select font color, font type, font style, opacity, antialias, shadow color, blur effect of the text when add overlay texts.

auto contrast adjustment, adjust sharpen, brightness grayscale, sepia effect in batch mode.

fast thumbnail list for browing the images."; 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 = ''; } }