/external/ImageMagick/Magick++/tests/ |
montageImages.cpp | 40 vector<Image> montage; local 43 // Default montage 44 montageImages( &montage, imageList.begin(), imageList.end(), montageOpts ); 48 if ( montage[0].montageGeometry() != targetGeometry ) 52 << " Montage geometry (" 53 << string(montage[0].montageGeometry()) 61 if ( montage[0].columns() != 768 || montage[0].rows() != 504 ) 65 << " Montage columns/rows (" 66 << montage[0].columns() << "x [all...] |
/external/ImageMagick/Magick++/lib/ |
Montage.cpp | 5 // Implementation of Montage 15 #include "Magick++/Montage.h" 18 Magick::Montage::Montage(void) 36 Magick::Montage::~Montage(void) 40 void Magick::Montage::backgroundColor(const Magick::Color &backgroundColor_) 45 Magick::Color Magick::Montage::backgroundColor(void) const 50 void Magick::Montage::fileName(const std::string &fileName_) 55 std::string Magick::Montage::fileName(void) cons [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Montage.h | 5 // Definition of Montage class used to specify montage options. 17 // Basic (Un-framed) Montage 21 class MagickPPExport Montage 25 Montage(void); 26 virtual ~Montage(void); 56 // Thumbnail label (applied to image prior to montage) 80 // Montage title 114 // Montage With Frames (Extends Basic Montage) [all...] |
/external/ImageMagick/ |
common.shi.in | 13 MONTAGE="@abs_top_builddir@/utilities/magick montage"
|
Make.com | 146 $if ((p1 .nes. "") .and. (p1 .nes. "MONTAGE")) then goto SkipMontage 147 $write sys$output "Making Montage..." 148 $call Make montage.c 150 $link'link_options' montage.obj, - 154 $montage:==$'f$environment("default")'montage 155 $write sys$output "..symbol MONTAGE defined."
|
/external/ImageMagick/PerlMagick/t/ |
montage.t | 16 # Test montage method. 28 # 1) Test montage defaults (except no label that requires an exact font) 116 # 11) Test Framed Montage 130 # 12) Test Framed Montage with drop-shadows 141 # 13) Test Framed Montage with drop-shadows and background texture 150 # 14) Test Un-bordered, Un-framed Montage 161 # 15) Test Bordered, Un-framed Montage (mode=>'Unframe') 172 # 16) Test Bordered, Un-framed Montage (mode=>'UnFrame') 183 # 17) Test Un-bordered, Un-framed Montage with 16x1 tile 194 # 18) Test concatenated thumbnail Montage (concatenated via special Concatenate mode [all...] |
subroutines.pl | 955 # Usage: testMontage( input image attributes, montage options, expected REF_8 1023 # Do montage 1024 #print "Montage Options: $montageOptions\n"; 1025 print("\$montage=\$images->Montage( $montageOptions )\n"); 1026 eval "\$montage=\$images->Montage( $montageOptions ) ;"; 1033 if( ! ref($montage) ) { 1037 # $montage->Display(); 1038 $signature=$montage->GetAttribute('signature') [all...] |
/external/ImageMagick/MagickCore/ |
montage.c | 65 #include "MagickCore/montage.h" 89 % CloneMontageInfo() makes a copy of the given montage info structure. If 102 % o montage_info: the montage info. 330 #define MontageImageTag "Montage/Image" 350 *montage, 570 montage=AcquireImage(clone_info,exception); 571 montage->background_color=montage_info->background_color; 572 montage->scene=0; 624 Initialize montage image. 626 (void) CopyMagickString(montage->filename,montage_info->filename 345 *montage, local [all...] |
Make.com | 77 $call Make montage.c 139 $ copy montage.c montage-wand.c 140 $ call make montage-wand.c 153 locale, log, magic, magick, matrix, memory, mime, module, monitor, montage, - 162 display-wand,identify-wand,montage-wand,magick-wand,wand,magick-image
|
montage.h | 16 MagickCore montage methods.
|
/external/ImageMagick/www/Magick++/ |
Montage.html | 6 <title>Magick++ API: Montage</title> 11 <h1 align="center">Magick::Montage Class</h1> 12 <p>A montage is a single image which is composed of thumbnail images composed in a uniform grid. The size of the montage image is determined by the size of the individual thumbnails and the number of rows and columns in the grid.</p> 13 <p>The following illustration shows a montage consisting of three columns and two rows of thumbnails rendered on a gray background:</p> 14 <p class="image"><img src="montage-sample-framed.jpg" name="Graphic1" align="bottom" width="378" height="238" border="0"></p> 15 <p>Montages may be either "plain" (undecorated thumbnails) or "framed" (decorated thumbnails). In order to more easily understand the options supplied to <a href="STL.html#montageImages"><i>MontageImages()</i></a>, montage options are supplied by two different classes: <a href="Montage.html#Magick::Montage"><i>Magick::Montage</i></a> and <a href="Montage.html#Magick::MontageFramed"><i>Magick::MontageFramed</i></a>.</p [all...] |
Documentation.html | 16 <p>The image class uses a number of supportive classes in order to specify arguments. Colors are specified via the <a href="Color.html">Color</a> class. Colors specified in X11-style string form are implicitly converted to the Color class. Geometry arguments (those specifying width, height, and/or x and y offset) are specified via the <a href="Geometry.html">Geometry</a> class. Similar to the Color class, geometries specified as an X11-style string are implicitly converted to the Geometry class. Two dimensional drawable objects are specified via the <a href="Drawable.html">Drawable</a> class. Drawable objects may be provided as a single object or as a list of objects to be rendered using the current image options. Montage options (a montage is a rendered grid of thumbnails in one image) are specified via the <a href="Montage.html">Montage</a> class.</p> 49 <tr><td><a class="reference external" href="Montage.html">Montage</a></td> 50 <td>Montage options for montageImages().</td>
|
/external/ImageMagick/MagickWand/ |
montage.h | 16 MagickWand montage command-line method.
|
stream.h | 16 MagickWand montage command-line method.
|
Android.mk | 38 montage.c \
|
/external/ImageMagick/tests/ |
validate-montage.tap | 23 ${VALIDATE} -validate montage && echo "ok" || echo "not ok"
|
/external/ImageMagick/utilities/ |
montage.1 | 1 .TH montage 1 "Date: 2009/01/10 01:00:00" "ImageMagick" 3 montage \- create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more. 10 For more information about the montage command, point your browser to file:///usr/local/share/doc/ImageMagick-7/www/montage.html or http://www.imagemagick.org/script/montage.php. 78 \-title string decorate the montage image with a title
|
montage.1.in | 1 .TH montage 1 "Date: 2009/01/10 01:00:00" "ImageMagick" 3 montage \- create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more. 10 For more information about the montage command, point your browser to file://@DOCUMENTATION_PATH@/www/montage.html or http://www.imagemagick.org/script/montage.php. 78 \-title string decorate the montage image with a title
|
Makefile.am | 41 utilities/montage.1 \ 57 utilities/montage.1.in \ 68 MAGICK_UTILITIES=animate compare composite conjure convert display identify import magick-script mogrify montage stream
|
/external/ImageMagick/Magick++/demo/ |
demo.cpp | 37 list<Image> montage; local 465 // Create image montage. 467 cout << "Montage images..." << endl; 484 montageImages( &montage, images.begin(), images.end(), montageOpts ); 487 Image& montage_image = montage.front(); 494 // Composite logo into montage image 499 for_each( montage.begin(), montage.end(), depthImage(8) ); 500 for_each( montage.begin(), montage.end(), alphaImage( false ) ) [all...] |
/external/ImageMagick/www/api/ |
montage.php | 55 <p class="text-center"><a href="montage.php#CloneMontageInfo">CloneMontageInfo</a> • <a href="montage.php#DestroyMontageInfo">DestroyMontageInfo</a> • <a href="montage.php#GetMontageInfo">GetMontageInfo</a> • <a href="montage.php#MontageImageList">MontageImageList</a></p> 59 <p>CloneMontageInfo() makes a copy of the given montage info structure. If NULL is specified, a new image info structure is created initialized to default values.</p> 80 <dd>the montage info. </dd> 178 <p><a href="montage.php#">Back to top</a> ?
|
/external/ImageMagick/Magick++/ |
Android.mk | 35 lib/Montage.cpp\
|
/external/ImageMagick/ImageMagick/script/ |
montage.html | 9 <title>ImageMagick: Command-line Tools: Montage</title> 15 <meta name="keywords" content="command-line, tools:, montage, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/> 55 <p class="text-center"><a href="montage.php#usage">Example Usage</a> ? <a href="montage.php#options">Option Summary</a></p> 57 <p class="lead magick-description">Use the <code>montage</code> program to create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more. See <a href="command-line-processing.php">Command Line Processing</a> for advice on how to structure your <code>montage</code> command or see below for example usages of the command.</p> 61 <p>We list a few examples of the <code>montage</code> command here to illustrate its usefulness and ease of use. To get started, let's montage two images into a single composite:</p> 64 montage -background '#336699' -geometry +4+4 rose.jpg red-ball.png montage.jp [all...] |
/external/ImageMagick/www/ |
montage.html | 8 <title>ImageMagick: Command-line Tools: Montage</title> 17 <meta name="keywords" content="command-line, tools:, montage, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/> 59 <p class="text-center"><a href="montage.html#usage">Example Usage</a> ? <a href="montage.html#options">Option Summary</a></p> 61 <p class="lead magick-description">Use the <code>montage</code> program to create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>montage</code> command or see below for example usages of the command.</p> 65 <p>We list a few examples of the <code>montage</code> command here to illustrate its usefulness and ease of use. To get started, let's montage two images into a single composite:</p> 68 montage -background '#336699' -geometry +4+4 rose.jpg red-ball.png montage.jp [all...] |
/external/ImageMagick/www/source/ |
examples.pl | 443 # Create image montage. 445 print "Montage...\n"; 446 $montage=$images->Montage(geometry=>'128x160+8+4>',gravity=>'Center', 454 $montage->Composite(image=>$logo,gravity=>'North'); 457 $montage->Set(matte=>'false'); 458 $montage->Write('demo.jpg'); 460 $montage->Write('win:');
|