Class ImageColorProfileRepairer
Inheritance
System.Object
ImageColorProfileRepairer
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.ColorManagement
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ImageColorProfileRepairer : IFileRepairer
Constructors
ImageColorProfileRepairer(IConfiguration, IColorManagement, ILogger)
Declaration
public ImageColorProfileRepairer(IConfiguration configuration, IColorManagement colorManagement, ILogger logger)
Parameters
| Type | Name | Description |
|---|---|---|
| IConfiguration | configuration | |
| IColorManagement | colorManagement | |
| ILogger | logger |
Methods
CanFix(Stream)
Declaration
public bool CanFix(Stream fileData)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.Stream | fileData |
Returns
| Type | Description |
|---|---|
| System.Boolean |
CanFix(String)
Declaration
public bool CanFix(string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | filePath |
Returns
| Type | Description |
|---|---|
| System.Boolean |
FixFile(Stream)
Declaration
public string FixFile(Stream fileData)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.Stream | fileData |
Returns
| Type | Description |
|---|---|
| System.String |
FixFile(String)
Declaration
public string FixFile(string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | filePath |
Returns
| Type | Description |
|---|---|
| System.String |