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

Notification

Icon
Error

Options
Go to last post Go to first unread
Murugan LR  
#1 Posted : Friday, June 3, 2016 11:55:51 PM(UTC)
Murugan LR

Rank: Newbie

Groups: Member
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);
Fedor  
#2 Posted : Sunday, June 5, 2016 12:23:48 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)
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
Murugan LR  
#3 Posted : Monday, June 6, 2016 4:00:17 AM(UTC)
Murugan LR

Rank: Newbie

Groups: Member
Joined: 6/3/2016(UTC)
Posts: 4

Thanks!

File Attachment(s):
PSDColorApply.rar (1,753kb) downloaded 6 time(s).
Murugan LR  
#4 Posted : Monday, June 6, 2016 11:20:35 PM(UTC)
Murugan LR

Rank: Newbie

Groups: Member
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?
Fedor  
#5 Posted : Thursday, June 9, 2016 11:12:52 PM(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)
Originally Posted by: Murugan LR Go to Quoted Post
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 Go to Quoted Post
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
Fedor  
#6 Posted : Thursday, June 9, 2016 11:14:27 PM(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)
Originally Posted by: Murugan LR Go to Quoted Post
Thanks!


The problem was solved in private communication using the support case system.
Best regards,
Fedor Skvortsov
Murugan LR  
#7 Posted : Monday, June 13, 2016 6:11:27 AM(UTC)
Murugan LR

Rank: Newbie

Groups: Member
Joined: 6/3/2016(UTC)
Posts: 4

Thanks for the timely help.

The problem has been resolved.

Users browsing this topic
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.