Powered by NetworkEleven ImageMagick logo


NAME

set - Set a Member of a Structure


SYNOPSIS

unsigned int SetAffineMatrixRx( AffineMatrix *affine_matrix, const double rx );

unsigned int SetAffineMatrixRy( AffineMatrix *affine_matrix, const double ry );

unsigned int SetAffineMatrixSx( AffineMatrix *affine_matrix, const double sx );

unsigned int SetAffineMatrixSy( AffineMatrix *affine_matrix, const double sy );

unsigned int SetAffineMatrixTx( AffineMatrix *affine_matrix, const double tx );

unsigned int SetAffineMatrixTy( AffineMatrix *affine_matrix, const double ty );

unsigned int SetChromaticityInfoBluePrimary( ChromaticityInfo *chromaticity_info, const PrimaryInfo *blue_primary );

unsigned int SetChromaticityInfoGreenPrimary( ChromaticityInfo *chromaticity_info, const PrimaryInfo *green_primary );

unsigned int SetChromaticityInfoRedPrimary( ChromaticityInfo *chromaticity_info, const PrimaryInfo *red_primary );

unsigned int SetChromaticityInfoWhitePoint( ChromaticityInfo *chromaticity_info, const PrimaryInfo *white_point );

unsigned int SetDrawInfoAffine( DrawInfo *draw_info, const AffineMatrix *affine_matrix );

unsigned int SetDrawInfoAlign( DrawInfo *draw_info, const AlignType align );

unsigned int SetDrawInfoBorderColor( DrawInfo *draw_info, const PixelPacket *border_color );

unsigned int SetDrawInfoBounds( DrawInfo *draw_info, const SegmentInfo *bounds );

unsigned int SetDrawInfoClipPath( DrawInfo *draw_info, char *clip_path );

unsigned int SetDrawInfoClipUnits( DrawInfo *draw_info, const ClipPathUnits clip_units );

unsigned int SetDrawInfoCompose( DrawInfo *draw_info, const CompositeOperator compose );

unsigned int SetDrawInfoDashOffset( DrawInfo *draw_info, const double dash_offset );

unsigned int SetDrawInfoDashPattern( DrawInfo *draw_info, const double *dash_pattern );

unsigned int SetDrawInfoDecorate( DrawInfo *draw_info, const DecorationType decorate );

unsigned int SetDrawInfoDensity( DrawInfo *draw_info, const char *density );

unsigned int SetDrawInfoEncoding( DrawInfo *draw_info, const char *encoding );

unsigned int SetDrawInfoFamily( DrawInfo *draw_info, const char *family );

unsigned int SetDrawInfoFill( DrawInfo *draw_info, const PixelPacket fill );

unsigned int SetDrawInfoFillPattern( DrawInfo *draw_info, const Image *fill_pattern, ExceptionInfo *exception );

unsigned int SetDrawInfoFillRule( DrawInfo *draw_info, const FillRule fill_rule );

unsigned int SetDrawInfoFont( DrawInfo *draw_info, const char *font );

unsigned int SetDrawInfoGeometry( DrawInfo *draw_info, const char *geometry );

unsigned int SetDrawInfoGradient( DrawInfo *draw_info, const GradientInfo *gradient_info );

unsigned int SetDrawInfoGravity( DrawInfo *draw_info, const GravityType gravity );

unsigned int SetDrawInfoLinecap( DrawInfo *draw_info, const LineCap linecap );

unsigned int SetDrawInfoLinejoin( DrawInfo *draw_info, const LineJoin linejoin );

unsigned int SetDrawInfoMiterlimit( DrawInfo *draw_info, const unsigned long miterlimit );

unsigned int SetDrawInfoOpacity( DrawInfo *draw_info, const Quantum opacity );

unsigned int SetDrawInfoPointsize( DrawInfo *draw_info, const double pointsize );

unsigned int SetDrawInfoPrimitive( DrawInfo *draw_info, const char *primitive );

unsigned int SetDrawInfoRender( DrawInfo *draw_info, const unsigned int render );

unsigned int SetDrawInfoServerName( DrawInfo *draw_info, const char *server_name );

unsigned int SetDrawInfoStretch( DrawInfo *draw_info, const StretchType stretch );

unsigned int SetDrawInfoStroke( DrawInfo *draw_info, const PixelPacket *stroke );

unsigned int SetDrawInfoStrokeAntialias( DrawInfo *draw_info, const unsigned int stroke_antialias );

unsigned int SetDrawInfoStrokePattern( DrawInfo *draw_info, const Image *stroke_pattern );

unsigned int SetDrawInfoStrokeWidth( DrawInfo *draw_info, const double stroke_width );

unsigned int SetDrawInfoStyle( DrawInfo *draw_info, const StyleType style );

unsigned int SetDrawInfoText( DrawInfo *draw_info, const char *text );

unsigned int SetDrawInfoTextAntialias( DrawInfo *draw_info, const unsigned int text_antialias );

unsigned int SetDrawInfoUndercolor( DrawInfo *draw_info, const PixelPacket *undercolor );

unsigned int SetDrawInfoWeight( DrawInfo *draw_info, const unsigned long weight );

unsigned int SetExceptionInfo( ExceptionInfo *exception, ExceptionType severity );

unsigned int SetExceptionInfoDescription( ExceptionInfo *exception, const char *description );

unsigned int SetExceptionInfoErrorNumber( ExceptionInfo *exception, const int error_number );

unsigned int SetExceptionInfoReason( ExceptionInfo *exception, const char *reason );

unsigned int SetExceptionInfoSeverity( ExceptionInfo *exception, const ExceptionType severity );

unsigned int SetFrameInfoHeight( FrameInfo *frame_info, const unsigned long height );

unsigned int SetFrameInfoInnerBevel( FrameInfo *frame_info, const long inner_bevel );

unsigned int SetFrameInfoOuterBevel( FrameInfo *frame_info, const long outer_bevel );

unsigned int SetFrameInfoWidth( FrameInfo *frame_info, const unsigned long width );

unsigned int SetFrameInfoX( FrameInfo *frame_info, const long x );

unsigned int SetFrameInfoY( FrameInfo *frame_info, const long y );

unsigned int SetGeometryInfoPsi( GeometryInfo *geometry_info, const double psi );

unsigned int SetGeometryInfoRho( GeometryInfo *geometry_info, const double rho );

unsigned int SetGeometryInfoSigma( GeometryInfo *geometry_info, const double sigma );

unsigned int SetGeometryInfoXi( GeometryInfo *geometry_info, const double xi );

unsigned int SetImageBackgroundColor( Image *image, const PixelPacket *background_color );

unsigned int SetImageBlur( Image *image, const double blur );

unsigned int SetImageBorderColor( Image *image, const PixelPacket *border_color );

unsigned int SetImageCache( Image *image, void *cache );

unsigned int SetImageChromaticity( Image *image, const ChromaticityInfo chromaticity_info );

unsigned int SetImageClientData( Image *image, const void *client_data );

unsigned int SetImageColorProfile( Image *image, const ProfileInfo *color_profile );

