2018-12-02 7.0.8-16 Cristy <quetzlzacatenango@image...>
* Support -clahe clip limit with percentages (e.g. -clahe 50x50%+128+3).
-
2018-12-10 7.0.8-16 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-16, GIT revision 15109:9a9af88de:20181210.
const DrawInfo *draw_info,const PrimitiveInfo *primitive_info)
{
#define CheckPathExtent(pad) \
- if ((q+(pad)) >= (ssize_t) max_strokes) \
+ if ((ssize_t) (q+(pad)) >= (ssize_t) max_strokes) \
{ \
if (~max_strokes < (pad)) \
{ \
if (count == 0)
break;
buffer[count]='\0';
- if ((count+offset+MagickPathExtent) >= (ssize_t) extent)
+ if ((ssize_t) (count+offset+MagickPathExtent) >= (ssize_t) extent)
{
extent<<=1;
comments=(char *) ResizeQuantumMemory(comments,extent+