All functions   Mac OS X   Windows   Crossplatform   Components   New in version: 1.0   1.1   1.2   1.3   1.4   1.5   1.6   1.7   1.8   2.0  

GMImage.SetFilterType

Component: GraphicsMagick
Mac OS X: Works
Windows: Works

MBS( "GMImage.SetFilterType"; ImageRef )

Parameters

Parameter Description Example value
ImageRef The image reference (a number returned from the GMImage.New functions) 1
FilterTypes UndefinedFilter = 0, PointFilter = 1, BoxFilter = 2, TriangleFilter = 3, HermiteFilter = 4, HanningFilter = 5, HammingFilter = 6, BlackmanFilter = 7, GaussianFilter = 8, QuadraticFilter = 9, CubicFilter = 10, CatromFilter = 11, MitchellFilter = 12, LanczosFilter = 13, BesselFilter = 14, SincFilter = 15 2

Result

Returns "OK" on success.

Description

Sets the Filter to use when resizing image

Feedback: Report problem or ask question.