X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=www%2Fapi%2Fmagick-image.html;h=5f2280831ad108219fbaa7c7099f5c430da980e6;hb=b7b531efdad3ff916a12ab2b6a52bed18be80731;hp=614b567482020ffe81db7dc82e67a6981487a0d5;hpb=f1310b517d427c750c64595b091f46f48d8c0eca;p=imagemagick diff --git a/www/api/magick-image.html b/www/api/magick-image.html index 614b56748..5f2280831 100644 --- a/www/api/magick-image.html +++ b/www/api/magick-image.html @@ -2,20 +2,17 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - - - - - - ImageMagick: MagickWand, C API for ImageMagick: Image Methods + + + ImageMagick: MagickWand, C API for ImageMagick: Image Methods + + + - @@ -24,6 +21,12 @@ + + + + @@ -42,12 +45,25 @@ style="width: 114px; height: 118px; border: 0px; float: right;" /> -
+
+ +
+ Unix +
+ +
+ Windows +
+
@@ -75,9 +91,6 @@ -
-
- Unix -
- - -
@@ -124,30 +127,45 @@
+
- +
+ +
@@ -208,7 +226,7 @@ _8c.html" target="source" name="MagickAdaptiveResizeImage">MagickAdaptiveResizeI

MagickAdaptiveResizeImage() adaptively resize image with data dependent triangulation.

-

MagickBooleanType MagickAdaptiveResizeImage(MagickWand *wand, const unsigned long columns,const unsigned long rows)

+

MagickBooleanType MagickAdaptiveResizeImage(MagickWand *wand, const size_t columns,const size_t rows)

A description of each parameter follows:

@@ -262,7 +280,7 @@ _8c.html" target="source" name="MagickAdaptiveThresholdImage">MagickAdaptiveThre
   MagickBooleanType MagickAdaptiveThresholdImage(MagickWand *wand,
-    const unsigned long width,const unsigned long height,const long offset)
+    const size_t width,const size_t height,const ssize_t offset)
 

A description of each parameter follows:

@@ -560,8 +578,8 @@ _8c.html" target="source" name="MagickBorderImage">MagickBorderImage
   MagickBooleanType MagickBorderImage(MagickWand *wand,
-    const PixelWand *bordercolor,const unsigned long width,
-    const unsigned long height)
+    const PixelWand *bordercolor,const size_t width,
+    const size_t height)
 

A description of each parameter follows:

@@ -646,8 +664,8 @@ _8c.html" target="source" name="MagickChopImage">MagickChopImage
   MagickBooleanType MagickChopImage(MagickWand *wand,
-    const unsigned long width,const unsigned long height,const long x,
-    const long y)
+    const size_t width,const size_t height,const ssize_t x,
+    const ssize_t y)
 

A description of each parameter follows:

@@ -1001,10 +1019,10 @@ _8c.html" target="source" name="MagickCompositeImage">MagickCompositeImage MagickBooleanType MagickCompositeImage(MagickWand *wand, const MagickWand *composite_wand,const CompositeOperator compose, - const long x,const long y) + const ssize_t x,const ssize_t y) MagickBooleanType MagickCompositeImageChannel(MagickWand *wand, const ChannelType channel,const MagickWand *composite_wand, - const CompositeOperator compose,const long x,const long y) + const CompositeOperator compose,const ssize_t x,const ssize_t y)

A description of each parameter follows:

@@ -1097,9 +1115,9 @@ _8c.html" target="source" name="MagickConvolveImage">MagickConvolveImage MagickBooleanType MagickConvolveImage(MagickWand *wand, - const unsigned long order,const double *kernel) + const size_t order,const double *kernel) MagickBooleanType MagickConvolveImageChannel(MagickWand *wand, - const ChannelType channel,const unsigned long order, + const ChannelType channel,const size_t order, const double *kernel) @@ -1128,8 +1146,7 @@ _8c.html" target="source" name="MagickCropImage">MagickCropImage
   MagickBooleanType MagickCropImage(MagickWand *wand,
-    const unsigned long width,const unsigned long height,const long x,
-    const long y)
+    const size_t width,const size_t height,const ssize_t x,const ssize_t y)
 

A description of each parameter follows:

@@ -1160,7 +1177,7 @@ _8c.html" target="source" name="MagickCycleColormapImage">MagickCycleColormapIma
   MagickBooleanType MagickCycleColormapImage(MagickWand *wand,
-    const long displace)
+    const ssize_t displace)
 

A description of each parameter follows:

