Changeset 7202
- Timestamp:
- 03/21/12 23:53:05 (14 months ago)
- Location:
- ImageMagick/trunk
- Files:
-
- 2 edited
-
MagickCore/option.c (modified) (1 diff)
-
MagickWand/operation.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/MagickCore/option.c
r7200 r7202 253 253 { "+cdl", 1L, DeprecateOptionFlag, MagickTrue }, 254 254 { "-cdl", 1L, SimpleOperatorOptionFlag, MagickFalse }, 255 { "+channel", 0L, ImageInfoOptionFlag | SimpleOperatorOptionFlag, MagickFalse },256 { "-channel", 1L, ImageInfoOptionFlag | SimpleOperatorOptionFlag, MagickFalse },255 { "+channel", 0L, ImageInfoOptionFlag, MagickFalse }, 256 { "-channel", 1L, ImageInfoOptionFlag, MagickFalse }, 257 257 { "-channel-fx", 1L, ListOperatorOptionFlag | FireOptionFlag, MagickFalse }, 258 258 { "+charcoal", 0L, DeprecateOptionFlag, MagickTrue }, -
ImageMagick/trunk/MagickWand/operation.c
r7201 r7202 1911 1911 (void) ColorDecisionListImage(_image,color_correction_collection, 1912 1912 _exception); 1913 break;1914 }1915 if (LocaleCompare("channel",option+1) == 0)1916 {1917 /* The "channel" setting has already been set1918 FUTURE: This probably should be part of SyncImageSettings().1919 How is it applied to new images?1920 SetPixelChannelMapMask(_image,_image_info->channel);1921 */1922 1913 break; 1923 1914 }
Note: See TracChangeset
for help on using the changeset viewer.
