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