Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
jclwyyxgs  
#1 Posted : Wednesday, December 2, 2020 7:07:58 PM(UTC)
jclwyyxgs

Rank: Newbie

Groups: Member
Joined: 11/25/2020(UTC)
Posts: 4

my code:

Code:
var psdProcessor = new PsdProcessor();

            psdProcessor.FrameCallback = (processor, frame) =>
            {
                if (frame.Type != FrameType.SmartObject || frame.Name != "design")
                    return processor.ProcessFrame(frame);

                var smartFrame = (PsdSmartFrame)frame;

                return smartFrame.ToGraphicsContainer(ImageReader.Create(@"../../../../_Input/new_huset.jpg"),
                    ResizeMode.ImageFill);
            };
           
            psdProcessor.Render(@"../../../../_Input/psdtest.psd", @"../../../../_Output/RenderMugPreview2.jpg");


The result is incorrect, the effect is lost, The multiply effect in the blend mode is lost!

Edited by moderator Thursday, December 3, 2020 4:15:17 AM(UTC)  | Reason: Not specified

Fedor  
#2 Posted : Thursday, December 3, 2020 4:17:53 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Hi there,

Which version of Graphics Mill do you use? Could you attach the PSD file you process?
Best regards,
Fedor Skvortsov
jclwyyxgs  
#3 Posted : Thursday, December 3, 2020 4:38:20 AM(UTC)
jclwyyxgs

Rank: Newbie

Groups: Member
Joined: 11/25/2020(UTC)
Posts: 4

Originally Posted by: Fedor Go to Quoted Post
Hi there,

Which version of Graphics Mill do you use? Could you attach the PSD file you process?

hello,
V9.3.37
my psd file:
80a60513474fe2166de624eb89fd21c4.zip (1,859kb) downloaded 8 time(s).
Fedor  
#4 Posted : Thursday, December 3, 2020 8:47:03 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Please try it with the latest version. The support of blending modes was improved in version 10.
Best regards,
Fedor Skvortsov
jclwyyxgs  
#5 Posted : Friday, December 4, 2020 1:16:33 AM(UTC)
jclwyyxgs

Rank: Newbie

Groups: Member
Joined: 11/25/2020(UTC)
Posts: 4

Originally Posted by: Fedor Go to Quoted Post
Please try it with the latest version. The support of blending modes was improved in version 10.


I tried to upgrade to the latest version, but it still doesn’t work
jclwyyxgs  
#6 Posted : Friday, December 4, 2020 2:53:30 AM(UTC)
jclwyyxgs

Rank: Newbie

Groups: Member
Joined: 11/25/2020(UTC)
Posts: 4

Originally Posted by: Fedor Go to Quoted Post
Please try it with the latest version. The support of blending modes was improved in version 10.

The Aurigma.GraphicsMill.Web.x86 Currently only 9.3.37 version
Fedor  
#7 Posted : Friday, December 4, 2020 9:28:41 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Best regards,
Fedor Skvortsov
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.