X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=www%2Fapi%2Fcolorspace.html;h=2b306287af37b5bc8b32517c7832dd4a0b873c0e;hb=b56bb24a985ca4366713bcd8ffdfacbb48a98a2f;hp=b1764f6fbeb4b72a5c0f0c0fd0460463beaa7144;hpb=3ed852eea50f9d4cd633efb8c2b054b8e33c2530;p=imagemagick diff --git a/www/api/colorspace.html b/www/api/colorspace.html index b1764f6fb..2b306287a 100644 --- a/www/api/colorspace.html +++ b/www/api/colorspace.html @@ -1,107 +1,253 @@ - - - + + - - - + + + ImageMagick: MagickCore, C API for ImageMagick: Dealing with Image Colorspaces - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - -
[ImageMagick][sponsor]
- - - - - - - - - - - -
- - -
-

TransformImageColorspace

-
- -

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

+ + + +
+
+ + +
+ + ImageMagick Logo + + ImageMagick Sprite +
+ +
+ + + +
+ Unix +
+ +
+ iOS +
+
+ Windows +
+
+ + +
+ Options +
+
+ Usage +
+ + + + + +
+ +
+ Unix +
+
+ Windows +
+ + + +
+ +
+ +
+ Links +
+
+
+ +
+ + +
+ +
+
+ +
+ +

Module colorspace Methods

+ + +

SetImageColorspace

+
+ +

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

+ +

The format of the SetImageColorspace method is:

+ +
+  MagickBooleanType SetImageColorspace(Image *image,
+    const ColorspaceType colorspace)
+
+ +

A description of each parameter follows:

+ +
image
+

the image.

+ +
colorspace
+

the colorspace.

+ +
+

TransformImageColorspace

+
+ +

TransformImageColorspace() transforms an image colorspace.

The format of the TransformImageColorspace method is:

@@ -110,35 +256,33 @@ const ColorspaceType colorspace) -

A description of each parameter follows:

+

A description of each parameter follows:

image
-

    the image.

+

the image.

colorspace
-

    the colorspace.

- -
 
- + + + + - -
+ + + +