Aurigma Forums
»
Graphics Mill
»
Discussions – Graphics Mill
»
Graphics Mill-Create 3D Preview-The result is incorrect, the effect is lost
Rank: Newbie
Groups: Guest
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
|
|
|
|
Rank: Advanced Member
Groups: Guest
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
|
|
|
|
Rank: Newbie
Groups: Guest
Joined: 11/25/2020(UTC) Posts: 4
|
Originally Posted by: Fedor 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).
|
|
|
|
Rank: Advanced Member
Groups: Guest
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
|
|
|
|
Rank: Newbie
Groups: Guest
Joined: 11/25/2020(UTC) Posts: 4
|
Originally Posted by: Fedor 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
|
|
|
|
Rank: Newbie
Groups: Guest
Joined: 11/25/2020(UTC) Posts: 4
|
Originally Posted by: Fedor 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
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 7/28/2003(UTC) Posts: 1,660
Thanks: 5 times Was thanked: 76 time(s) in 74 post(s)
|
|
Best regards, Fedor Skvortsov
|
|
|
|
Aurigma Forums
»
Graphics Mill
»
Discussions – Graphics Mill
»
Graphics Mill-Create 3D Preview-The result is incorrect, the effect is lost
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.