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
 issue in SaveToFilePsd

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
Aamir Posted - Jan 10 2023 : 12:20:22
When i am trying to save psd file then its saving first character of layer name. how can i save it with full layer name. please suggest me..

     with ImageEnView1.IO do
        if not ImageEnView1.IsEmpty then
        begin
          ImageEnView1.IO.SaveToFilePsd('psdFilePath');
          ImageEnView1.LayersMergeAll;
          ImageEnView1.IO.Params.UpdateEXIFThumbnail;
          ImageEnView1.IO.SaveToFileJpeg('jpegPath')
        end;


Aamir
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jan 11 2023 : 17:48:22
Hi Aamir

7.0.0. is rather old now. I expect the issue has since been fixed. Email me to check your upgrade status.

Nigel
Xequte Software
www.imageen.com
Aamir Posted - Jan 11 2023 : 01:40:31
Thanks for reply.

I am using these...
ImageEn_SRC_7.0.0_31368 and Delphi XE3



Aamir
xequte Posted - Jan 10 2023 : 15:49:14
Hi Aamir

I'm not seeing that here. What version of ImageEn and Delphi are you using? Can you reproduce in our layers demos (e.g. \Demos\LayerEditing\Layers_AllTypes\Layers.dpr)?

If so, please give me the steps.

Nigel
Xequte Software
www.imageen.com