| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1 | /* |
| cristy | 7e41fe8 | 2010-12-04 23:12:08 +0000 | [diff] [blame] | 2 | Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 3 | dedicated to making software imaging solutions freely available. |
| 4 | |
| 5 | You may not use this file except in compliance with the License. |
| 6 | obtain a copy of the License at |
| 7 | |
| 8 | http://www.imagemagick.org/script/license.php |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | |
| 16 | MagickCore image composite methods. |
| 17 | */ |
| 18 | #ifndef _MAGICKCORE_COMPOSITE_H |
| 19 | #define _MAGICKCORE_COMPOSITE_H |
| 20 | |
| 21 | #if defined(__cplusplus) || defined(c_plusplus) |
| 22 | extern "C" { |
| 23 | #endif |
| 24 | |
| 25 | typedef enum |
| 26 | { |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 27 | AtopCompositeOp, |
| 28 | BlendCompositeOp, |
| cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 29 | BlurCompositeOp, |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 30 | BumpmapCompositeOp, |
| 31 | ChangeMaskCompositeOp, |
| 32 | ClearCompositeOp, |
| 33 | ColorBurnCompositeOp, |
| 34 | ColorDodgeCompositeOp, |
| 35 | ColorizeCompositeOp, |
| 36 | CopyBlackCompositeOp, |
| 37 | CopyBlueCompositeOp, |
| 38 | CopyCompositeOp, |
| 39 | CopyCyanCompositeOp, |
| 40 | CopyGreenCompositeOp, |
| 41 | CopyMagentaCompositeOp, |
| 42 | CopyOpacityCompositeOp, |
| 43 | CopyRedCompositeOp, |
| 44 | CopyYellowCompositeOp, |
| 45 | DarkenCompositeOp, |
| cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 46 | DarkenIntensityCompositeOp, |
| 47 | DifferenceCompositeOp, |
| 48 | DisplaceCompositeOp, |
| 49 | DissolveCompositeOp, |
| 50 | DistortCompositeOp, |
| 51 | DivideDstCompositeOp, |
| 52 | DivideSrcCompositeOp, |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 53 | DstAtopCompositeOp, |
| 54 | DstCompositeOp, |
| 55 | DstInCompositeOp, |
| 56 | DstOutCompositeOp, |
| 57 | DstOverCompositeOp, |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 58 | ExclusionCompositeOp, |
| 59 | HardLightCompositeOp, |
| 60 | HueCompositeOp, |
| 61 | InCompositeOp, |
| 62 | LightenCompositeOp, |
| cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 63 | LightenIntensityCompositeOp, |
| 64 | LinearBurnCompositeOp, |
| 65 | LinearDodgeCompositeOp, |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 66 | LinearLightCompositeOp, |
| 67 | LuminizeCompositeOp, |
| cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 68 | MathematicsCompositeOp, |
| anthony | 7c9eaf7 | 2011-03-18 10:35:12 +0000 | [diff] [blame] | 69 | MinusDstCompositeOp, |
| cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 70 | MinusSrcCompositeOp, |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 71 | ModulateCompositeOp, |
| cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 72 | ModulusAddCompositeOp, |
| 73 | ModulusSubtractCompositeOp, |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 74 | MultiplyCompositeOp, |
| cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 75 | NoCompositeOp, |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 76 | OutCompositeOp, |
| 77 | OverCompositeOp, |
| 78 | OverlayCompositeOp, |
| cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 79 | PegtopLightCompositeOp, |
| 80 | PinLightCompositeOp, |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 81 | PlusCompositeOp, |
| 82 | ReplaceCompositeOp, |
| 83 | SaturateCompositeOp, |
| 84 | ScreenCompositeOp, |
| 85 | SoftLightCompositeOp, |
| 86 | SrcAtopCompositeOp, |
| 87 | SrcCompositeOp, |
| 88 | SrcInCompositeOp, |
| 89 | SrcOutCompositeOp, |
| 90 | SrcOverCompositeOp, |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 91 | ThresholdCompositeOp, |
| cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 92 | UndefinedCompositeOp, |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 93 | VividLightCompositeOp, |
| cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 94 | XorCompositeOp |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 95 | } CompositeOperator; |
| 96 | |
| 97 | extern MagickExport MagickBooleanType |
| cristy | bb50337 | 2010-05-27 20:51:26 +0000 | [diff] [blame] | 98 | CompositeImage(Image *,const CompositeOperator,const Image *,const ssize_t, |
| cristy | e941a75 | 2011-10-15 01:52:48 +0000 | [diff] [blame] | 99 | const ssize_t,ExceptionInfo *), |
| 100 | TextureImage(Image *,const Image *,ExceptionInfo *); |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 101 | |
| 102 | #if defined(__cplusplus) || defined(c_plusplus) |
| 103 | } |
| 104 | #endif |
| 105 | |
| 106 | #endif |