unsigned int SetImageColormap( Image *image, const unsigned long colors, const PixelPacket *colormap, ;

unsigned int SetImageColorspace( Image *image, const ColorspaceType colorspace );

unsigned int SetImageColumns( Image *image, const unsigned long columns );

unsigned int SetImageCompose( Image *image, const CompositeOperator compose );

unsigned int SetImageCompression( Image *image, const CompressionType compression );

unsigned int SetImageDelay( Image *image, const unsigned long delay );

unsigned int SetImageDepth( Image *image, const unsigned long depth );

unsigned int SetImageDirectory( Image *image, const char *directory );

unsigned int SetImageDispose( Image *image, const DisposeType dispose );

unsigned int SetImageEndian( Image *image, const EndianType endian );

unsigned int SetImageError( Image *image, const ErrorInfo *error_info );

unsigned int SetImageExtractInfo( Image *image, const RectangleInfo *extract_info );

unsigned int SetImageFilename( Image *image, const char *filename );

unsigned int SetImageFilter( Image *image, const FilterTypes filter );

unsigned int SetImageFuzz( Image *image, const double fuzz );

unsigned int SetImageGamma( Image *image, const double gamma );

unsigned int SetImageGeometry( Image *image, const char *geometry );

unsigned int SetImageGravity( Image *image, const GravityType gravity );

unsigned int SetImageIPTCProfile( Image *image, const ProfileInfo *iptc_profile );

unsigned int SetImageInfoAdjoin( ImageInfo *image_info, const unsigned int adjoin );

unsigned int SetImageInfoAffirm( ImageInfo *image_info, const unsigned int affirm );

unsigned int SetImageInfoAntialias( ImageInfo *image_info, const unsigned int antialias );

unsigned int SetImageInfoAttributes( ImageInfo *image_info, Image *attributes );

unsigned int SetImageInfoAuthenticate( ImageInfo *image_info, const char *authenticate );

unsigned int SetImageInfoBackgroundColor( ImageInfo *image_info, const PixelPacket *background_color );

unsigned int SetImageInfoBlob( ImageInfo *image_info, const void *blob );

unsigned int SetImageInfoBorderColor( ImageInfo *image_info, const PixelPacket *border_color );

unsigned int SetImageInfoCache( ImageInfo *image_info, const void *cache );

unsigned int SetImageInfoClientData( ImageInfo *image_info, const void *client_data );

unsigned int SetImageInfoColorspace( ImageInfo *image_info, const ColorspaceType colorspace );

unsigned int SetImageInfoCompression( ImageInfo *image_info, const CompressionType compression );

unsigned int SetImageInfoDensity( ImageInfo *image_info, const char *density );

unsigned int SetImageInfoDepth( ImageInfo *image_info, const unsigned long depth );

unsigned int SetImageInfoDither( ImageInfo *image_info, const unsigned int dither );

unsigned int SetImageInfoEndian( ImageInfo *image_info, const EndianType endian );

unsigned int SetImageInfoExtract( ImageInfo *image_info, const char *extract );

unsigned int SetImageInfoFile( ImageInfo *image_info, const FILE *file );

unsigned int SetImageInfoFilename( ImageInfo *image_info, const char *filename );

unsigned int SetImageInfoFont( ImageInfo *image_info, const char *font );

unsigned int SetImageInfoFuzz( ImageInfo *image_info, const double fuzz );

unsigned int SetImageInfoGroup( ImageInfo *image_info, const long group );

unsigned int SetImageInfoInterlace( ImageInfo *image_info, const InterlaceType interlace );

unsigned int SetImageInfoLength( ImageInfo *image_info, const size_t length );

unsigned int SetImageInfoMagick( ImageInfo *image_info, const char *magick );

unsigned int SetImageInfoMatteColor( ImageInfo *image_info, const PixelPacket *matte_color );

unsigned int SetImageInfoMonochrome( ImageInfo *image_info, const unsigned int monochrome );

unsigned int SetImageInfoNumberScenes( ImageInfo *image_info, const unsigned long number_scenes );

unsigned int SetImageInfoPage( ImageInfo *image_info, const char *page );

unsigned int SetImageInfoPing( ImageInfo *image_info, const unsigned int ping );

unsigned int SetImageInfoPointsize( ImageInfo *image_info, const double pointsize );

unsigned int SetImageInfoPreviewType( ImageInfo *image_info, const PreviewType preview_type );

unsigned int SetImageInfoQuality( ImageInfo *image_info, const unsigned long quality );

unsigned int SetImageInfoSamplingFactor( ImageInfo *image_info, const char *sampling_factor );

unsigned int SetImageInfoScene( ImageInfo *image_info, const unsigned long scene );

unsigned int SetImageInfoScenes( ImageInfo *image_info, const char *scenes );

unsigned int SetImageInfoServerName( ImageInfo *image_info, const char *server_name );

unsigned int SetImageInfoSize( ImageInfo *image_info, const char *size );

unsigned int SetImageInfoStream( ImageInfo *image_info, const StreamHandler stream );

unsigned int SetImageInfoTemporary( ImageInfo *image_info, const unsigned int temporary );

unsigned int SetImageInfoTexture( ImageInfo *image_info, const char *texture );

unsigned int SetImageInfoType( ImageInfo *image_info, const ImageType type );

unsigned int SetImageInfoUnits( ImageInfo *image_info, const ResolutionType units );

unsigned int SetImageInfoVerbose( ImageInfo *image_info, const unsigned int verbose );

unsigned int SetImageInfoView( ImageInfo *image_info, const char *view );

unsigned int SetImageInterlace( Image *image, const InterlaceType interlace );

unsigned int SetImageIterations( Image *image, const unsigned long iterations );

unsigned int SetImageMagickColumns( Image *image, const unsigned long magick_columns );

unsigned int SetImageMagickFilename( Image *image, const char *magick_filename );

unsigned int SetImageMagickRows( Image *image, const unsigned long magick_rows );

unsigned int SetImageMatte( Image *image, const unsigned int matte );

unsigned int SetImageMatteColor( Image *image, const PixelPacket *matte_color );

unsigned int SetImageMontage( Image *image, const char *montage );

unsigned int SetImageOffset( Image *image, const long offset );

unsigned int SetImagePage( Image *image, const RectangleInfo *page );

unsigned int SetImageRenderingIntent( Image *image, const RenderingIntent rendering_intent );

unsigned int SetImageRows( Image *image, const unsigned long rows );

unsigned int SetImageScene( Image *image, const unsigned long scene );

unsigned int SetImageStartLoop( Image *image, const long start_loop );

unsigned int SetImageStorageClass( Image *image, const ClassType storage_class );

unsigned int SetImageTaint( Image *image, const unsigned int taint );

unsigned int SetImageTileInfo( Image *image, const RectangleInfo *tile_info );

unsigned int SetImageTimer( Image *image, const TimerInfo *timer );

unsigned int SetImageTotalColors( Image *image, const unsigned long total_colors );

unsigned int SetImageUnits( Image *image, const ResolutionType units );

unsigned int SetImageXResolution( Image *image, const double x_resolution );

unsigned int SetImageYResolution( Image *image, const double y_resolution );

unsigned int SetMontageInfoBackgroundColor( MontageInfo *montage_info, const PixelPacket *background_color );

unsigned int SetMontageInfoBorderColor( MontageInfo *montage_info, const PixelPacket *border_color );

unsigned int SetMontageInfoBorderWidth( MontageInfo *montage_info, const unsigned long border_width );

unsigned int SetMontageInfoFilename( MontageInfo *montage_info, const char *filename );

unsigned int SetMontageInfoFill( MontageInfo *montage_info, const PixelPacket *fill );

unsigned int SetMontageInfoFont( MontageInfo *montage_info, const char *font );

unsigned int SetMontageInfoFrame( MontageInfo *montage_info, const char *frame );

unsigned int SetMontageInfoGeometry( MontageInfo *montage_info, const char *geometry );

unsigned int SetMontageInfoGravity( MontageInfo *montage_info, const GravityType gravity );

unsigned int SetMontageInfoMatteColor( MontageInfo *montage_info, const PixelPacket *matte_color );

unsigned int SetMontageInfoPointsize( MontageInfo *montage_info, const double pointsize );

unsigned int SetMontageInfoShadow( MontageInfo *montage_info, const unsigned int shadow );

unsigned int SetMontageInfoStroke( MontageInfo *montage_info, const PixelPacket *stroke );

unsigned int SetMontageInfoTexture( MontageInfo *montage_info, const char *texture );

unsigned int SetMontageInfoTile( MontageInfo *montage_info, const char *tile );

unsigned int SetMontageInfoTitle( MontageInfo *montage_info, const char *title );

unsigned int SetPixelPacketBlue( PixelPacket *pixel, const Quantum blue );

unsigned int SetPixelPacketGreen( PixelPacket *pixel, const Quantum green );

unsigned int SetPixelPacketOpacity( PixelPacket *pixel, const Quantum opacity );

unsigned int SetPixelPacketRed( PixelPacket *pixel, const Quantum red );

unsigned int SetPointInfoX( PointInfo *point_info, const double x );

unsigned int SetPointInfoY( PointInfo *point_info, const double y );

unsigned int SetProfileInfoInfo( ProfileInfo *profile_info, const size_t length, const unsigned char *info );

unsigned int SetProfileInfoName( ProfileInfo *profile_info, const char *name );

unsigned int SetQuantizeInfoColorspace( QuantizeInfo *quantize_info, const ColorspaceType colorspace );

unsigned int SetQuantizeInfoDither( QuantizeInfo *quantize_info, const unsigned int dither );

unsigned int SetQuantizeInfoMeasureError( QuantizeInfo *quantize_info, const unsigned int measure_error );

unsigned int SetQuantizeInfoNumberColors( QuantizeInfo *quantize_info, const unsigned long number_colors );

unsigned int SetQuantizeInfoTreeDepth( QuantizeInfo *quantize_info, const unsigned int tree_depth );

unsigned int SetRectangleInfoHeight( RectangleInfo *rectangle_info, const unsigned long height );

unsigned int SetRectangleInfoWidth( RectangleInfo *rectangle_info, const unsigned long width );

unsigned int SetRectangleInfoX( RectangleInfo *rectangle_info, const long x );

unsigned int SetRectangleInfoY( RectangleInfo *rectangle_info, const long y );

unsigned int SetSegmentInfoX1( SegmentInfo *segment_info, const double x1 );

unsigned int SetSegmentInfoX2( SegmentInfo *segment_info, const double x2 );

unsigned int SetSegmentInfoY1( SegmentInfo *segment_info, const double y1 );

unsigned int SetSegmentInfoY2( SegmentInfo *segment_info, const double y2 );


FUNCTION DESCRIPTIONS

SetAffineMatrixRx

SetAffineMatrixRx() sets the rx member of the AffineMatrix structure.

The format of the SetAffineMatrixRx method is:

unsigned int SetAffineMatrixRx ( AffineMatrix *affine_matrix, const double rx );

A description of each parameter follows:

affine_matrix:
The affine_matrix.
rx:
The rx.

SetAffineMatrixRy

SetAffineMatrixRy() sets the ry member of the AffineMatrix structure.

The format of the SetAffineMatrixRy method is:

unsigned int SetAffineMatrixRy ( AffineMatrix *affine_matrix, const double ry );

A description of each parameter follows:

affine_matrix:
The affine_matrix.
ry:
The ry.

SetAffineMatrixSx

SetAffineMatrixSx() sets the sx member of the AffineMatrix structure.

The format of the SetAffineMatrixSx method is:

unsigned int SetAffineMatrixSx ( AffineMatrix *affine_matrix, const double sx );

A description of each parameter follows:

affine_matrix:
The affine_matrix.
sx:
The sx.

SetAffineMatrixSy

SetAffineMatrixSy() sets the sy member of the AffineMatrix structure.

The format of the SetAffineMatrixSy method is:

unsigned int SetAffineMatrixSy ( AffineMatrix *affine_matrix, const double sy );

A description of each parameter follows:

affine_matrix:
The affine_matrix.
sy:
The sy.

SetAffineMatrixTx

SetAffineMatrixTx() sets the tx member of the AffineMatrix structure.

The format of the SetAffineMatrixTx method is:

unsigned int SetAffineMatrixTx ( AffineMatrix *affine_matrix, const double tx );

A description of each parameter follows:

affine_matrix:
The affine_matrix.
tx:
The tx.

SetAffineMatrixTy

SetAffineMatrixTy() sets the ty member of the AffineMatrix structure.

The format of the SetAffineMatrixTy method is:

unsigned int SetAffineMatrixTy ( AffineMatrix *affine_matrix, const double ty );

A description of each parameter follows:

affine_matrix:
The affine_matrix.
ty:
The ty.

SetChromaticityInfoBluePrimary

SetChromaticityInfoBluePrimary() sets the blue_primary member of the ChromaticityInfo structure.

The format of the SetChromaticityInfoBluePrimary method is:

unsigned int SetChromaticityInfoBluePrimary ( ChromaticityInfo *chromaticity_info, const PrimaryInfo *blue_primary );

A description of each parameter follows:

chromaticity_info:
The chromaticity info.
blue_primary:
The blue primary.

SetChromaticityInfoGreenPrimary

SetChromaticityInfoGreenPrimary() sets the green_primary member of the ChromaticityInfo structure.

The format of the SetChromaticityInfoGreenPrimary method is:

unsigned int SetChromaticityInfoGreenPrimary ( ChromaticityInfo *chromaticity_info, const PrimaryInfo *green_primary );

A description of each parameter follows:

chromaticity_info:
The chromaticity info.
green_primary:
The green primary.

SetChromaticityInfoRedPrimary

SetChromaticityInfoRedPrimary() sets the red_primary member of the ChromaticityInfo structure.

The format of the SetChromaticityInfoRedPrimary method is:

unsigned int SetChromaticityInfoRedPrimary ( ChromaticityInfo *chromaticity_info, const PrimaryInfo *red_primary );

A description of each parameter follows:

chromaticity_info:
The chromaticity info.
red_primary:
The red primary.

SetChromaticityInfoWhitePoint

SetChromaticityInfoWhitePoint() sets the white_point member of the ChromaticityInfo structure.

The format of the SetChromaticityInfoWhitePoint method is:

unsigned int SetChromaticityInfoWhitePoint ( ChromaticityInfo *chromaticity_info, const PrimaryInfo *white_point );

A description of each parameter follows:

chromaticity_info:
The chromaticity info.
white_point:
The white point.

SetDrawInfoAffine

SetDrawInfoAffine() sets the affine member of the DrawInfo structure.

The format of the SetDrawInfoAffine method is:

unsigned int SetDrawInfoAffine ( DrawInfo *draw_info, const AffineMatrix *affine_matrix );

A description of each parameter follows:

draw_info:
The draw info.
affine_matrix:
The affine matrix.

SetDrawInfoAlign

SetDrawInfoAlign() sets the align member of the DrawInfo structure.

The format of the SetDrawInfoAlign method is:

unsigned int SetDrawInfoAlign ( DrawInfo *draw_info, const AlignType align );

A description of each parameter follows:

draw_info:
The draw info.
align:
The align.

SetDrawInfoBorderColor

SetDrawInfoBorderColor() sets the border_color member of the DrawInfo structure.

The format of the SetDrawInfoBorderColor method is:

unsigned int SetDrawInfoBorderColor ( DrawInfo *draw_info, const PixelPacket *border_color );

A description of each parameter follows:

draw_info:
The draw info.
border_color:
The border color.

SetDrawInfoBounds

SetDrawInfoBounds() sets the bounds member of the DrawInfo structure.

The format of the SetDrawInfoBounds method is:

unsigned int SetDrawInfoBounds ( DrawInfo *draw_info, const SegmentInfo *bounds );

A description of each parameter follows:

draw_info:
The draw info.
bounds:
The bounds.

SetDrawInfoClipPath

SetDrawInfoClipPath() sets the clip_path member of the DrawInfo structure.

The format of the SetDrawInfoClipPath method is:

unsigned int SetDrawInfoClipPath ( DrawInfo *draw_info, char *clip_path );

A description of each parameter follows:

draw_info:
The draw info.
clip_path:
The clip path.

SetDrawInfoClipUnits

SetDrawInfoClipUnits() sets the clip_units member of the DrawInfo structure.

The format of the SetDrawInfoClipUnits method is:

unsigned int SetDrawInfoClipUnits ( DrawInfo *draw_info, const ClipPathUnits clip_units );

A description of each parameter follows:

draw_info:
The draw info.
clip_units:
The clip units.

SetDrawInfoCompose

SetDrawInfoCompose() sets the compose member of the DrawInfo structure.

The format of the SetDrawInfoCompose method is:

unsigned int SetDrawInfoCompose ( DrawInfo *draw_info, const CompositeOperator compose );

A description of each parameter follows:

draw_info:
The draw info.
compose:
The compose.

SetDrawInfoDashOffset

SetDrawInfoDashOffset() sets the dash_offset member of the DrawInfo structure.

The format of the SetDrawInfoDashOffset method is:

unsigned int SetDrawInfoDashOffset ( DrawInfo *draw_info, const double dash_offset );

A description of each parameter follows:

draw_info:
The draw info.
dash_offset:
The dash offset.

SetDrawInfoDashPattern

SetDrawInfoDashPattern() sets the dash_pattern member of the DrawInfo structure.

The format of the SetDrawInfoDashPattern method is:

unsigned int SetDrawInfoDashPattern ( DrawInfo *draw_info, const double *dash_pattern );

A description of each parameter follows:

draw_info:
The draw info.
dash_pattern:
The dash pattern.

SetDrawInfoDecorate

SetDrawInfoDecorate() sets the decorate member of the DrawInfo structure.

The format of the SetDrawInfoDecorate method is:

unsigned int SetDrawInfoDecorate ( DrawInfo *draw_info, const DecorationType decorate );

A description of each parameter follows:

draw_info:
The draw info.
decorate:
The decorate.

SetDrawInfoDensity

SetDrawInfoDensity() sets the density member of the DrawInfo structure.

The format of the SetDrawInfoDensity method is:

unsigned int SetDrawInfoDensity ( DrawInfo *draw_info, const char *density );

A description of each parameter follows:

draw_info:
The draw info.
density:
The density.

SetDrawInfoEncoding

SetDrawInfoEncoding() sets the encoding member of the DrawInfo structure.

The format of the SetDrawInfoEncoding method is:

unsigned int SetDrawInfoEncoding ( DrawInfo *draw_info, const char *encoding );

A description of each parameter follows:

draw_info:
The draw info.
encoding:
The encoding.

SetDrawInfoFamily

SetDrawInfoFamily() sets the family member of the DrawInfo structure.

The format of the SetDrawInfoFamily method is:

unsigned int SetDrawInfoFamily ( DrawInfo *draw_info, const char *family );

A description of each parameter follows:

draw_info:
The draw info.
family:
The family.

SetDrawInfoFill

SetDrawInfoFill() sets the fill member of the DrawInfo structure.

The format of the SetDrawInfoFill method is:

unsigned int SetDrawInfoFill ( DrawInfo *draw_info, const PixelPacket fill );

A description of each parameter follows:

draw_info:
The draw info.
fill:
The fill.

SetDrawInfoFillPattern

SetDrawInfoFillPattern() sets the fill_pattern member of the DrawInfo structure.

The format of the SetDrawInfoFillPattern method is:

unsigned int SetDrawInfoFillPattern ( DrawInfo *draw_info, const Image *fill_pattern, ExceptionInfo *exception );

A description of each parameter follows:

draw_info:
The draw info.
fill_pattern:
The fill pattern.
exception:
Return any errors or warnings in this structure

SetDrawInfoFillRule

SetDrawInfoFillRule() sets the fill_rule member of the DrawInfo structure.

The format of the SetDrawInfoFillRule method is:

unsigned int SetDrawInfoFillRule ( DrawInfo *draw_info, const FillRule fill_rule );

A description of each parameter follows:

draw_info:
The draw info.
fill_rule:
The fill rule.

SetDrawInfoFont

SetDrawInfoFont() sets the font member of the DrawInfo structure.

The format of the SetDrawInfoFont method is:

unsigned int SetDrawInfoFont ( DrawInfo *draw_info, const char *font );

A description of each parameter follows:

draw_info:
The draw info.
font:
The font.

SetDrawInfoGeometry

SetDrawInfoGeometry() sets the geometry member of the DrawInfo structure.

The format of the SetDrawInfoGeometry method is:

unsigned int SetDrawInfoGeometry ( DrawInfo *draw_info, const char *geometry );

A description of each parameter follows:

draw_info:
The draw info.
geometry:
The geometry.

SetDrawInfoGradient

SetDrawInfoGradient() sets the gradient member of the DrawInfo structure.

The format of the SetDrawInfoGradient method is:

unsigned int SetDrawInfoGradient ( DrawInfo *draw_info, const GradientInfo *gradient_info );

A description of each parameter follows:

draw_info:
The draw info.
gradient_info:
The gradient info.

SetDrawInfoGravity

SetDrawInfoGravity() sets the gravity member of the DrawInfo structure.

The format of the SetDrawInfoGravity method is:

unsigned int SetDrawInfoGravity ( DrawInfo *draw_info, const GravityType gravity );

A description of each parameter follows:

draw_info:
The draw info.
gravity:
The gravity.

SetDrawInfoLinecap

SetDrawInfoLinecap() sets the linecap member of the DrawInfo structure.

The format of the SetDrawInfoLinecap method is:

unsigned int SetDrawInfoLinecap ( DrawInfo *draw_info, const LineCap linecap );

A description of each parameter follows:

draw_info:
The draw info.
linecap:
The linecap.

SetDrawInfoLinejoin

SetDrawInfoLinejoin() sets the linejoin member of the DrawInfo structure.

The format of the SetDrawInfoLinejoin method is:

unsigned int SetDrawInfoLinejoin ( DrawInfo *draw_info, const LineJoin linejoin );

A description of each parameter follows:

draw_info:
The draw info.
linejoin:
The linejoin.

SetDrawInfoMiterlimit

SetDrawInfoMiterlimit() sets the miterlimit member of the DrawInfo structure.

The format of the SetDrawInfoMiterlimit method is:

unsigned int SetDrawInfoMiterlimit ( DrawInfo *draw_info, const unsigned long miterlimit );

A description of each parameter follows:

draw_info:
The draw info.
miterlimit:
The miterlimit.

SetDrawInfoOpacity

SetDrawInfoOpacity() sets the opacity member of the DrawInfo structure.

The format of the SetDrawInfoOpacity method is:

unsigned int SetDrawInfoOpacity ( DrawInfo *draw_info, const Quantum opacity );

A description of each parameter follows:

draw_info:
The draw info.
opacity:
The opacity.

SetDrawInfoPointsize

SetDrawInfoPointsize() sets the pointsize member of the DrawInfo structure.

The format of the SetDrawInfoPointsize method is:

unsigned int SetDrawInfoPointsize ( DrawInfo *draw_info, const double pointsize );

A description of each parameter follows:

draw_info:
The draw info.
pointsize:
The pointsize.

SetDrawInfoPrimitive

SetDrawInfoPrimitive() sets the primitive member of the DrawInfo structure.

The format of the SetDrawInfoPrimitive method is:

unsigned int SetDrawInfoPrimitive ( DrawInfo *draw_info, const char *primitive );

A description of each parameter follows:

draw_info:
The draw info.
primitive:
The primitive.

SetDrawInfoRender

SetDrawInfoRender() sets the render member of the DrawInfo structure.

The format of the SetDrawInfoRender method is:

unsigned int SetDrawInfoRender ( DrawInfo *draw_info, const unsigned int render );

A description of each parameter follows:

draw_info:
The draw info.
render:
The render.

SetDrawInfoServerName

SetDrawInfoServerName() sets the server_name member of the DrawInfo structure.

The format of the SetDrawInfoServerName method is:

unsigned int SetDrawInfoServerName ( DrawInfo *draw_info, const char *server_name );

A description of each parameter follows:

draw_info:
The draw info.
server_name:
The server name.

SetDrawInfoStretch

SetDrawInfoStretch() sets the stretch member of the DrawInfo structure.

The format of the SetDrawInfoStretch method is:

unsigned int SetDrawInfoStretch ( DrawInfo *draw_info, const StretchType stretch );

A description of each parameter follows:

draw_info:
The draw info.
stretch:
The stretch.

SetDrawInfoStroke

SetDrawInfoStroke() sets the stroke member of the DrawInfo structure.

The format of the SetDrawInfoStroke method is:

unsigned int SetDrawInfoStroke ( DrawInfo *draw_info, const PixelPacket *stroke );

A description of each parameter follows:

draw_info:
The draw info.
stroke:
The stroke.

SetDrawInfoStrokeAntialias

SetDrawInfoStrokeAntialias() sets the stroke_antialias member of the DrawInfo structure.

The format of the SetDrawInfoStrokeAntialias method is:

unsigned int SetDrawInfoStrokeAntialias ( DrawInfo *draw_info, const unsigned int stroke_antialias );

A description of each parameter follows:

draw_info:
The draw info.
stroke_antialias:
The stroke antialias.

SetDrawInfoStrokePattern

SetDrawInfoStrokePattern() sets the stroke_pattern member of the DrawInfo structure.

The format of the SetDrawInfoStrokePattern method is:

unsigned int SetDrawInfoStrokePattern ( DrawInfo *draw_info, const Image *stroke_pattern );

A description of each parameter follows:

draw_info:
The draw info.
stroke_pattern:
The stroke pattern.

SetDrawInfoStrokeWidth

SetDrawInfoStrokeWidth() sets the stroke_width member of the DrawInfo structure.

The format of the SetDrawInfoStrokeWidth method is:

unsigned int SetDrawInfoStrokeWidth ( DrawInfo *draw_info, const double stroke_width );

A description of each parameter follows:

draw_info:
The draw info.
stroke_width:
The stroke width.

SetDrawInfoStyle

SetDrawInfoStyle() sets the style member of the DrawInfo structure.

The format of the SetDrawInfoStyle method is:

unsigned int SetDrawInfoStyle ( DrawInfo *draw_info, const StyleType style );

A description of each parameter follows:

draw_info:
The draw info.
style:
The style.

SetDrawInfoText

SetDrawInfoText() sets the text member of the DrawInfo structure.

The format of the SetDrawInfoText method is:

unsigned int SetDrawInfoText ( DrawInfo *draw_info, const char *text );

A description of each parameter follows:

draw_info:
The draw info.
text:
The text.

SetDrawInfoTextAntialias

SetDrawInfoTextAntialias() sets the text_antialias member of the DrawInfo structure.

The format of the SetDrawInfoTextAntialias method is:

unsigned int SetDrawInfoTextAntialias ( DrawInfo *draw_info, const unsigned int text_antialias );

A description of each parameter follows:

draw_info:
The draw info.
text_antialias:
The text antialias.

SetDrawInfoUndercolor

SetDrawInfoUndercolor() sets the undercolor member of the DrawInfo structure.

The format of the SetDrawInfoUndercolor method is:

unsigned int SetDrawInfoUndercolor ( DrawInfo *draw_info, const PixelPacket *undercolor );

A description of each parameter follows:

draw_info:
The draw info.
undercolor:
The undercolor.

SetDrawInfoWeight

SetDrawInfoWeight() sets the weight member of the DrawInfo structure.

The format of the SetDrawInfoWeight method is:

unsigned int SetDrawInfoWeight ( DrawInfo *draw_info, const unsigned long weight );

A description of each parameter follows:

draw_info:
The draw info.
weight:
The weight.

SetExceptionInfo

SetExceptionInfo() set the exception severity.

The format of the SetExceptionInfo method is:

unsigned int SetExceptionInfo ( ExceptionInfo *exception, ExceptionType severity );

A description of each parameter follows:

exception:
The exception info.
severity:
The exception severity.

SetExceptionInfoDescription

SetExceptionInfoDescription() sets the description member of the ExceptionInfo structure.

The format of the SetExceptionInfoDescription method is:

unsigned int SetExceptionInfoDescription ( ExceptionInfo *exception, const char *description );

A description of each parameter follows:

exception:
The exception info.
description:
The description.

SetExceptionInfoErrorNumber

SetExceptionInfoErrorNumber() sets the error_number member of the ExceptionInfo structure.

The format of the SetExceptionInfoErrorNumber method is:

unsigned int SetExceptionInfoErrorNumber ( ExceptionInfo *exception, const int error_number );

A description of each parameter follows:

exception:
The exception info.
error_number:
The error number.

SetExceptionInfoReason

SetExceptionInfoReason() sets the reason member of the ExceptionInfo structure.

The format of the SetExceptionInfoReason method is:

unsigned int SetExceptionInfoReason ( ExceptionInfo *exception, const char *reason );

A description of each parameter follows:

exception:
The exception info.
reason:
The reason.

SetExceptionInfoSeverity

SetExceptionInfoSeverity() sets the severity member of the ExceptionInfo structure.

The format of the SetExceptionInfoSeverity method is:

unsigned int SetExceptionInfoSeverity ( ExceptionInfo *exception, const ExceptionType severity );

A description of each parameter follows:

exception:
The exception info.
severity:
The severity.

SetFrameInfoHeight

SetFrameInfoHeight() sets the height member of the FrameInfo structure.

The format of the SetFrameInfoHeight method is:

unsigned int SetFrameInfoHeight ( FrameInfo *frame_info, const unsigned long height );

A description of each parameter follows:

frame_info:
The frame info.
height:
The height.

SetFrameInfoInnerBevel

SetFrameInfoInnerBevel() sets the inner_bevel member of the FrameInfo structure.

The format of the SetFrameInfoInnerBevel method is:

unsigned int SetFrameInfoInnerBevel ( FrameInfo *frame_info, const long inner_bevel );

A description of each parameter follows:

frame_info:
The frame info.
inner_bevel:
The inner bevel.

SetFrameInfoOuterBevel

SetFrameInfoOuterBevel() sets the outer_bevel member of the FrameInfo structure.

The format of the SetFrameInfoOuterBevel method is:

unsigned int SetFrameInfoOuterBevel ( FrameInfo *frame_info, const long outer_bevel );

A description of each parameter follows:

frame_info:
The frame info.
outer_bevel:
The outer bevel.

SetFrameInfoWidth

SetFrameInfoWidth() sets the width member of the FrameInfo structure.

The format of the SetFrameInfoWidth method is:

unsigned int SetFrameInfoWidth ( FrameInfo *frame_info, const unsigned long width );

A description of each parameter follows:

frame_info:
The frame info.
width:
The width.

SetFrameInfoX

SetFrameInfoX() sets the x member of the FrameInfo structure.

The format of the SetFrameInfoX method is:

unsigned int SetFrameInfoX ( FrameInfo *frame_info, const long x );

A description of each parameter follows:

frame_info:
The frame info.
x:
The x.

SetFrameInfoY

SetFrameInfoY() sets the y member of the FrameInfo structure.

The format of the SetFrameInfoY method is:

unsigned int SetFrameInfoY ( FrameInfo *frame_info, const long y );

A description of each parameter follows:

frame_info:
The frame info.
y:
The y.

SetGeometryInfoPsi

SetGeometryInfoPsi() sets the psi member of the GeometryInfo structure.

The format of the SetGeometryInfoPsi method is:

unsigned int SetGeometryInfoPsi ( GeometryInfo *geometry_info, const double psi );

A description of each parameter follows:

geometry_info:
The geometry info.
psi:
The psi.

SetGeometryInfoRho

SetGeometryInfoRho() sets the rho member of the GeometryInfo structure.

The format of the SetGeometryInfoRho method is:

unsigned int SetGeometryInfoRho ( GeometryInfo *geometry_info, const double rho );

A description of each parameter follows:

geometry_info:
The geometry info.
rho:
The rho.

SetGeometryInfoSigma

SetGeometryInfoSigma() sets the sigma member of the GeometryInfo structure.

The format of the SetGeometryInfoSigma method is:

unsigned int SetGeometryInfoSigma ( GeometryInfo *geometry_info, const double sigma );

A description of each parameter follows:

geometry_info:
The geometry info.
sigma:
The sigma.

SetGeometryInfoXi

SetGeometryInfoXi() sets the xi member of the GeometryInfo structure.

The format of the SetGeometryInfoXi method is:

unsigned int SetGeometryInfoXi ( GeometryInfo *geometry_info, const double xi );

A description of each parameter follows:

geometry_info:
The geometry info.
xi:
The xi.

SetImageBackgroundColor

SetImageBackgroundColor() sets the background_color member of the Image structure.

The format of the SetImageBackgroundColor method is:

unsigned int SetImageBackgroundColor ( Image *image, const PixelPacket *background_color );

A description of each parameter follows:

image:
The image.
background_color:
The background color.

SetImageBlur

SetImageBlur() sets the blur member of the Image structure.

The format of the SetImageBlur method is:

unsigned int SetImageBlur ( Image *image, const double blur );

A description of each parameter follows:

image:
The image.
blur:
The blur.

SetImageBorderColor

SetImageBorderColor() sets the border_color member of the Image structure.

The format of the SetImageBorderColor method is:

unsigned int SetImageBorderColor ( Image *image, const PixelPacket *border_color );

A description of each parameter follows:

image:
The image.
border_color:
The border color.

SetImageCache

SetImageCache() sets the cache member of the Image structure.

The format of the SetImageCache method is:

unsigned int SetImageCache ( Image *image, void *cache );

A description of each parameter follows:

image:
The image.
cache:
The cache.

SetImageChromaticity

SetImageChromaticity() sets the chromaticity member of the Image structure.

The format of the SetImageChromaticity method is:

unsigned int SetImageChromaticity ( Image *image, const ChromaticityInfo chromaticity_info );

A description of each parameter follows:

image:
The image.
chromaticity:
The chromaticity info.

SetImageClientData

SetImageClientData() sets the client_data member of the Image structure.

The format of the SetImageClientData method is:

unsigned int SetImageClientData ( Image *image, const void *client_data );

A description of each parameter follows:

image:
The image.
client_data:
The client data.

SetImageColorProfile

SetImageColorProfile() sets the color_profile member of the Image structure.

The format of the SetImageColorProfile method is:

unsigned int SetImageColorProfile ( Image *image, const ProfileInfo *color_profile );

A description of each parameter follows:

image:
The image.
color_profile:
The color profile.

SetImageColormap

SetImageColormap() sets the colormap member of the Image structure.

The format of the SetImageColormap method is:

 unsigned int SetImageColormap( Image *image, const unsigned long colors, const PixelPacket *colormap, ;

A description of each parameter follows:

image:
The image.
colors:
The number of colors in the colormap.
colormap:
The colormap.

SetImageColorspace

SetImageColorspace() sets the colorspace member of the Image structure.

The format of the SetImageColorspace method is:

unsigned int SetImageColorspace ( Image *image, const ColorspaceType colorspace );

A description of each parameter follows:

image:
The image.
colorspace:
The colorspace.

SetImageColumns

SetImageColumns() sets the columns member of the Image structure.

The format of the SetImageColumns method is:

unsigned int SetImageColumns ( Image *image, const unsigned long columns );

A description of each parameter follows:

image:
The image.
columns:
The columns.

SetImageCompose

SetImageCompose() sets the compose member of the Image structure.

The format of the SetImageCompose method is:

unsigned int SetImageCompose ( Image *image, const CompositeOperator compose );

A description of each parameter follows:

image:
The image.
compose:
The compose.

SetImageCompression

SetImageCompression() sets the compression member of the Image structure.

The format of the SetImageCompression method is:

unsigned int SetImageCompression ( Image *image, const CompressionType compression );

A description of each parameter follows:

image:
The image.
compression:
The compression.

SetImageDelay

SetImageDelay() sets the delay member of the Image structure.

The format of the SetImageDelay method is:

unsigned int SetImageDelay ( Image *image, const unsigned long delay );

A description of each parameter follows:

image:
The image.
delay:
The delay.

SetImageDepth

SetImageDepth() sets the depth of the image, either 8 or 16. Some image formats support both 8 and 16-bits per color component ( e.g. PNG ) . Use SetImageDepth ( ) to specify your preference. A value other than 0 is returned if the depth is set. Check the exception member of image to determine the cause for any failure.

The format of the SetImageDepth method is:

unsigned int SetImageDepth ( Image *image, const unsigned long depth );

A description of each parameter follows:

image:
The image.
depth:
The image depth.

SetImageDirectory

SetImageDirectory() sets the directory member of the Image structure.

The format of the SetImageDirectory method is:

unsigned int SetImageDirectory ( Image *image, const char *directory );

A description of each parameter follows:

image:
The image.
directory:
The directory.

SetImageDispose

SetImageDispose() sets the dispose member of the Image structure.

The format of the SetImageDispose method is:

unsigned int SetImageDispose ( Image *image, const DisposeType dispose );

A description of each parameter follows:

image:
The image.
dispose:
The dispose.

SetImageEndian

SetImageEndian() sets the endian member of the Image structure.

The format of the SetImageEndian method is:

unsigned int SetImageEndian ( Image *image, const EndianType endian );

A description of each parameter follows:

image:
The image.
endian:
The endian.

SetImageError

SetImageError() sets the error member of the Image structure.

The format of the SetImageError method is:

unsigned int SetImageError ( Image *image, const ErrorInfo *error_info );

A description of each parameter follows:

image:
The image.
error:
The error.

SetImageExtractInfo

SetImageExtractInfo() sets the extract_info member of the Image structure.

The format of the SetImageExtractInfo method is:

unsigned int SetImageExtractInfo ( Image *image, const RectangleInfo *extract_info );

A description of each parameter follows:

image:
The image.
extract_info:
The extract info.

SetImageFilename

SetImageFilename() sets the filename member of the Image structure.

The format of the SetImageFilename method is:

unsigned int SetImageFilename ( Image *image, const char *filename );

A description of each parameter follows:

image:
The image.
filename:
The filename.

SetImageFilter

SetImageFilter() sets the filter member of the Image structure.

The format of the SetImageFilter method is:

unsigned int SetImageFilter ( Image *image, const FilterTypes filter );

A description of each parameter follows:

image:
The image.
filter:
The filter.

SetImageFuzz

SetImageFuzz() sets the fuzz member of the Image structure.

The format of the SetImageFuzz method is:

unsigned int SetImageFuzz ( Image *image, const double fuzz );

A description of each parameter follows:

image:
The image.
fuzz:
The fuzz.

SetImageGamma

SetImageGamma() sets the gamma member of the Image structure.

The format of the SetImageGamma method is:

unsigned int SetImageGamma ( Image *image, const double gamma );

A description of each parameter follows:

image:
The image.
gamma:
The gamma.

SetImageGeometry

SetImageGeometry() sets the geometry member of the Image structure.

The format of the SetImageGeometry method is:

unsigned int SetImageGeometry ( Image *image, const char *geometry );

A description of each parameter follows:

image:
The image.
geometry:
The geometry.

SetImageGravity

SetImageGravity() sets the gravity member of the Image structure.

The format of the SetImageGravity method is:

unsigned int SetImageGravity ( Image *image, const GravityType gravity );

A description of each parameter follows:

image:
The image.
gravity:
The gravity.

SetImageInterlace

SetImageInterlace() sets the interlace member of the Image structure.

The format of the SetImageInterlace method is:

unsigned int SetImageInterlace ( Image *image, const InterlaceType interlace );

A description of each parameter follows:

image:
The image.
interlace:
The interlace.

SetImageIPTCProfile

SetImageIPTCProfile() sets the iptc_profile member of the Image structure.

The format of the SetImageIPTCProfile method is:

unsigned int SetImageIPTCProfile ( Image *image, const ProfileInfo *iptc_profile );

A description of each parameter follows:

image:
The image.
iptc_profile:
The iptc profile.

SetImageIterations

SetImageIterations() sets the iterations member of the Image structure.

The format of the SetImageIterations method is:

unsigned int SetImageIterations ( Image *image, const unsigned long iterations );

A description of each parameter follows:

image:
The image.
iterations:
The iterations.

SetImageMagickColumns

SetImageMagickColumns() sets the magick_columns member of the Image structure.

The format of the SetImageMagickColumns method is:

unsigned int SetImageMagickColumns ( Image *image, const unsigned long magick_columns );

A description of each parameter follows:

image:
The image.
magick_columns:
The magick columns.

SetImageMagickFilename

SetImageMagickFilename() sets the magick_filename member of the Image structure.

The format of the SetImageMagickFilename method is:

unsigned int SetImageMagickFilename ( Image *image, const char *magick_filename );

A description of each parameter follows:

image:
The image.
magick_filename:
The magick filename.

SetImageMagickRows

SetImageMagickRows() sets the magick_rows member of the Image structure.

The format of the SetImageMagickRows method is:

unsigned int SetImageMagickRows ( Image *image, const unsigned long magick_rows );

A description of each parameter follows:

image:
The image.
magick_rows:
The magick rows.

SetImageMatte

SetImageMatte() sets the matte member of the Image structure.

The format of the SetImageMatte method is:

unsigned int SetImageMatte ( Image *image, const unsigned int matte );

A description of each parameter follows:

image:
The image.
matte:
The matte.

SetImageMatteColor

SetImageMatteColor() sets the matte_color member of the Image structure.

The format of the SetImageMatteColor method is:

unsigned int SetImageMatteColor ( Image *image, const PixelPacket *matte_color );

A description of each parameter follows:

image:
The image.
matte_color:
The matte color.

SetImageMontage

SetImageMontage() sets the montage member of the Image structure.

The format of the SetImageMontage method is:

unsigned int SetImageMontage ( Image *image, const char *montage );

A description of each parameter follows:

image:
The image.
montage:
The montage.

SetImageOffset

SetImageOffset() sets the offset member of the Image structure.

The format of the SetImageOffset method is:

unsigned int SetImageOffset ( Image *image, const long offset );

A description of each parameter follows:

image:
The image.
offset:
The offset.

SetImagePage

SetImagePage() sets the page member of the Image structure.

The format of the SetImagePage method is:

unsigned int SetImagePage ( Image *image, const RectangleInfo *page );

A description of each parameter follows:

image:
The image.
page:
The page.

SetImageRenderingIntent

SetImageRenderingIntent() sets the rendering_intent member of the Image structure.

The format of the SetImageRenderingIntent method is:

unsigned int SetImageRenderingIntent ( Image *image, const RenderingIntent rendering_intent );

A description of each parameter follows:

image:
The image.
rendering_intent:
The rendering intent.

SetImageRows

SetImageRows() sets the rows member of the Image structure.

The format of the SetImageRows method is:

unsigned int SetImageRows ( Image *image, const unsigned long rows );

A description of each parameter follows:

image:
The image.
rows:
The rows.

SetImageScene

SetImageScene() sets the scene member of the Image structure.

The format of the SetImageScene method is:

unsigned int SetImageScene ( Image *image, const unsigned long scene );

A description of each parameter follows:

image:
The image.
scene:
The scene.

SetImageStartLoop

SetImageStartLoop() sets the start_loop member of the Image structure.

The format of the SetImageStartLoop method is:

unsigned int SetImageStartLoop ( Image *image, const long start_loop );

A description of each parameter follows:

image:
The image.
start_loop:
The start loop.

SetImageStorageClass

SetImageStorageClass() sets the storage_class member of the Image structure.

The format of the SetImageStorageClass method is:

unsigned int SetImageStorageClass ( Image *image, const ClassType storage_class );

A description of each parameter follows:

image:
The image.
storage_class:
The storage class.

SetImageTaint

SetImageTaint() sets the taint member of the Image structure.

The format of the SetImageTaint method is:

unsigned int SetImageTaint ( Image *image, const unsigned int taint );

A description of each parameter follows:

image:
The image.
taint:
The taint.

SetImageTileInfo

SetImageTileInfo() sets the tile_info member of the Image structure.

The format of the SetImageTileInfo method is:

unsigned int SetImageTileInfo ( Image *image, const RectangleInfo *tile_info );

A description of each parameter follows:

image:
The image.
tile_info:
The tile info.

SetImageTimer

SetImageTimer() sets the timer member of the Image structure.

The format of the SetImageTimer method is:

unsigned int SetImageTimer ( Image *image, const TimerInfo *timer );

A description of each parameter follows:

image:
The image.
timer:
The timer.

SetImageTotalColors

SetImageTotalColors() sets the total_colors member of the Image structure.

The format of the SetImageTotalColors method is:

unsigned int SetImageTotalColors ( Image *image, const unsigned long total_colors );

A description of each parameter follows:

image:
The image.
total_colors:
The total colors.

SetImageUnits

SetImageUnits() sets the units member of the Image structure.

The format of the SetImageUnits method is:

unsigned int SetImageUnits ( Image *image, const ResolutionType units );

A description of each parameter follows:

image:
The image.
units:
The units.

SetImageXResolution

SetImageXResolution() sets the x_resolution member of the Image structure.

The format of the SetImageXResolution method is:

unsigned int SetImageXResolution ( Image *image, const double x_resolution );

A description of each parameter follows:

image:
The image.
x_resolution:
The x resolution.

SetImageYResolution

SetImageYResolution() sets the y_resolution member of the Image structure.

The format of the SetImageYResolution method is:

unsigned int SetImageYResolution ( Image *image, const double y_resolution );

A description of each parameter follows:

image:
The image.
y_resolution:
The y resolution.

SetImageInfoAdjoin

SetImageInfoAdjoin() sets the adjoin member of the ImageInfo structure.

The format of the SetImageInfoAdjoin method is:

unsigned int SetImageInfoAdjoin ( ImageInfo *image_info, const unsigned int adjoin );

A description of each parameter follows:

image_info:
The image info.
adjoin:
The adjoin.

SetImageInfoAffirm

SetImageInfoAffirm() sets the affirm member of the ImageInfo structure.

The format of the SetImageInfoAffirm method is:

unsigned int SetImageInfoAffirm ( ImageInfo *image_info, const unsigned int affirm );

A description of each parameter follows:

image_info:
The image info.
affirm:
The affirm.

SetImageInfoAntialias

SetImageInfoAntialias() sets the antialias member of the ImageInfo structure.

The format of the SetImageInfoAntialias method is:

unsigned int SetImageInfoAntialias ( ImageInfo *image_info, const unsigned int antialias );

A description of each parameter follows:

image_info:
The image info.
antialias:
The antialias.

SetImageInfoAttributes

SetImageInfoAttributes() sets the attributes member of the ImageInfo structure.

The format of the SetImageInfoAttributes method is:

unsigned int SetImageInfoAttributes ( ImageInfo *image_info, Image *attributes );

A description of each parameter follows:

image_info:
The image info.
attributes:
The attributes.

SetImageInfoAuthenticate

SetImageInfoAuthenticate() sets the authenticate member of the ImageInfo structure.

The format of the SetImageInfoAuthenticate method is:

unsigned int SetImageInfoAuthenticate ( ImageInfo *image_info, const char *authenticate );

A description of each parameter follows:

image_info:
The image info.
authenticate:
The authenticate.

SetImageInfoBackgroundColor

SetImageInfoBackgroundColor() sets the background_color member of the ImageInfo structure.

The format of the SetImageInfoBackgroundColor method is:

unsigned int SetImageInfoBackgroundColor ( ImageInfo *image_info, const PixelPacket *background_color );

A description of each parameter follows:

image_info:
The image info.
background_color:
The background color.

SetImageInfoBlob

SetImageInfoBlob() sets the blob member of the ImageInfo structure.

The format of the SetImageInfoBlob method is:

unsigned int SetImageInfoBlob ( ImageInfo *image_info, const void *blob );

A description of each parameter follows:

image_info:
The image info.
blob:
The blob.

SetImageInfoBorderColor

SetImageInfoBorderColor() sets the border_color member of the ImageInfo structure.

The format of the SetImageInfoBorderColor method is:

unsigned int SetImageInfoBorderColor ( ImageInfo *image_info, const PixelPacket *border_color );

A description of each parameter follows:

image_info:
The image info.
border_color:
The border color.

SetImageInfoCache

SetImageInfoCache() sets the cache member of the ImageInfo structure.

The format of the SetImageInfoCache method is:

unsigned int SetImageInfoCache ( ImageInfo *image_info, const void *cache );

A description of each parameter follows:

image_info:
The image info.
cache:
The cache.

SetImageInfoClientData

SetImageInfoClientData() sets the client_data member of the ImageInfo structure.

The format of the SetImageInfoClientData method is:

unsigned int SetImageInfoClientData ( ImageInfo *image_info, const void *client_data );

A description of each parameter follows:

image_info:
The image info.
client_data:
The client data.

SetImageInfoColorspace

SetImageInfoColorspace() sets the colorspace member of the ImageInfo structure.

The format of the SetImageInfoColorspace method is:

unsigned int SetImageInfoColorspace ( ImageInfo *image_info, const ColorspaceType colorspace );

A description of each parameter follows:

image_info:
The image info.
colorspace:
The colorspace.

SetImageInfoCompression

SetImageInfoCompression() sets the compression member of the ImageInfo structure.

The format of the SetImageInfoCompression method is:

unsigned int SetImageInfoCompression ( ImageInfo *image_info, const CompressionType compression );

A description of each parameter follows:

image_info:
The image info.
compression:
The compression.

SetImageInfoDensity

SetImageInfoDensity() sets the density member of the ImageInfo structure.

The format of the SetImageInfoDensity method is:

unsigned int SetImageInfoDensity ( ImageInfo *image_info, const char *density );

A description of each parameter follows:

image_info:
The image info.
density:
The density.

SetImageInfoDepth

SetImageInfoDepth() sets the depth member of the ImageInfo structure.

The format of the SetImageInfoDepth method is:

unsigned int SetImageInfoDepth ( ImageInfo *image_info, const unsigned long depth );

A description of each parameter follows:

image_info:
The image info.
depth:
The depth.

SetImageInfoDither

SetImageInfoDither() sets the dither member of the ImageInfo structure.

The format of the SetImageInfoDither method is:

unsigned int SetImageInfoDither ( ImageInfo *image_info, const unsigned int dither );

A description of each parameter follows:

image_info:
The image info.
dither:
The dither.

SetImageInfoEndian

SetImageInfoEndian() sets the endian member of the ImageInfo structure.

The format of the SetImageInfoEndian method is:

unsigned int SetImageInfoEndian ( ImageInfo *image_info, const EndianType endian );

A description of each parameter follows:

image_info:
The image info.
endian:
The endian.

SetImageInfoExtract

SetImageInfoExtract() sets the extract member of the ImageInfo structure.

The format of the SetImageInfoExtract method is:

unsigned int SetImageInfoExtract ( ImageInfo *image_info, const char *extract );

A description of each parameter follows:

image_info:
The image info.
extract:
The extract.

SetImageInfoFile

SetImageInfoFile() sets the file member of the ImageInfo structure.

The format of the SetImageInfoFile method is:

unsigned int SetImageInfoFile ( ImageInfo *image_info, const FILE *file );

A description of each parameter follows:

image_info:
The image info.
file:
The file.

SetImageInfoFilename

SetImageInfoFilename() sets the filename member of the ImageInfo structure.

The format of the SetImageInfoFilename method is:

unsigned int SetImageInfoFilename ( ImageInfo *image_info, const char *filename );

A description of each parameter follows:

image_info:
The image info.
filename:
The filename.

SetImageInfoFont

SetImageInfoFont() sets the font member of the ImageInfo structure.

The format of the SetImageInfoFont method is:

unsigned int SetImageInfoFont ( ImageInfo *image_info, const char *font );

A description of each parameter follows:

image_info:
The image info.
font:
The font.

SetImageInfoFuzz

SetImageInfoFuzz() sets the fuzz member of the ImageInfo structure.

The format of the SetImageInfoFuzz method is:

unsigned int SetImageInfoFuzz ( ImageInfo *image_info, const double fuzz );

A description of each parameter follows:

image_info:
The image info.
fuzz:
The fuzz.

SetImageInfoGroup

SetImageInfoGroup() sets the group member of the ImageInfo structure.

The format of the SetImageInfoGroup method is:

unsigned int SetImageInfoGroup ( ImageInfo *image_info, const long group );

A description of each parameter follows:

image_info:
The image info.
group:
The group.

SetImageInfoInterlace

SetImageInfoInterlace() sets the interlace member of the ImageInfo structure.

The format of the SetImageInfoInterlace method is:

unsigned int SetImageInfoInterlace ( ImageInfo *image_info, const InterlaceType interlace );

A description of each parameter follows:

image_info:
The image info.
interlace:
The interlace.

SetImageInfoLength

SetImageInfoLength() sets the length member of the ImageInfo structure.

The format of the SetImageInfoLength method is:

unsigned int SetImageInfoLength ( ImageInfo *image_info, const size_t length );

A description of each parameter follows:

image_info:
The image info.
length:
The length.

SetImageInfoMagick

SetImageInfoMagick() sets the magick member of the ImageInfo structure.

The format of the SetImageInfoMagick method is:

unsigned int SetImageInfoMagick ( ImageInfo *image_info, const char *magick );

A description of each parameter follows:

image_info:
The image info.
magick:
The magick.

SetImageInfoMatteColor

SetImageInfoMatteColor() sets the matte_color member of the ImageInfo structure.

The format of the SetImageInfoMatteColor method is:

unsigned int SetImageInfoMatteColor ( ImageInfo *image_info, const PixelPacket *matte_color );

A description of each parameter follows:

image_info:
The image info.
matte_color:
The matte color.

SetImageInfoMonochrome

SetImageInfoMonochrome() sets the monochrome member of the ImageInfo structure.

The format of the SetImageInfoMonochrome method is:

unsigned int SetImageInfoMonochrome ( ImageInfo *image_info, const unsigned int monochrome );

A description of each parameter follows:

image_info:
The image info.
monochrome:
The monochrome.

SetImageInfoNumberScenes

SetImageInfoNumberScenes() sets the number_scenes member of the ImageInfo structure.

The format of the SetImageInfoNumberScenes method is:

unsigned int SetImageInfoNumberScenes ( ImageInfo *image_info, const unsigned long number_scenes );

A description of each parameter follows:

image_info:
The image info.
number_scenes:
The number scenes.

SetImageInfoPage

SetImageInfoPage() sets the page member of the ImageInfo structure.

The format of the SetImageInfoPage method is:

unsigned int SetImageInfoPage ( ImageInfo *image_info, const char *page );

A description of each parameter follows:

image_info:
The image info.
page:
The page.

SetImageInfoPing

SetImageInfoPing() sets the ping member of the ImageInfo structure.

The format of the SetImageInfoPing method is:

unsigned int SetImageInfoPing ( ImageInfo *image_info, const unsigned int ping );

A description of each parameter follows:

image_info:
The image info.
ping:
The ping.

SetImageInfoPointsize

SetImageInfoPointsize() sets the pointsize member of the ImageInfo structure.

The format of the SetImageInfoPointsize method is:

unsigned int SetImageInfoPointsize ( ImageInfo *image_info, const double pointsize );

A description of each parameter follows:

image_info:
The image info.
pointsize:
The pointsize.

SetImageInfoPreviewType

SetImageInfoPreviewType() sets the preview_type member of the ImageInfo structure.

The format of the SetImageInfoPreviewType method is:

unsigned int SetImageInfoPreviewType ( ImageInfo *image_info, const PreviewType preview_type );

A description of each parameter follows:

image_info:
The image info.
preview_type:
The preview type.

SetImageInfoQuality

SetImageInfoQuality() sets the quality member of the ImageInfo structure.

The format of the SetImageInfoQuality method is:

unsigned int SetImageInfoQuality ( ImageInfo *image_info, const unsigned long quality );

A description of each parameter follows:

image_info:
The image info.
quality:
The quality.

SetImageInfoSamplingFactor

SetImageInfoSamplingFactor() sets the sampling_factor member of the ImageInfo structure.

The format of the SetImageInfoSamplingFactor method is:

unsigned int SetImageInfoSamplingFactor ( ImageInfo *image_info, const char *sampling_factor );

A description of each parameter follows:

image_info:
The image info.
sampling_factor:
The sampling factor.

SetImageInfoScene

SetImageInfoScene() sets the scene member of the ImageInfo structure.

The format of the SetImageInfoScene method is:

unsigned int SetImageInfoScene ( ImageInfo *image_info, const unsigned long scene );

A description of each parameter follows:

image_info:
The image info.
scene:
The scene.

SetImageInfoScenes

SetImageInfoScenes() sets the scenes member of the ImageInfo structure.

The format of the SetImageInfoScenes method is:

unsigned int SetImageInfoScenes ( ImageInfo *image_info, const char *scenes );

A description of each parameter follows:

image_info:
The image info.
scenes:
The scenes.

SetImageInfoServerName

SetImageInfoServerName() sets the server_name member of the ImageInfo structure.

The format of the SetImageInfoServerName method is:

unsigned int SetImageInfoServerName ( ImageInfo *image_info, const char *server_name );

A description of each parameter follows:

image_info:
The image info.
server_name:
The server name.

SetImageInfoSize

SetImageInfoSize() sets the size member of the ImageInfo structure.

The format of the SetImageInfoSize method is:

unsigned int SetImageInfoSize ( ImageInfo *image_info, const char *size );

A description of each parameter follows:

image_info:
The image info.
size:
The size.

SetImageInfoStream

SetImageInfoStream() sets the stream member of the ImageInfo structure.

The format of the SetImageInfoStream method is:

unsigned int SetImageInfoStream ( ImageInfo *image_info, const StreamHandler stream );

A description of each parameter follows:

image_info:
The image info.
stream:
The stream.

SetImageInfoTemporary

SetImageInfoTemporary() sets the temporary member of the ImageInfo structure.

The format of the SetImageInfoTemporary method is:

unsigned int SetImageInfoTemporary ( ImageInfo *image_info, const unsigned int temporary );

A description of each parameter follows:

image_info:
The image info.
temporary:
The temporary.

SetImageInfoTexture

SetImageInfoTexture() sets the texture member of the ImageInfo structure.

The format of the SetImageInfoTexture method is:

unsigned int SetImageInfoTexture ( ImageInfo *image_info, const char *texture );

A description of each parameter follows:

image_info:
The image info.
texture:
The texture.

SetImageInfoType

SetImageInfoType() sets the type member of the ImageInfo structure.

The format of the SetImageInfoType method is:

unsigned int SetImageInfoType ( ImageInfo *image_info, const ImageType type );

A description of each parameter follows:

image_info:
The image info.
type:
The type.

SetImageInfoUnits

SetImageInfoUnits() sets the units member of the ImageInfo structure.

The format of the SetImageInfoUnits method is:

unsigned int SetImageInfoUnits ( ImageInfo *image_info, const ResolutionType units );

A description of each parameter follows:

image_info:
The image info.
units:
The units.

SetImageInfoVerbose

SetImageInfoVerbose() sets the verbose member of the ImageInfo structure.

The format of the SetImageInfoVerbose method is:

unsigned int SetImageInfoVerbose ( ImageInfo *image_info, const unsigned int verbose );

A description of each parameter follows:

image_info:
The image info.
verbose:
The verbose.

SetImageInfoView

SetImageInfoView() sets the view member of the ImageInfo structure.

The format of the SetImageInfoView method is:

unsigned int SetImageInfoView ( ImageInfo *image_info, const char *view );

A description of each parameter follows:

image_info:
The image info.
view:
The view.

SetMontageInfoBackgroundColor

SetMontageInfoBackgroundColor() sets the background_color member of the MontageInfo structure.

The format of the SetMontageInfoBackgroundColor method is:

unsigned int SetMontageInfoBackgroundColor ( MontageInfo *montage_info, const PixelPacket *background_color );

A description of each parameter follows:

montage_info:
The montage info.
background_color:
The background color.

SetMontageInfoBorderColor

SetMontageInfoBorderColor() sets the border_color member of the MontageInfo structure.

The format of the SetMontageInfoBorderColor method is:

unsigned int SetMontageInfoBorderColor ( MontageInfo *montage_info, const PixelPacket *border_color );

A description of each parameter follows:

montage_info:
The montage info.
border_color:
The border color.

SetMontageInfoBorderWidth

SetMontageInfoBorderWidth() sets the border_width member of the MontageInfo structure.

The format of the SetMontageInfoBorderWidth method is:

unsigned int SetMontageInfoBorderWidth ( MontageInfo *montage_info, const unsigned long border_width );

A description of each parameter follows:

montage_info:
The montage info.
border_width:
The border width.

SetMontageInfoFilename

SetMontageInfoFilename() sets the filename member of the MontageInfo structure.

The format of the SetMontageInfoFilename method is:

unsigned int SetMontageInfoFilename ( MontageInfo *montage_info, const char *filename );

A description of each parameter follows:

montage_info:
The montage info.
filename:
The filename.

SetMontageInfoFill

SetMontageInfoFill() sets the fill member of the MontageInfo structure.

The format of the SetMontageInfoFill method is:

unsigned int SetMontageInfoFill ( MontageInfo *montage_info, const PixelPacket *fill );

A description of each parameter follows:

montage_info:
The montage info.
fill:
The fill.

SetMontageInfoFont

SetMontageInfoFont() sets the font member of the MontageInfo structure.

The format of the SetMontageInfoFont method is:

unsigned int SetMontageInfoFont ( MontageInfo *montage_info, const char *font );

A description of each parameter follows:

montage_info:
The montage info.
font:
The font.

SetMontageInfoFrame

SetMontageInfoFrame() sets the frame member of the MontageInfo structure.

The format of the SetMontageInfoFrame method is:

unsigned int SetMontageInfoFrame ( MontageInfo *montage_info, const char *frame );

A description of each parameter follows:

montage_info:
The montage info.
frame:
The frame.

SetMontageInfoGeometry

SetMontageInfoGeometry() sets the geometry member of the MontageInfo structure.

The format of the SetMontageInfoGeometry method is:

unsigned int SetMontageInfoGeometry ( MontageInfo *montage_info, const char *geometry );

A description of each parameter follows:

montage_info:
The montage info.
geometry:
The geometry.

SetMontageInfoGravity

SetMontageInfoGravity() sets the gravity member of the MontageInfo structure.

The format of the SetMontageInfoGravity method is:

unsigned int SetMontageInfoGravity ( MontageInfo *montage_info, const GravityType gravity );

A description of each parameter follows:

montage_info:
The montage info.
gravity:
The gravity.

SetMontageInfoMatteColor

SetMontageInfoMatteColor() sets the matte_color member of the MontageInfo structure.

The format of the SetMontageInfoMatteColor method is:

unsigned int SetMontageInfoMatteColor ( MontageInfo *montage_info, const PixelPacket *matte_color );

A description of each parameter follows:

montage_info:
The montage info.
matte_color:
The matte color.

SetMontageInfoPointsize

SetMontageInfoPointsize() sets the pointsize member of the MontageInfo structure.

The format of the SetMontageInfoPointsize method is:

unsigned int SetMontageInfoPointsize ( MontageInfo *montage_info, const double pointsize );

A description of each parameter follows:

montage_info:
The montage info.
pointsize:
The pointsize.

SetMontageInfoShadow

SetMontageInfoShadow() sets the shadow member of the MontageInfo structure.

The format of the SetMontageInfoShadow method is:

unsigned int SetMontageInfoShadow ( MontageInfo *montage_info, const unsigned int shadow );

A description of each parameter follows:

montage_info:
The montage info.
shadow:
The shadow.

SetMontageInfoStroke

SetMontageInfoStroke() sets the stroke member of the MontageInfo structure.

The format of the SetMontageInfoStroke method is:

unsigned int SetMontageInfoStroke ( MontageInfo *montage_info, const PixelPacket *stroke );

A description of each parameter follows:

montage_info:
The montage info.
stroke:
The stroke.

SetMontageInfoTexture

SetMontageInfoTexture() sets the texture member of the MontageInfo structure.

The format of the SetMontageInfoTexture method is:

unsigned int SetMontageInfoTexture ( MontageInfo *montage_info, const char *texture );

A description of each parameter follows:

montage_info:
The montage info.
texture:
The texture.

SetMontageInfoTile

SetMontageInfoTile() sets the tile member of the MontageInfo structure.

The format of the SetMontageInfoTile method is:

unsigned int SetMontageInfoTile ( MontageInfo *montage_info, const char *tile );

A description of each parameter follows:

montage_info:
The montage info.
tile:
The tile.

SetMontageInfoTitle

SetMontageInfoTitle() sets the title member of the MontageInfo structure.

The format of the SetMontageInfoTitle method is:

unsigned int SetMontageInfoTitle ( MontageInfo *montage_info, const char *title );

A description of each parameter follows:

montage_info:
The montage info.
title:
The title.

SetPixelPacketBlue

SetPixelPacketBlue() sets the blue member of the PixelPacket structure.

The format of the SetPixelPacketBlue method is:

unsigned int SetPixelPacketBlue ( PixelPacket *pixel, const Quantum blue );

A description of each parameter follows:

pixel:
The pixel.
blue:
The blue.

SetPixelPacketGreen

SetPixelPacketGreen() sets the green member of the PixelPacket structure.

The format of the SetPixelPacketGreen method is:

unsigned int SetPixelPacketGreen ( PixelPacket *pixel, const Quantum green );

A description of each parameter follows:

pixel:
The pixel.
green:
The green.

SetPixelPacketOpacity

SetPixelPacketOpacity() sets the opacity member of the PixelPacket structure.

The format of the SetPixelPacketOpacity method is:

unsigned int SetPixelPacketOpacity ( PixelPacket *pixel, const Quantum opacity );

A description of each parameter follows:

pixel:
The pixel.
opacity:
The opacity.

SetPixelPacketRed

SetPixelPacketRed() sets the red member of the PixelPacket structure.

The format of the SetPixelPacketRed method is:

unsigned int SetPixelPacketRed ( PixelPacket *pixel, const Quantum red );

A description of each parameter follows:

pixel:
The pixel.
red:
The red.

SetPointInfoX

SetPointInfoX() sets the x member of the PointInfo structure.

The format of the SetPointInfoX method is:

unsigned int SetPointInfoX ( PointInfo *point_info, const double x );

A description of each parameter follows:

point_info:
The point info.
x:
The x.

SetPointInfoY

SetPointInfoY() sets the y member of the PointInfo structure.

The format of the SetPointInfoY method is:

unsigned int SetPointInfoY ( PointInfo *point_info, const double y );

A description of each parameter follows:

point_info:
The point info.
y:
The y.

SetProfileInfoInfo

SetProfileInfoInfo() sets the info member of the ProfileInfo structure.

The format of the SetProfileInfoInfo method is:

unsigned int SetProfileInfoInfo ( ProfileInfo *profile_info, const size_t length, const unsigned char *info );

A description of each parameter follows:

profile_info:
The profile info.
length:
The info length.
info:
The info.

SetProfileInfoName

SetProfileInfoName() sets the name member of the ProfileInfo structure.

The format of the SetProfileInfoName method is:

unsigned int SetProfileInfoName ( ProfileInfo *profile_info, const char *name );

A description of each parameter follows:

profile_info:
The profile info.
name:
The name.

SetQuantizeInfoColorspace

SetQuantizeInfoColorspace() sets the colorspace member of the QuantizeInfo structure.

The format of the SetQuantizeInfoColorspace method is:

unsigned int SetQuantizeInfoColorspace ( QuantizeInfo *quantize_info, const ColorspaceType colorspace );

A description of each parameter follows:

quantize_info:
The quantize info.
colorspace:
The colorspace.

SetQuantizeInfoDither

SetQuantizeInfoDither() sets the dither member of the QuantizeInfo structure.

The format of the SetQuantizeInfoDither method is:

unsigned int SetQuantizeInfoDither ( QuantizeInfo *quantize_info, const unsigned int dither );

A description of each parameter follows:

quantize_info:
The quantize info.
dither:
The dither.

SetQuantizeInfoMeasureError

SetQuantizeInfoMeasureError() sets the measure_error member of the QuantizeInfo structure.

The format of the SetQuantizeInfoMeasureError method is:

unsigned int SetQuantizeInfoMeasureError ( QuantizeInfo *quantize_info, const unsigned int measure_error );

A description of each parameter follows:

quantize_info:
The quantize info.
measure_error:
The measure error.

SetQuantizeInfoNumberColors

SetQuantizeInfoNumberColors() sets the number_colors member of the QuantizeInfo structure.

The format of the SetQuantizeInfoNumberColors method is:

unsigned int SetQuantizeInfoNumberColors ( QuantizeInfo *quantize_info, const unsigned long number_colors );

A description of each parameter follows:

quantize_info:
The quantize info.
number_colors:
The number colors.

SetQuantizeInfoTreeDepth

SetQuantizeInfoTreeDepth() sets the tree_depth member of the QuantizeInfo structure.

The format of the SetQuantizeInfoTreeDepth method is:

unsigned int SetQuantizeInfoTreeDepth ( QuantizeInfo *quantize_info, const unsigned int tree_depth );

A description of each parameter follows:

quantize_info:
The quantize info.
tree_depth:
The tree depth.

SetRectangleInfoHeight

SetRectangleInfoHeight() sets the height member of the RectangleInfo structure.

The format of the SetRectangleInfoHeight method is:

unsigned int SetRectangleInfoHeight ( RectangleInfo *rectangle_info, const unsigned long height );

A description of each parameter follows:

rectangle_info:
The rectangle info.
height:
The height.

SetRectangleInfoWidth

SetRectangleInfoWidth() sets the width member of the RectangleInfo structure.

The format of the SetRectangleInfoWidth method is:

unsigned int SetRectangleInfoWidth ( RectangleInfo *rectangle_info, const unsigned long width );

A description of each parameter follows:

rectangle_info:
The rectangle info.
width:
The width.

SetRectangleInfoX

SetRectangleInfoX() sets the x member of the RectangleInfo structure.

The format of the SetRectangleInfoX method is:

unsigned int SetRectangleInfoX ( RectangleInfo *rectangle_info, const long x );

A description of each parameter follows:

rectangle_info:
The rectangle info.
x:
The x.

SetRectangleInfoY

SetRectangleInfoY() sets the y member of the RectangleInfo structure.

The format of the SetRectangleInfoY method is:

unsigned int SetRectangleInfoY ( RectangleInfo *rectangle_info, const long y );

A description of each parameter follows:

rectangle_info:
The rectangle info.
y:
The y.

SetSegmentInfoX1

SetSegmentInfoX1() sets the x1 member of the SegmentInfo structure.

The format of the SetSegmentInfoX1 method is:

unsigned int SetSegmentInfoX1 ( SegmentInfo *segment_info, const double x1 );

A description of each parameter follows:

segment_info:
The segment info.
x1:
The x1.

SetSegmentInfoX2

SetSegmentInfoX2() sets the x2 member of the SegmentInfo structure.

The format of the SetSegmentInfoX2 method is:

unsigned int SetSegmentInfoX2 ( SegmentInfo *segment_info, const double x2 );

A description of each parameter follows:

segment_info:
The segment info.
x2:
The x2.

SetSegmentInfoY1

SetSegmentInfoY1() sets the y1 member of the SegmentInfo structure.

The format of the SetSegmentInfoY1 method is:

unsigned int SetSegmentInfoY1 ( SegmentInfo *segment_info, const double y1 );

A description of each parameter follows:

segment_info:
The segment info.
y1:
The y1.

SetSegmentInfoY2

SetSegmentInfoY2() sets the y2 member of the SegmentInfo structure.

The format of the SetSegmentInfoY2 method is:

unsigned int SetSegmentInfoY2 ( SegmentInfo *segment_info, const double y2 );

A description of each parameter follows:

segment_info:
The segment info.
y2:
The y2.

Top of page
"Image manipulation software that works like magick"