C# Class ImageProcessor.Imaging.MetaData.ImageFactoryMetaExtensions

Extension methods for writing EXIF metadata to the image.
ファイルを表示 Open project: JimBobSquarePants/ImageProcessor

Public Methods

Method Description
SetPropertyItem ( this imageFactory, ExifPropertyTag id, Rational value ) : ImageFactory

Sets a property item with the given id to the collection within the current ImageFactory instance.

SetPropertyItem ( this imageFactory, ExifPropertyTag id, Rational value ) : ImageFactory

Sets a property item with the given id to the collection within the current ImageFactory instance.

SetPropertyItem ( this imageFactory, ExifPropertyTag id, byte value ) : ImageFactory

Sets a property item with the given id to the collection within the current ImageFactory instance.

SetPropertyItem ( this imageFactory, ExifPropertyTag id, int value ) : ImageFactory

Sets a property item with the given id to the collection within the current ImageFactory instance.

SetPropertyItem ( this imageFactory, ExifPropertyTag id, string value ) : ImageFactory

Sets a property item with the given id to the collection within the current ImageFactory instance.

SetPropertyItem ( this imageFactory, ExifPropertyTag id, uint value ) : ImageFactory

Sets a property item with the given id to the collection within the current ImageFactory instance.

SetPropertyItem ( this imageFactory, ExifPropertyTag id, ushort value ) : ImageFactory

Sets a property item with the given id to the collection within the current ImageFactory instance.

Private Methods

Method Description
SetPropertyItem ( this imageFactory, ExifPropertyTag id, ExifPropertyTagType type, int length, byte value ) : ImageFactory

Sets a property item with the given id to the collection within the current ImageFactory instance.

Method Details

SetPropertyItem() public static method

Sets a property item with the given id to the collection within the current ImageFactory instance.
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, Rational value ) : ImageFactory
imageFactory this The image factory.
id ExifPropertyTag The id to assign to the property item.
value Rational The value to assign to the property item.
return ImageFactory

SetPropertyItem() public static method

Sets a property item with the given id to the collection within the current ImageFactory instance.
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, Rational value ) : ImageFactory
imageFactory this The image factory.
id ExifPropertyTag The id to assign to the property item.
value Rational The value to assign to the property item.
return ImageFactory

SetPropertyItem() public static method

Sets a property item with the given id to the collection within the current ImageFactory instance.
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, byte value ) : ImageFactory
imageFactory this The image factory.
id ExifPropertyTag The id to assign to the property item.
value byte The value to assign to the property item.
return ImageFactory

SetPropertyItem() public static method

Sets a property item with the given id to the collection within the current ImageFactory instance.
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, int value ) : ImageFactory
imageFactory this The image factory.
id ExifPropertyTag The id to assign to the property item.
value int The value to assign to the property item.
return ImageFactory

SetPropertyItem() public static method

Sets a property item with the given id to the collection within the current ImageFactory instance.
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, string value ) : ImageFactory
imageFactory this The image factory.
id ExifPropertyTag The id to assign to the property item.
value string The value to assign to the property item.
return ImageFactory

SetPropertyItem() public static method

Sets a property item with the given id to the collection within the current ImageFactory instance.
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, uint value ) : ImageFactory
imageFactory this The image factory.
id ExifPropertyTag The id to assign to the property item.
value uint The value to assign to the property item.
return ImageFactory

SetPropertyItem() public static method

Sets a property item with the given id to the collection within the current ImageFactory instance.
public static SetPropertyItem ( this imageFactory, ExifPropertyTag id, ushort value ) : ImageFactory
imageFactory this The image factory.
id ExifPropertyTag The id to assign to the property item.
value ushort The value to assign to the property item.
return ImageFactory