2016-12-07 7.0.3-10 Cristy <quetzlzacatenango@image...>
* Set colorspace to sRGB if -append has non-homogenous colorspaces (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29105).
+ * Respect connected-components:area-threshold define (reference
+ https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31006).
2016-12-05 7.0.3-9 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.3-9, GIT revision 19139:6fed3f1:20161205.
if (status == MagickFalse)
continue;
- if ((double) object[i].area >= area_threshold)
+ if ((double) object[i].area > area_threshold)
continue;
for (j=0; j < (ssize_t) component_image->colors; j++)
object[j].census=0;
if (status == MagickFalse)
break;
- if (object[i].area < MagickEpsilon)
+ if (object[i].area <= area_threshold)
continue;
GetColorTuple(&object[i].color,MagickFalse,mean_color);
(void) fprintf(stdout,