var fDesc=new Array(); fDesc[0] = "Vimas Imaging SDK can be effectively used in Win32 and .Net applications, multimedia databases, as a powerful image optimization engine for image compression, color palette tunes ups, thumbnail generation, image format conversions, export, batch processing and other functions.
The main features of the Vimas Imaging SDK are:
- Effective support of Microsoft COM, .Net 1.1, and .Net 2.0 technologies.
- Process images directly within your ASP, ASP .Net (1.1 and 2.0), ColdFusion or custom server applications.
- Image files format conversion from files or memory buffers
- Image acquisition with both TWAIN and WIA devices.
- Advanced printing support.
- Simple, yet rich and effective viewing components.
- High quality color reduction algorithm.
- Advanced shadow/highlight and color correction algorithms.
- Text to image functionality.
- Supporting for PNG8 images with alpha transparency (Palette Alpha).
- Simple to use, yet effective weighting optimization for JPEG, GIF, and PNG8 compression.
- Effective filters for noise reduction.
- Powerful JPEG compression algorithm.
- Rich set of shape effects."; 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 = ''; } }