Lines Matching refs:STL
2 * Add support for the strip() and stripImage() STL methods.
8 * Patch for compile problem in mapImages of the STL header.
59 * lib/Magick++/STL.h (colorHistogram): If map key is not const,
69 * lib/Magick++/STL.h (colorHistogram): Added new template function
71 Verified to work when using STL <vector> and <map> as the target
76 provided in order to reliably sort color objects in STL
154 * lib/Magick++/STL.h (coderInfoList): Use GetMagickInfoArray to
159 * lib/Magick++/STL.h (affineTransformImage): Add function object
194 * lib/Magick++/STL.h (coalesceImages): Replaced implementation
234 * lib/Magick++/STL.h (writeImages): Should have been invoking
265 * lib/Magick++/STL.h (coderInfoList): Intentionally ignore missing
333 * lib/STL.cpp: Moved function object implementations from STL.h to
334 STL.cpp.
444 * lib/Magick++/STL.h (endianImage): New class to specify the
473 * lib/Magick++/STL.h (coderInfoList): Finally wrote some
619 * lib/Magick++/STL.h (coderInfoList): Fixed compilation problem
639 * lib/Magick++/STL.h (coderInfoList): New function to support
650 * lib/Magick++/STL.h (opacityImage): New unary function object to
656 * lib/Magick++/STL.h (typeImage): New unary function object to set
726 * lib/Magick++/STL.h (flattenImages): New function to flatten a
741 * lib/Magick++/STL.h (medianFilterImage): Changed argument from
750 * lib/Magick++/STL.h (edgeImage): Change argument from unsigned int to double.
756 * lib/Magick++/STL.h (shaveImage): New function to shave edges from image.
820 * lib/Magick++/STL.h (deconstructImages): New STL function for
822 (mosaicImages): New STL function for inlaying an image list to
838 * lib/Magick++/STL.h (annotateImage): Brought into sync with
975 inherit from DrawableBase but are passed into STL lists and Image
1031 from and STL pair based implementation to a simple class. Maybe
1042 * lib/Magick++/STL.h (blurImage, charcoalImage, embossImage,
1123 * lib/Magick++/STL.h (Magick):
1127 * lib/Magick++/STL.h (blurImage,charcoalImage,edgeImage,embossImage,
1154 * lib/Magick++/STL.h (gaussianBlurImage): New function object to
1210 * lib/Magick++/STL.h: Bug-fix. Re-number scenes from zero when linking
1343 * lib/Magick++/STL.h (Magick): Added STL function readImages().
1345 (Magick): Added STL function writeImages(). Not tested yet.
1438 to invoke transformColorSpace on STL container object.