Lines Matching refs:STL

6   * Add support for the strip() and stripImage() STL methods.
12 * Patch for compile problem in mapImages of the STL header.
63 * lib/Magick++/STL.h (colorHistogram): If map key is not const,
73 * lib/Magick++/STL.h (colorHistogram): Added new template function
75 Verified to work when using STL <vector> and <map> as the target
80 provided in order to reliably sort color objects in STL
158 * lib/Magick++/STL.h (coderInfoList): Use GetMagickInfoArray to
163 * lib/Magick++/STL.h (affineTransformImage): Add function object
198 * lib/Magick++/STL.h (coalesceImages): Replaced implementation
238 * lib/Magick++/STL.h (writeImages): Should have been invoking
269 * lib/Magick++/STL.h (coderInfoList): Intentionally ignore missing
337 * lib/STL.cpp: Moved function object implementations from STL.h to
338 STL.cpp.
448 * lib/Magick++/STL.h (endianImage): New class to specify the
477 * lib/Magick++/STL.h (coderInfoList): Finally wrote some
623 * lib/Magick++/STL.h (coderInfoList): Fixed compilation problem
643 * lib/Magick++/STL.h (coderInfoList): New function to support
654 * lib/Magick++/STL.h (opacityImage): New unary function object to
660 * lib/Magick++/STL.h (typeImage): New unary function object to set
730 * lib/Magick++/STL.h (flattenImages): New function to flatten a
745 * lib/Magick++/STL.h (medianFilterImage): Changed argument from
754 * lib/Magick++/STL.h (edgeImage): Change argument from unsigned int to double.
760 * lib/Magick++/STL.h (shaveImage): New function to shave edges from image.
824 * lib/Magick++/STL.h (deconstructImages): New STL function for
826 (mosaicImages): New STL function for inlaying an image list to
842 * lib/Magick++/STL.h (annotateImage): Brought into sync with
979 inherit from DrawableBase but are passed into STL lists and Image
1035 from and STL pair based implementation to a simple class. Maybe
1046 * lib/Magick++/STL.h (blurImage, charcoalImage, embossImage,
1127 * lib/Magick++/STL.h (Magick):
1131 * lib/Magick++/STL.h (blurImage,charcoalImage,edgeImage,embossImage,
1158 * lib/Magick++/STL.h (gaussianBlurImage): New function object to
1214 * lib/Magick++/STL.h: Bug-fix. Re-number scenes from zero when linking
1347 * lib/Magick++/STL.h (Magick): Added STL function readImages().
1349 (Magick): Added STL function writeImages(). Not tested yet.
1442 to invoke transformColorSpace on STL container object.