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

Notification

Icon
Error

Options
Go to last post Go to first unread
vandna  
#1 Posted : Friday, January 5, 2007 10:23:41 PM(UTC)
vandna

Rank: Member

Groups: Member
Joined: 1/4/2007(UTC)
Posts: 23

Hi,
Can you explain which one is better to use ?
ColorManagementProvider or PixelFormatConverter class.
Also, what is the difference between the two?
Dmitry  
#2 Posted : Friday, January 5, 2007 10:33:19 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

ColorManagementProvider is a "syntax sugar", it allows you to write code like this
Code:
bitmap.ColorManagement.ConvertToContinues(...)
This class uses internal PixelFormatConverter instance. So you can use both of them without limitations.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
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.