Lines Matching full:added

4   * Added adaptiveThreshold() method.
5 * Added colorMapSize() method.
6 * Added DrawablePushClipPath, DrawablePopClipPath, and DrawableClipPath.
14 * Added the Image textEncoding() method and an encoding option to
16 * Added the Image compare() method to support comparing two similar
23 * Added a profile() method to Image to support adding, removing,
32 * Added DrawableTextUnderColor class to set text underbox color.
52 * Added endian method to Image, and endianImage class to STL.h in
74 * Added Drawable objects (DrawablePushPattern & DrawablePopPattern)
76 * Added Image strokePattern() and fillPattern() methods for specifying
91 * Added support for obtaining pixel indexes.
95 * Added Image boundingBox() method to return smallest bounding box
107 * Added Image 'opacity' method (and STL opacityImage()) to set, or
110 * Added Image 'type' method (and STL typeImage()) to set image
124 * Added clipMask method to add a clip mask to the current
128 * Documented methods which were added previously, but left
145 * Added shave method for shaving edges from image (a form of crop).
157 * Added fillRule method to Image class.
161 * Added 'fill' and 'stroke' methods to Montage class.
162 * Added 'erase' and 'strokeAntiAlias' methods to Image class.
168 * Added convolve and unsharpmask methods to Image.
169 * Added deconstructImages and mosaicImages template functions.
174 * Added support for a SVG-style dash array and dash offset
176 * Added support for setting the shape to be used at the end of open
178 * Added support for setting the shape to be used at the corners of
180 * Added support for setting extension limit for miter joins.
227 * Added gaussianBlurImage() method.
237 * Added methods getPixels, setPixels, syncPixels, readPixels, and
244 * Added additional constructors, read, and write methods for BLOBs
246 * Added the medianFilter() method to Image.
247 * Renamed transformColorSpace() to colorSpace() and added a
263 * The cacheThreshold method is added to set the threshold of
307 * Added Blob class to support supplying formatted binary data to methods.
308 * Added support for setting ICC and IPTC profiles from a binary BLOB.
309 * Added support for transformations of image data to/from alternate
311 * Added support for 'pinging' an image (get image dimensions/size quickly).
312 * Added 'uncondense' method to de-compress in-memory image data.
313 * Added support for annotation using rotated text.
316 * Added support for setting alpha in Magick::Color
324 * Added animateImages() and displayImages() to MagickSTL.h.
325 * Added function objects to support setting image attributes.
339 * Added STL function object support for all Image manipulation
344 * Added Coordinate class and methods in Drawable to support x,y
348 * Added STL list based draw method to Image.
354 * Added support for flood-filling and drawing with texture.