@@ -1184,7 +1201,7 @@ _8c.html" target="source" name="MagickConstituteImage">MagickConstituteImage
   MagickBooleanType MagickConstituteImage(MagickWand *wand,
-    const unsigned long columns,const unsigned long rows,const char *map,
+    const size_t columns,const size_t rows,const char *map,
     const StorageType storage,void *pixels)
 
@@ -1364,7 +1381,7 @@ _8c.html" target="source" name="MagickDistortImage">MagickDistortImage
   MagickBooleanType MagickDistortImage(MagickWand *wand,
-    const DistortImageMethod method,const unsigned long number_arguments,
+    const DistortImageMethod method,const size_t number_arguments,
     const double *arguments,const MagickBooleanType bestfit)
 
@@ -1562,7 +1579,7 @@ _8c.html" target="source" name="MagickEvaluateImage">MagickEvaluateImageMagickExportImagePixels
-

MagickExportImagePixels() extracts pixel data from an image and returns it to you. The method returns MagickTrue on success otherwise MagickFalse if an error is encountered. The data is returned as char, short int, int, long, float, or double in the order specified by map.

+

MagickExportImagePixels() extracts pixel data from an image and returns it to you. The method returns MagickTrue on success otherwise MagickFalse if an error is encountered. The data is returned as char, short int, int, ssize_t, float, or double in the order specified by map.

Suppose you want to extract the first scanline of a 640x480 image as character data in red-green-blue order:

@@ -1574,8 +1591,8 @@ _8c.html" target="source" name="MagickExportImagePixels">MagickExportImagePixels
   MagickBooleanType MagickExportImagePixels(MagickWand *wand,
-    const long x,const long y,const unsigned long columns,
-    const unsigned long rows,const char *map,const StorageType storage,
+    const ssize_t x,const ssize_t y,const size_t columns,
+    const size_t rows,const char *map,const StorageType storage,
     void *pixels)
 
@@ -1607,8 +1624,8 @@ _8c.html" target="source" name="MagickExtentImage">MagickExtentImage
   MagickBooleanType MagickExtentImage(MagickWand *wand,
-    const unsigned long width,const unsigned long height,const long x,
-    const long y)
+    const size_t width,const size_t height,const ssize_t x,
+    const ssize_t y)
 

A description of each parameter follows:

@@ -1685,7 +1702,7 @@ _8c.html" target="source" name="MagickFloodfillPaintImage">MagickFloodfillPaintI
   MagickBooleanType MagickFloodfillPaintImage(MagickWand *wand,
     const ChannelType channel,const PixelWand *fill,const double fuzz,
-    const PixelWand *bordercolor,const long x,const long y,
+    const PixelWand *bordercolor,const ssize_t x,const ssize_t y,
     const MagickBooleanType invert)
 
@@ -1763,9 +1780,9 @@ _8c.html" target="source" name="MagickFrameImage">MagickFrameImage
   MagickBooleanType MagickFrameImage(MagickWand *wand,
-    const PixelWand *matte_color,const unsigned long width,
-    const unsigned long height,const long inner_bevel,
-    const long outer_bevel)
+    const PixelWand *matte_color,const size_t width,
+    const size_t height,const ssize_t inner_bevel,
+    const ssize_t outer_bevel)
 

A description of each parameter follows:

@@ -1799,11 +1816,11 @@ _8c.html" target="source" name="MagickFunctionImage">MagickFunctionImage MagickBooleanType MagickFunctionImage(MagickWand *wand, - const MagickFunction function,const unsigned long number_arguments, + const MagickFunction function,const size_t number_arguments, const double *arguments) MagickBooleanType MagickFunctionImageChannel(MagickWand *wand, const ChannelType channel,const MagickFunction function, - const unsigned long number_arguments,const double *arguments) + const size_t number_arguments,const double *arguments)

A description of each parameter follows:

@@ -1935,7 +1952,7 @@ _8c.html" target="source" name="MagickGetImageAlphaChannel">MagickGetImageAlphaC

The format of the MagickGetImageAlphaChannel method is:

-  unsigned long MagickGetImageAlphaChannel(MagickWand *wand)
+  size_t MagickGetImageAlphaChannel(MagickWand *wand)
 

A description of each parameter follows:

@@ -2086,7 +2103,7 @@ _8c.html" target="source" name="MagickGetImageChannelDepth">MagickGetImageChanne

The format of the MagickGetImageChannelDepth method is:

