Rank: Newbie
Groups: Guest
Joined: 6/3/2016(UTC) Posts: 4
|
I'm using Graphic mill 5 for both windows application and web application. While applying color to psd file, I'm getting clear picture in windows application. But In web application, when i apply dark color, it shows light color. Please resolve this issue. My code here, Aurigma.GraphicsMill.Drawing.SolidBrush brush = new Aurigma.GraphicsMill.Drawing.SolidBrush(Aurigma.GraphicsMill.Color.FromArgb(0xff, R, G, B)); graphics.FloodFill(new System.Drawing.Point(0, 0), brush, Aurigma.GraphicsMill.Color.FromArgb(0xff, R, G, B), FloodFillMode.TillColor, 1); currentBitmap.Draw(resultBitmap, frame.Left, frame.Top, frame.Width, frame.Height, Aurigma.GraphicsMill.Transforms.CombineMode.Multiply, 1, Aurigma.GraphicsMill.Transforms.InterpolationMode.HighQuality);
|
|
|
|
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)
|
Could you post the entire code sample? Please attach images you get in Windows and Web applications as well. It should help us to reproduce the problem. |
Best regards, Fedor Skvortsov
|
|
|
|
Rank: Newbie
Groups: Guest
Joined: 6/3/2016(UTC) Posts: 4
|
|
|
|
|
Rank: Newbie
Groups: Guest
Joined: 6/3/2016(UTC) Posts: 4
|
I'm try to using GraphicMill 8 SDK instead of GraphicMill 5.5. But i cannot find the Advanced Psd dll in trail version of GraphicMill 8. Can you help me? Shall We need to pay any amount for upgrade from 5.5 to 8.1?
|
|
|
|
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)
|
Originally Posted by: Murugan LR I'm try to using GraphicMill 8 SDK instead of GraphicMill 5.5. But i cannot find the Advanced Psd dll in trail version of GraphicMill 8. The PSD format functionality is implemented in the core assembly (Aurigma.GraphicsMill.dll) of Graphics Mill 8. Originally Posted by: Murugan LR Shall We need to pay any amount for upgrade from 5.5 to 8.1? The version 5.5 was released 4 years, so you are not eligible for free upgrades and should purchase a new license. |
Best regards, Fedor Skvortsov
|
|
|
|
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)
|
Originally Posted by: Murugan LR Thanks! The problem was solved in private communication using the support case system. |
Best regards, Fedor Skvortsov
|
|
|
|
Rank: Newbie
Groups: Guest
Joined: 6/3/2016(UTC) Posts: 4
|
Thanks for the timely help. The problem has been resolved.
|
|
|
|
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.