Changeset 542
- Timestamp:
- 11/06/09 07:22:25 (2 weeks ago)
- Location:
- ImageMagick/trunk
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
wand/animate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/ChangeLog
r534 r542 1 2009-11-06 6.5.7-6 Cristy <quetzlzacatenango@image...> 2 * Animate command line options are no longer ignored. 3 1 4 2009-11-04 6.5.7-5 Anthony Thyssen <A.Thyssen@griffith...> 2 5 * Bug Fix for Polynomial distortion. which is now working. -
ImageMagick/trunk/wand/animate.c
r464 r542 1423 1423 FireImageStack(MagickFalse,MagickTrue,MagickTrue); 1424 1424 } 1425 i--; 1425 1426 if (k != 0) 1426 1427 ThrowAnimateException(OptionError,"UnbalancedParenthesis",argv[i]);