-  unsigned long MagickGetImageChannelDepth(MagickWand *wand,
+  size_t MagickGetImageChannelDepth(MagickWand *wand,
     const ChannelType channel)
 
@@ -2175,7 +2192,7 @@ _8c.html" target="source" name="MagickGetImageChannelFeatures">MagickGetImageCha
   ChannelFeatures *MagickGetImageChannelFeatures(MagickWand *wand,
-    const unsigned long distance)
+    const size_t distance)
 

A description of each parameter follows:

@@ -2306,7 +2323,7 @@ _8c.html" target="source" name="MagickGetImageColormapColor">MagickGetImageColor
   MagickBooleanType MagickGetImageColormapColor(MagickWand *wand,
-    const unsigned long index,PixelWand *color)
+    const size_t index,PixelWand *color)
 

A description of each parameter follows:

@@ -2330,7 +2347,7 @@ _8c.html" target="source" name="MagickGetImageColors">MagickGetImageColorsThe format of the MagickGetImageColors method is:

-  unsigned long MagickGetImageColors(MagickWand *wand)
+  size_t MagickGetImageColors(MagickWand *wand)
 

A description of each parameter follows:

@@ -2402,7 +2419,7 @@ _8c.html" target="source" name="MagickGetImageCompression">MagickGetImageCompres

The format of the MagickGetImageCompression method is:

-  unsigned long MagickGetImageCompression(MagickWand *wand)
+  size_t MagickGetImageCompression(MagickWand *wand)
 

A description of each parameter follows:

@@ -2420,7 +2437,7 @@ _8c.html" target="source" name="MagickGetImageDelay">MagickGetImageDelayThe format of the MagickGetImageDelay method is:

-  unsigned long MagickGetImageDelay(MagickWand *wand)
+  size_t MagickGetImageDelay(MagickWand *wand)
 

A description of each parameter follows:

@@ -2438,7 +2455,7 @@ _8c.html" target="source" name="MagickGetImageDepth">MagickGetImageDepthThe format of the MagickGetImageDepth method is:

-  unsigned long MagickGetImageDepth(MagickWand *wand)
+  size_t MagickGetImageDepth(MagickWand *wand)
 

A description of each parameter follows:

@@ -2521,7 +2538,7 @@ _8c.html" target="source" name="MagickGetImageFormat">MagickGetImageFormatThe format of the MagickGetImageFormat method is:

-  const char MagickGetImageFormat(MagickWand *wand)
+  const char *MagickGetImageFormat(MagickWand *wand)
 

A description of each parameter follows:

@@ -2618,7 +2635,7 @@ _8c.html" target="source" name="MagickGetImageHeight">MagickGetImageHeightThe format of the MagickGetImageHeight method is:

-  unsigned long MagickGetImageHeight(MagickWand *wand)
+  size_t MagickGetImageHeight(MagickWand *wand)
 

A description of each parameter follows:

@@ -2637,7 +2654,7 @@ _8c.html" target="source" name="MagickGetImageHistogram">MagickGetImageHistogram
   PixelWand **MagickGetImageHistogram(MagickWand *wand,
-    unsigned long *number_colors)
+    size_t *number_colors)
 

A description of each parameter follows:

@@ -2694,7 +2711,7 @@ _8c.html" target="source" name="MagickGetImageIterations">MagickGetImageIteratio

The format of the MagickGetImageIterations method is:

-  unsigned long MagickGetImageIterations(MagickWand *wand)
+  size_t MagickGetImageIterations(MagickWand *wand)
 

A description of each parameter follows:

@@ -2775,7 +2792,7 @@ _8c.html" target="source" name="MagickGetImagePage">MagickGetImagePage
   MagickBooleanType MagickGetImagePage(MagickWand *wand,
-    unsigned long *width,unsigned long *height,long *x,long *y)
+    size_t *width,size_t *height,ssize_t *x,ssize_t *y)
 

A description of each parameter follows:

@@ -2806,7 +2823,7 @@ _8c.html" target="source" name="MagickGetImagePixelColor">MagickGetImagePixelCol
   MagickBooleanType MagickGetImagePixelColor(MagickWand *wand,
-    const long x,const long y,PixelWand *color)
+    const ssize_t x,const ssize_t y,PixelWand *color)
 

A description of each parameter follows:

@@ -2856,8 +2873,8 @@ _8c.html" target="source" name="MagickGetImageRegion">MagickGetImageRegion MagickWand *MagickGetImageRegion(MagickWand *wand, - const unsigned long width,const unsigned long height,const long x, - const long y) + const size_t width,const size_t height,const ssize_t x, + const ssize_t y)

