HomeSort by relevance Sort by last modified time
    Searched refs:montage (Results 1 - 25 of 26) sorted by null

1 2

  /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/tests/
validate-montage.tap 23 ${VALIDATE} -validate montage && echo "ok" || echo "not ok"
  /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...]
Android.mk 38 montage.c\
image.h 204 *montage, member in struct:_Image
407 *texture, /* montage/display background tile */
identify.c 78 #include "MagickCore/montage.h"
    [all...]
image.c 899 if (image->montage != (char *) NULL)
900 (void) CloneString(&clone_image->montage,image->montage);
    [all...]
effect.c 71 #include "MagickCore/montage.h"
    [all...]
property.c 69 #include "MagickCore/montage.h"
164 image->montage=(char *) NULL;
    [all...]
display.c 75 #include "MagickCore/montage.h"
    [all...]
  /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/PerlMagick/demo/
compose-specials.pl 244 my $montage=$results->Montage(
250 $montage->Write('show:');
251 $montage->Write('compose_specials.jpg');
demo.pl 491 # Create image montage.
493 print "Montage...\n";
494 $montage=$images->Montage(geometry=>'128x160+8+4>',gravity=>'Center',
501 $montage->Composite(image=>$logo,gravity=>'North');
504 $montage->Set(matte=>'false');
505 $montage->Write('demo.jpg');
507 $montage->Write('win:');
  /external/ImageMagick/MagickWand/
Android.mk 38 montage.c \
display.c 563 if (nexus->montage != (char *) NULL)
566 User selected a visual directory image (montage).
    [all...]
  /external/ImageMagick/coders/
html.c 14 % Image Montage & Directory Information. %
335 if (image->montage != (char *) NULL)
336 (void) ParseAbsoluteGeometry(image->montage,&geometry);
411 if (image->montage != (char *) NULL)
412 (void) ParseAbsoluteGeometry(image->montage,&geometry);
mpc.c 555 if (LocaleCompare(keyword,"montage") == 0)
557 (void) CloneString(&image->montage,options);
777 if (image->montage != (char *) NULL)
    [all...]
miff.c 843 if (LocaleCompare(keyword,"montage") == 0)
845 (void) CloneString(&image->montage,options);
    [all...]
json.c     [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:');
  /external/ImageMagick/PerlMagick/t/
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/www/api/
montage.php 55 <p class="text-center"><a href="montage.php#CloneMontageInfo">CloneMontageInfo</a> &bull; <a href="montage.php#DestroyMontageInfo">DestroyMontageInfo</a> &bull; <a href="montage.php#GetMontageInfo">GetMontageInfo</a> &bull; <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/
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/Magick++/lib/
Image.cpp 1197 if (constImage()->montage)
1198 return Magick::Geometry(constImage()->montage);
1202 "Image does not contain a montage");
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]

Completed in 411 milliseconds

1 2