T O P I C R E V I E W |
kowal |
Posted - Nov 25 2023 : 11:43:48 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?
regards kowal
|
1 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Nov 26 2023 : 00:11:42 Hi Kowal
That option only specifies the internal format for the layers file, it is still an IEN wrapper so unrecognized by other applications.
ImageEn only supports saving layers in IEN, PSD, PDF and SVG format. However the only one that ImageEn fully supports (with all layer options) is IEN.
Nigel Xequte Software www.imageen.com
|
|
|