A description of each parameter follows:

@@ -2930,7 +2947,7 @@ _8c.html" target="source" name="MagickGetImageScene">MagickGetImageSceneThe format of the MagickGetImageScene method is:

-  unsigned long MagickGetImageScene(MagickWand *wand)
+  size_t MagickGetImageScene(MagickWand *wand)
 

A description of each parameter follows:

@@ -2966,7 +2983,7 @@ _8c.html" target="source" name="MagickGetImageTicksPerSecond">MagickGetImageTick

The format of the MagickGetImageTicksPerSecond method is:

-  unsigned long MagickGetImageTicksPerSecond(MagickWand *wand)
+  size_t MagickGetImageTicksPerSecond(MagickWand *wand)
 

A description of each parameter follows:

@@ -3071,7 +3088,7 @@ _8c.html" target="source" name="MagickGetImageWidth">MagickGetImageWidthThe format of the MagickGetImageWidth method is:

-  unsigned long MagickGetImageWidth(MagickWand *wand)
+  size_t MagickGetImageWidth(MagickWand *wand)
 

A description of each parameter follows:

@@ -3089,7 +3106,7 @@ _8c.html" target="source" name="MagickGetNumberImages">MagickGetNumberImages

The format of the MagickGetNumberImages method is:

-  unsigned long MagickGetNumberImages(MagickWand *wand)
+  size_t MagickGetNumberImages(MagickWand *wand)
 

A description of each parameter follows:

@@ -3220,7 +3237,7 @@ _8c.html" target="source" name="MagickImplodeImage">MagickImplodeImage _8c.html" target="source" name="MagickImportImagePixels">MagickImportImagePixels
-

MagickImportImagePixels() accepts pixel datand stores it in the image at the location you specify. The method returns MagickFalse on success otherwise MagickTrue if an error is encountered. The pixel data can be either char, short int, int, long, float, or double in the order specified by map.

+

MagickImportImagePixels() accepts pixel datand stores it in the image at the location you specify. The method returns MagickFalse on success otherwise MagickTrue if an error is encountered. The pixel data can be either char, short int, int, ssize_t, float, or double in the order specified by map.

Suppose your want to upload the first scanline of a 640x480 image from character data in red-green-blue order:

@@ -3232,8 +3249,8 @@ _8c.html" target="source" name="MagickImportImagePixels">MagickImportImagePixels
   MagickBooleanType MagickImportImagePixels(MagickWand *wand,
-    const long x,const long y,const unsigned long columns,
-    const unsigned long rows,const char *map,const StorageType storage,
+    const ssize_t x,const ssize_t y,const size_t columns,
+    const size_t rows,const char *map,const StorageType storage,
     const void *pixels)
 
@@ -3369,7 +3386,7 @@ _8c.html" target="source" name="MagickLiquidRescaleImage">MagickLiquidRescaleIma

MagickLiquidRescaleImage() rescales image with seam carving.

-

MagickBooleanType MagickLiquidRescaleImage(MagickWand *wand, const unsigned long columns,const unsigned long rows, const double delta_x,const double rigidity)

+

MagickBooleanType MagickLiquidRescaleImage(MagickWand *wand, const size_t columns,const size_t rows, const double delta_x,const double rigidity)

A description of each parameter follows:

@@ -3553,7 +3570,7 @@ _8c.html" target="source" name="MagickMorphImages">MagickMorphImages
   MagickWand *MagickMorphImages(MagickWand *wand,
-    const unsigned long number_frames)
+    const size_t number_frames)
 

A description of each parameter follows:

@@ -3575,9 +3592,9 @@ _8c.html" target="source" name="MagickMorphologyImage">MagickMorphologyImage
   MagickBooleanType MagickMorphologyImage(MagickWand *wand,
-    MorphologyMethod method,const long iterations,KernelInfo *kernel)
+    MorphologyMethod method,const ssize_t iterations,KernelInfo *kernel)
   MagickBooleanType MagickMorphologyImageChannel(MagickWand *wand,
-    ChannelType channel,MorphologyMethod method,const long iterations,
+    ChannelType channel,MorphologyMethod method,const ssize_t iterations,
     KernelInfo *kernel)
 
@@ -3672,7 +3689,7 @@ _8c.html" target="source" name="MagickNewImage">MagickNewImage
   MagickBooleanType MagickNewImage(MagickWand *wand,
-    const unsigned long columns,const unsigned long rows,
+    const size_t columns,const size_t rows,
     const PixelWand *background)
 
