var fDesc=new Array(); fDesc[0] = "Informatik Command is a command-line driven program that converts graphics files from and to
the following formats:
- PDF (single or multipage)
- TIFF (single or multipage)
- BMP, PNG, GIF, JPEG (single page)
Furthermore, the program has file edit capabilities:
- Tiff, BMP, PNG, GIF and JPEG files
- Text Annotations
- Watermarks
- Resolutions with or without resampling
- Trim borders
- Shift image (like panning)
- Rotation (with optional conditional rotation)
- Inversion"; 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 = ''; } }