ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 save ImageEnView layers in PSD, SVG and PDF format

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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