var fDesc=new Array(); fDesc[0] = "Image Converter ActiveX 2.0.1 is an OCX control for software developers which can convert JPG, GIF, BMP, TIFF and PNG from one format to another using the GDI . from a VB6 .NET and Access.

This component can display the frames of the TIFF, JPG, and PNG files, get the tags of the image files, set JPG Transformation, set JPG Quality, set TIF Compression, and more.

Benefits:

- Image Converter ActiveX (OCX) Component.
- Convert BMP.
- Convert JPG.
- Convert TIFF.
- Convert GIF.
- Convert PNG.
- Picture Preview.
- Convert each frame of the picture.
- Get the tags of the picture.
- Get general information about the picture.
- Based on the GDI .
- Runs fast.
- Support many events.
- Easy to the use.
- Error handling.
- Can be run under Windows 98/NT/ME/2000/XP/VISTA/2003/WIN7.
- Can run with VB6, VC6, VB.NET, C#.NET, C .NET, Delphi, Access."; 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 = ''; } }