@@ -4012,8 +4029,8 @@ _8c.html" target="source" name="MagickQuantizeImage">MagickQuantizeImage MagickBooleanType MagickQuantizeImage(MagickWand *wand, - const unsigned long number_colors,const ColorspaceType colorspace, - const unsigned long treedepth,const MagickBooleanType dither, + const size_t number_colors,const ColorspaceType colorspace, + const size_t treedepth,const MagickBooleanType dither, const MagickBooleanType measure_error) @@ -4048,8 +4065,8 @@ _8c.html" target="source" name="MagickQuantizeImages">MagickQuantizeImages MagickBooleanType MagickQuantizeImages(MagickWand *wand, - const unsigned long number_colors,const ColorspaceType colorspace, - const unsigned long treedepth,const MagickBooleanType dither, + const size_t number_colors,const ColorspaceType colorspace, + const size_t treedepth,const MagickBooleanType dither, const MagickBooleanType measure_error) @@ -4111,8 +4128,8 @@ _8c.html" target="source" name="MagickRaiseImage">MagickRaiseImage
   MagickBooleanType MagickRaiseImage(MagickWand *wand,
-    const unsigned long width,const unsigned long height,const long x,
-    const long y,const MagickBooleanType raise)
+    const size_t width,const size_t height,const ssize_t x,
+    const ssize_t y,const MagickBooleanType raise)
 

A description of each parameter follows:

@@ -4367,7 +4384,7 @@ _8c.html" target="source" name="MagickResizeImage">MagickResizeImage
   MagickBooleanType MagickResizeImage(MagickWand *wand,
-    const unsigned long columns,const unsigned long rows,
+    const size_t columns,const size_t rows,
     const FilterTypes filter,const double blur)
 
@@ -4398,8 +4415,8 @@ _8c.html" target="source" name="MagickRollImage">MagickRollImage

The format of the MagickRollImage method is:

-  MagickBooleanType MagickRollImage(MagickWand *wand,const long x,
-    const unsigned long y)
+  MagickBooleanType MagickRollImage(MagickWand *wand,const ssize_t x,
+    const size_t y)
 

A description of each parameter follows:

@@ -4451,7 +4468,7 @@ _8c.html" target="source" name="MagickSampleImage">MagickSampleImage
   MagickBooleanType MagickSampleImage(MagickWand *wand,
-    const unsigned long columns,const unsigned long rows)
+    const size_t columns,const size_t rows)
 

A description of each parameter follows:

@@ -4477,7 +4494,7 @@ _8c.html" target="source" name="MagickScaleImage">MagickScaleImage
   MagickBooleanType MagickScaleImage(MagickWand *wand,
-    const unsigned long columns,const unsigned long rows)
+    const size_t columns,const size_t rows)
 

A description of each parameter follows:

@@ -4748,7 +4765,7 @@ _8c.html" target="source" name="MagickSetImageChannelDepth">MagickSetImageChanne
   MagickBooleanType MagickSetImageChannelDepth(MagickWand *wand,
-    const ChannelType channel,const unsigned long depth)
+    const ChannelType channel,const size_t depth)
 

A description of each parameter follows:

@@ -4817,7 +4834,7 @@ _8c.html" target="source" name="MagickSetImageColormapColor">MagickSetImageColor
   MagickBooleanType MagickSetImageColormapColor(MagickWand *wand,
-    const unsigned long index,const PixelWand *color)
+    const size_t index,const PixelWand *color)
 

A description of each parameter follows:

@@ -4908,7 +4925,7 @@ _8c.html" target="source" name="MagickSetImageCompressionQuality">MagickSetImage
   MagickBooleanType MagickSetImageCompressionQuality(MagickWand *wand,
-    const unsigned long quality)
+    const size_t quality)
 

A description of each parameter follows:

@@ -4930,7 +4947,7 @@ _8c.html" target="source" name="MagickSetImageDelay">MagickSetImageDelay MagickBooleanType MagickSetImageDelay(MagickWand *wand, - const unsigned long delay) + const size_t delay)

A description of each parameter follows:

@@ -4952,7 +4969,7 @@ _8c.html" target="source" name="MagickSetImageDepth">MagickSetImageDepth MagickBooleanType MagickSetImageDepth(MagickWand *wand, - const unsigned long depth) + const size_t depth)

A description of each parameter follows:

@@ -4996,7 +5013,7 @@ _8c.html" target="source" name="MagickSetImageExtent">MagickSetImageExtent MagickBooleanType MagickSetImageExtent(MagickWand *wand, - const unsigned long columns,const unsigned rows) + const size_t columns,const unsigned rows)

