var fDesc=new Array(); fDesc[0] = "AZImage is a powerful image converter that allows you to convert images, like your digital photos, from/to 5 most popular formats: BMP, JPG, GIF, TIFF and PNG and eventually upload them to your Facebook or Google Picasa Account!

Main features:

- dynamic multi language GUI support (English, Romanian, German -experimental-, Arabic -experimental-) with clear text translation files
- 64 bit internal image representation for optimal image quality
- advanced image resize routines (proprietary software code, not using any commercial toolkit!)
- basic image processing (brightness/contrast, frame, watermark, grayscale) with full preview of the results
- EXIF support (copy, update, interpret for automatic rotation and flip of source photos)
- automatic upload to Google Picasa
- upload to Facebook
- user-friendly interface
- integration with Windows Explorer (extending context menus for images)
- drag and drop support
- auto-update over the Internet
- plugin structure to make AZImage simple to extend to other formats or processing methods
- support for batch/script controlled conversion"; 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 = ''; } }