AtalaImageGetChangedPixelFormat Method (PixelFormat, ColorProfile, Boolean) |
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AtalaImage GetChangedPixelFormat(
PixelFormat newPixelFormat,
ColorProfile destProfile,
bool fireChangedPixelFormatEvent
)
Public Function GetChangedPixelFormat (
newPixelFormat As PixelFormat,
destProfile As ColorProfile,
fireChangedPixelFormatEvent As Boolean
) As AtalaImage
Parameters
- newPixelFormat
- Type: Atalasoft.ImagingPixelFormat
The PixelFormat that the new AtalaImage will contain. - destProfile
- Type: Atalasoft.Imaging.ColorManagementColorProfile
The color profile to use when converting to and from the CMYK colorspace. - fireChangedPixelFormatEvent
- Type: SystemBoolean
Speicifies if the ChangedPixelFormat should fire.
Return Value
Type:
AtalaImageAn
AtalaImage object with a different
PixelFormat from this AtalaImage.
See Also