Skip to main content

Class ImageColorProfileRepairer

Namespace: Aurigma.DesignAtoms.ColorManagement
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ImageColorProfileRepairer : IFileRepairer

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

Constructors

ImageColorProfileRepairer

public ImageColorProfileRepairer(IConfiguration configuration, IColorManagement colorManagement)

Methods

CanFix

public bool CanFix(string filePath)
Parameters
TypeNameDescription
System.StringfilePath
Returns

System.Boolean

CanFix

public bool CanFix(Stream fileData)
Parameters
TypeNameDescription
System.IO.StreamfileData
Returns

System.Boolean

FixFile

public string FixFile(string filePath)
Parameters
TypeNameDescription
System.StringfilePath
Returns

System.String

FixFile

public string FixFile(Stream fileData)
Parameters
TypeNameDescription
System.IO.StreamfileData
Returns

System.String

Was this page helpful?