var fDesc=new Array(); fDesc[0] = "pcdMagic converts Kodak Photo CD images into more modern formats such as JPEG and TIFF. But unlike all the other solutions out there, it actually gets the color right. pcdMagic for Windows is a C# and WPF application.
pcdMagic for Windows is built to make life easier for them, while still providing all the color profiles, etc in the background. So pcdMagic for Windows is built as a drag-and-drop application. All you have to do is to drag-and-drop any Photo CD file on the window, and it gets converted. Batch operations - just drag-and-drop a group of files. All the color profiles, etc, etc are done in the background. But pcdMagic for Windows is still a seriously powerful piece of software."; 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 = ''; } }