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
 Text Layers demo is working with 'ien' file extension but not with 'PSD'

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 - Aug 19 2023 : 14:24:02
I am using the ImageEn_12.0.0_XXXX version. Here I am checking "Text Layers Demo.exe" to write text over the image. it is working fine with 'ien' file extension but not working with the 'PSD' file. with 'PSD' file, I am not able to edit the same text layer after loading the PSD file. I have just changed the extension 'ien' to 'PSD' only. Could you please help me out with this?










Aamir
5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Aug 26 2023 : 02:24:25
Hi Aamir

Sorry, not at this time.

Nigel
Xequte Software
www.imageen.com
Aamir Posted - Aug 26 2023 : 01:11:03
Any time frame for supporting this in the next release?

Aamir
xequte Posted - Aug 20 2023 : 16:57:02
Hi Aamir

Unfortunately it is not practical to support PSD native layers, so they will be treated as image layers when output or loaded from PSD. Store a second IEN file if you need to further edit the files.

Also, due to a quirk in the PSD format, ImageEn will often load layers in PSD files as "Cropped to background" (hiding those layers that are beyond the background layer), so after loading PSD call:

ImageEnView1.LayersSetProperties( LYR_ALL_LAYERS, IELP_Cropped, False );
ImageEnView1.Update();

This is addressed in the coming update.

https://www.imageen.com/help/TIELayer.Cropped.html

Nigel
Xequte Software
www.imageen.com
Aamir Posted - Aug 20 2023 : 00:28:02
Thanks for the fast reply.

Sorry! Nigel, actually my requirement is to use the PSD extension. it will have an image layer too in ImageEnView. is it possible to do the same thing with the PSD extension as we can do the same in Photoshop with the PSD extension?

any suggestions are most welcome.

Aamir
xequte Posted - Aug 19 2023 : 23:15:22
Hi Aamir

With PSD only image layers are supported, so non-image layers will be converted to image layers. You should use IEN format to avoid this.

Nigel
Xequte Software
www.imageen.com