IrfanViewWrapperResizeImage Method

Resizes a image file.

Definition

Namespace: DevCase.ThirdParty.IrfanView
Assembly: DevCase.net48.ThirdParty.IrfanView (in DevCase.net48.ThirdParty.IrfanView.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int ResizeImage(
	string imageFilePath,
	string outputFilePath,
	string iniFilePath
)

Parameters

imageFilePath  String
The source image filepath.
outputFilePath  String

[Missing <param name="outputFilePath"/> documentation for "M:DevCase.ThirdParty.IrfanView.IrfanViewWrapper.ResizeImage(System.String,System.String,System.String)"]

iniFilePath  String
Path to the 'i_view32.ini' file that contains the advanced parameters.

Return Value

Int32
The process exit code.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed applications:

IrfanView (i_view32.exe or i_view64.exe)

Example

This is a code example to resize an image.
C#
No code example is currently available or this language may not be supported.

See Also