X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=www%2Fapi%2Fmagick-property.html;h=edbf3c5a77537d8a7b1e245ae9cd42329ec984c3;hb=05f0f2168e99e73ba2c3bff1acff6337b1612d0f;hp=29dc2bd14a0fce53a17a55301b824046f61f3288;hpb=ced48ba144462d17f8efe7e2764d844275b81dd2;p=imagemagick diff --git a/www/api/magick-property.html b/www/api/magick-property.html index 29dc2bd14..edbf3c5a7 100644 --- a/www/api/magick-property.html +++ b/www/api/magick-property.html @@ -1,21 +1,18 @@ - + - - - - - - ImageMagick: MagickWand, C API for ImageMagick: Property Methods + + + ImageMagick: MagickWand, C API for ImageMagick: Property Methods + + + - @@ -24,6 +21,12 @@ + + + + @@ -42,115 +45,121 @@ style="width: 114px; height: 118px; border: 0px; float: right;" /> -
+
+
- -
- +
+ +
@@ -304,7 +313,7 @@ _8c.html" target="source" name="MagickGetCompressionQuality">MagickGetCompressio

The format of the MagickGetCompressionQuality method is:

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

A description of each parameter follows:

@@ -442,7 +451,7 @@ _8c.html" target="source" name="MagickGetImageArtifacts">MagickGetImageArtifacts
   char *MagickGetImageArtifacts(MagickWand *wand,
-    const char *pattern,unsigned long *number_artifacts)
+    const char *pattern,size_t *number_artifacts)
 

A description of each parameter follows:

@@ -492,7 +501,7 @@ _8c.html" target="source" name="MagickGetImageProfiles">MagickGetImageProfiles char *MagickGetImageProfiles(MagickWand *wand, - unsigned long *number_profiles) + size_t *number_profiles)

A description of each parameter follows:

@@ -538,7 +547,7 @@ _8c.html" target="source" name="MagickGetImageProperties">MagickGetImageProperti
   char *MagickGetImageProperties(MagickWand *wand,
-    const char *pattern,unsigned long *number_properties)
+    const char *pattern,size_t *number_properties)
 

A description of each parameter follows:

@@ -619,7 +628,7 @@ _8c.html" target="source" name="MagickGetOptions">MagickGetOptions

The format of the MagickGetOptions method is:

-  char *MagickGetOptions(MagickWand *wand,unsigned long *number_options)
+  char *MagickGetOptions(MagickWand *wand,size_t *number_options)
 

A description of each parameter follows:

@@ -676,7 +685,7 @@ _8c.html" target="source" name="MagickGetPage">MagickGetPage
   MagickBooleanType MagickGetPage(const 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:

@@ -724,7 +733,7 @@ _8c.html" target="source" name="MagickGetQuantumDepth">MagickGetQuantumDepth

The format of the MagickGetQuantumDepth method is:

-  const char *MagickGetQuantumDepth(unsigned long *depth)
+  const char *MagickGetQuantumDepth(size_t *depth)
 

A description of each parameter follows:

@@ -742,7 +751,7 @@ _8c.html" target="source" name="MagickGetQuantumRange">MagickGetQuantumRange

The format of the MagickGetQuantumRange method is:

-  const char *MagickGetQuantumRange(unsigned long *range)
+  const char *MagickGetQuantumRange(size_t *range)
 

A description of each parameter follows:

@@ -810,7 +819,7 @@ _8c.html" target="source" name="MagickGetSamplingFactors">MagickGetSamplingFacto
   double *MagickGetSamplingFactor(MagickWand *wand,
-    unsigned long *number_factors)
+    size_t *number_factors)
 

A description of each parameter follows:

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

A description of each parameter follows:

@@ -857,7 +866,7 @@ _8c.html" target="source" name="MagickGetSizeOffset">MagickGetSizeOffset MagickBooleanType MagickGetSizeOffset(const MagickWand *wand, - long *offset) + ssize_t *offset)

A description of each parameter follows:

@@ -896,7 +905,7 @@ _8c.html" target="source" name="MagickGetVersion">MagickGetVersion

The format of the MagickGetVersion method is:

-  const char *MagickGetVersion(unsigned long *version)
+  const char *MagickGetVersion(size_t *version)
 

A description of each parameter follows:

@@ -1056,7 +1065,7 @@ _8c.html" target="source" name="MagickSetCompressionQuality">MagickSetCompressio
   MagickBooleanType MagickSetCompressionQuality(MagickWand *wand,
-    const unsigned long quality)
+    const size_t quality)
 

A description of each parameter follows:

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

A description of each parameter follows:

@@ -1377,8 +1386,8 @@ _8c.html" target="source" name="MagickSetPage">MagickSetPage
   MagickBooleanType MagickSetPage(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:

@@ -1532,7 +1541,7 @@ _8c.html" target="source" name="MagickSetSamplingFactors">MagickSetSamplingFacto
   MagickBooleanType MagickSetSamplingFactors(MagickWand *wand,
-    const unsigned long number_factors,const double *sampling_factors)
+    const size_t number_factors,const double *sampling_factors)
 

A description of each parameter follows:

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

A description of each parameter follows:

@@ -1582,8 +1591,8 @@ _8c.html" target="source" name="MagickSetSizeOffset">MagickSetSizeOffset MagickBooleanType MagickSetSizeOffset(MagickWand *wand, - const unsigned long columns,const unsigned long rows, - const long offset) + const size_t columns,const size_t rows, + const ssize_t offset)

A description of each parameter follows:

@@ -1627,11 +1636,10 @@ _8c.html" target="source" name="MagickSetType">MagickSetType
@@ -1640,5 +1648,16 @@ _8c.html" target="source" name="MagickSetType">MagickSetType Contact the Wizards
+