A description of each parameter follows:

@@ -5201,7 +5218,7 @@ _8c.html" target="source" name="MagickSetImageIterations">MagickSetImageIteratio
   MagickBooleanType MagickSetImageIterations(MagickWand *wand,
-    const unsigned long iterations)
+    const size_t iterations)
 

A description of each parameter follows:

@@ -5311,8 +5328,8 @@ _8c.html" target="source" name="MagickSetImagePage">MagickSetImagePage
   MagickBooleanType MagickSetImagePage(MagickWand *wand,
-    const unsigned long width,const unsigned long height,const long x,
-    const long y)
+    const size_t width,const size_t height,const ssize_t x,
+    const ssize_t y)
 

A description of each parameter follows:

@@ -5448,7 +5465,7 @@ _8c.html" target="source" name="MagickSetImageScene">MagickSetImageScene MagickBooleanType MagickSetImageScene(MagickWand *wand, - const unsigned long scene) + const size_t scene)

A description of each parameter follows:

@@ -5470,7 +5487,7 @@ _8c.html" target="source" name="MagickSetImageTicksPerSecond">MagickSetImageTick
   MagickBooleanType MagickSetImageTicksPerSecond(MagickWand *wand,
-    const long ticks_per-second)
+    const ssize_t ticks_per-second)
 

A description of each parameter follows:

@@ -5609,7 +5626,7 @@ _8c.html" target="source" name="MagickShadowImage">MagickShadowImage
   MagickBooleanType MagickShadowImage(MagickWand *wand,
-    const double opacity,const double sigma,const long x,const long y)
+    const double opacity,const double sigma,const ssize_t x,const ssize_t y)
 

A description of each parameter follows:

@@ -5670,7 +5687,7 @@ _8c.html" target="source" name="MagickShaveImage">MagickShaveImage
   MagickBooleanType MagickShaveImage(MagickWand *wand,
-    const unsigned long columns,const unsigned long rows)
+    const size_t columns,const size_t rows)
 

A description of each parameter follows:

@@ -5742,10 +5759,10 @@ _8c.html" target="source" name="MagickSigmoidalContrastImage">MagickSigmoidalCon

    Increase or decrease image contrast.

alpha
-

    control the "shoulder" of the contast curve.

+

    strength of the contrast, the larger the number the more 'threshold-like' it becomes.

beta
-

    control the "toe" of the contast curve.

+

    midpoint of the function as a color value 0 to QuantumRange.

MagickSparseColorImage MagickBooleanType MagickSparseColorImage(MagickWand *wand, const ChannelType channel,const SparseColorMethod method, - const unsigned long number_arguments,const double *arguments) + const size_t number_arguments,const double *arguments)

A description of each parameter follows:

@@ -5873,8 +5890,8 @@ _8c.html" target="source" name="MagickSpliceImage">MagickSpliceImage

   MagickBooleanType MagickSpliceImage(MagickWand *wand,
-    const unsigned long width,const unsigned long height,const long x,
-    const long y)
+    const size_t width,const size_t height,const ssize_t x,
+    const ssize_t y)
 

A description of each parameter follows:

@@ -5926,7 +5943,7 @@ _8c.html" target="source" name="MagickSteganoImage">MagickSteganoImage
   MagickWand *MagickSteganoImage(MagickWand *wand,
-    const MagickWand *watermark_wand,const long offset)
+    const MagickWand *watermark_wand,const ssize_t offset)
 

A description of each parameter follows:

@@ -6061,7 +6078,7 @@ _8c.html" target="source" name="MagickThumbnailImage">MagickThumbnailImage MagickBooleanType MagickThumbnailImage(MagickWand *wand, - const unsigned long columns,const unsigned long rows) + const size_t columns,const size_t rows)

A description of each parameter follows:

@@ -6303,8 +6320,8 @@ _8c.html" target="source" name="MagickVignetteImage">MagickVignetteImage MagickBooleanType MagickVignetteImage(MagickWand *wand, - const double black_point,const double white_point,const long x, - const long y) + const double black_point,const double white_point,const ssize_t x, + const ssize_t y)

A description of each parameter follows:

@@ -6460,10 +6477,10 @@ _8c.html" target="source" name="MagickWriteImagesFile">MagickWriteImagesFile
@@ -6472,5 +6489,16 @@ _8c.html" target="source" name="MagickWriteImagesFile">MagickWriteImagesFile Contact the Wizards
+