var fDesc=new Array(); fDesc[0] = "What is HEIC? In 2017, Apple devices with iOS 11 and above started using High Efficiency Image Format (HEIF) for coding images. Apple’s version of this format became known as HEIC (High Efficiency Image Coding).

HEIC images are almost twice lighter than JPEGs of the same quality, and they allow your iPhone to take really good quality pictures. So, they are the future!

However, native Windows applications do not support this format yet. This is why we developed CopyTrans HEIC, a hassle-free solution for viewing HEIC images on your PC!"; 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 = ''; } }