var fDesc=new Array(); fDesc[0] = "With Fath ImageX control you can easily add bitmap image view, print, create and convert capabilities to your applications.
It supports methods to create image viewer or full-featured graphics editor application.
Features:
- Load and save various image formats
- Easily print images
- Resize, create thumbnails, change bit-depth of images
- Apply various image effects and image-processing filters
- Create new images
- Draw and write text on images
- Analyze and detect changes in multiple images
- Mix images with various operations and opacity
- Load/Save images into text fields of a database
- Lossless rotate, flip, transpose, transverse of JPEG files
- Capture screen/window methods
- Read and write multi-page TIFF images
- Convert TIFF to PDF
- Undo and Redo operations
- Create windows icons
- Upload images to web server using HTTP
- Load images from web
- Load RAW photo images
- Apply Photoshop plug-ins to images
- Set image transparency
- Read/write AVI files. Extract still images(frames) from AVI
- Zoom and scroll
- Build-in automatic scroll-bars
- Acquire/scan images from TWAIN sources
- Retrieve EXIF info from JPG files
- Samples included: C#, VB.NET, HTML, ASP, MS Acces"; 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 = ''; } }