var fDesc=new Array();
fDesc[0] = "Chasys Draw IES is a suite of image editing applications including a layer-based image editor with adjustment layers, linked layers, timeline and frame-based animation, icon editing, image stacking and comprehensive plug-in support (Chasys Draw IES Artist), a fast multi-threaded image file converter (Chasys Draw IES Converter) and a fast image viewer (Chasys Draw IES Viewer), with RAW image support in all components. It supports the native file formats of several competitors including Adobe Photoshop, Affinity Photo, Corel PhotoPaint, GIMP, Krita, Paint.NET and PaintShop Pro, and the whole suite is designed to make effective use of multi-core processors, touch-screens and pen-input devices. Designed under the mantra of 'unique, flexible and powerful', Chasys Draw IES takes a radically different approach to image editing with the aim of opening up new possibilities for those who dare to dream.
Latest changes:
- Hyperlinks and HTML Image Maps via Mark-up tool
- Support for hyperlinks in Viewer and in preview in Artist
- File association grouping for easier management
- Improved Undo engine performance and efficiency
- Optimized rendering of adjustment layers (up to 50% faster)
- Performance throttling based on memory load in Converter
- Improved PDF file support (codec support, reliability)
- Improved PSD file support (better memory handling on save)
- [bug-fix] Metadata import from device plug-ins";
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 = '';
}
}