2019-10-06 7.0.8-69 Cristy <quetzlzacatenango@image...>
* Fixed numerous issues posted to GitHub (reference
https://github.com/ImageMagick/ImageMagick/issues).
+ * Support trim:background-color define for -trim option.
2019-10-05 7.0.8-68 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-68, GIT revision 16184:b75b0e5:20191005.
CacheView
*edge_view;
+ const char
+ *artifact;
+
double
factor;
}
}
GetPixelInfoPixel(image,p,&background);
+ artifact=GetImageArtifact(image,"trim:background-color");
+ if (artifact != (const char *) NULL)
+ (void) QueryColorCompliance(artifact,AllCompliance,&background,exception);
edge_geometry.width=width;
edge_geometry.height=height;
edge_geometry.x=x_offset;