Hi, I found in the help for TImageEnIO.SaveToFileIEN the information that I can also save the layers in PSD, SVG and PDF format
I try to use the code like in the help example:
// Save current layer configuration (compress images as PNG) ImageEnView1.IO.Params.IEN_Compression := ioPNG; ImageEnView1.IO.SaveToFileIEN( 'D:\layers.ien' );
Unfortunately the format of the resulting file is not png I cannot open it in Paint when I look in the file content with Notepad++ I see something like this:
IMAGEENLAYERS¨/...
It's like the content I got when I saved to .ien file
what's the proper way to save layers in other then .ien format?