HomeSort by relevance Sort by last modified time
    Searched refs:image (Results 151 - 175 of 3785) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ImageMagick/PerlMagick/demo/
steganography.pl 3 use Image::Magick;
6 # Hide an image within an image
8 $watermark=Image::Magick->new;
12 # Hide image in image.
14 $image=Image::Magick->new;
15 $image->ReadImage('model.gif');
16 $image->SteganoImage(image=>$watermark,offset=>91)
    [all...]
composite.pl 3 use Image::Magick;
9 $image = Image::Magick->new();
10 $smile = Image::Magick->new();
20 $thumbnail=Image::Magick->new(size=>"600x600",pointsize=>24,font=>$font,
27 $thumbnail->Composite(image=>$smile,gravity=>"NorthWest",x=>$x,y=>$y,
29 $thumbnail->Composite(image=>$smile,gravity=>"North",y=>$y,rotate=>$angle);
30 $thumbnail->Composite(image=>$smile,gravity=>"NorthEast",x=>$x,y=>$y,
32 $thumbnail->Composite(image=>$smile,gravity=>"West",x=>$x,rotate=>$angle);
33 $thumbnail->Composite(image=>$smile,gravity=>"Center",rotate=>$angle)
    [all...]
  /external/elfutils/libelf/
elf_memory.c 41 elf_memory (char *image, size_t size)
43 if (image == NULL)
49 return __libelf_read_mmaped_file (-1, image, 0, size, ELF_C_READ, NULL);
  /external/pdfium/core/fxcodec/jbig2/
JBig2_SymbolDict.cpp 19 for (const auto& image : m_SDEXSYMS) {
20 dst->m_SDEXSYMS.push_back(image ? pdfium::MakeUnique<CJBig2_Image>(*image)
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
UIImage+ARDUtilities.m 16 UIImage *image = [UIImage imageNamed:name];
17 if (!image) {
20 UIGraphicsBeginImageContextWithOptions(image.size, NO, 0.0f);
22 CGRect bounds = CGRectMake(0, 0, image.size.width, image.size.height);
24 [image drawInRect:bounds blendMode:kCGBlendModeDestinationIn alpha:1.0f];
  /frameworks/av/media/ndk/include/media/
NdkImage.h 50 * AImage is an opaque type that provides access to image generated by {@link AImageReader}.
76 * of the alpha channel bits are ignored (image is assumed to be opaque).
190 * 16 bits per pixel raw camera sensor image format, usually representing a single-channel
191 * Bayer-mosaic image.
194 * values of the raw pixel data, the color space of the image, and all other
195 * needed information to interpret a raw sensor image must be queried from
196 * the {@link ACameraDevice} which produced the image.</p>
201 * Private raw camera sensor image format, a single channel image with implementation depedent
204 * <p>AIMAGE_FORMAT_RAW_PRIVATE is a format for unprocessed raw image buffers coming from a
    [all...]
  /external/ImageMagick/coders/
icon.c 53 #include "MagickCore/image.h"
54 #include "MagickCore/image-private.h"
149 static Image
150 *AutoResizeImage(const Image *,const char *,MagickOffsetType *,
154 WriteICONImage(const ImageInfo *,Image *,ExceptionInfo *);
156 Image *AutoResizeImage(const Image *image,const char *option,
167 Image
191 return((Image *) NULL)
250 *image; local
    [all...]
sgi.c 13 % Read/Write Irix RGB Image Format %
55 #include "MagickCore/image.h"
56 #include "MagickCore/image-private.h"
108 WriteSGIImage(const ImageInfo *,Image *,ExceptionInfo *);
120 % IsSGI() returns MagickTrue if the image format type, identified by the
129 % o magick: compare image format pattern against these bytes.
155 % ReadSGIImage() reads a SGI RGB image file and returns it. It
156 % allocates the memory necessary for the new Image structure and returns a
157 % pointer to the new image.
161 % Image *ReadSGIImage(const ImageInfo *image_info,ExceptionInfo *exception
259 *image; local
    [all...]
dpx.c 13 % Read/Write SMTPE DPX Image Format %
53 #include "MagickCore/image.h"
54 #include "MagickCore/image-private.h"
317 image;
337 WriteDPXImage(const ImageInfo *,Image *,ExceptionInfo *);
351 % IsDPX() returns MagickTrue if the image format type, identified by the
360 % o magick: compare image format pattern against these bytes.
388 % ReadDPXImage() reads an DPX X image file and returns it. It
389 % allocates the memory necessary for the new Image structure and returns a
390 % pointer to the new image
314 image; member in struct:DPXInfo
663 *image; local
    [all...]
tga.c 13 % Read/Write Truevision Targa Image Format %
56 #include "MagickCore/image.h"
57 #include "MagickCore/image-private.h"
119 WriteTGAImage(const ImageInfo *,Image *,ExceptionInfo *);
133 % ReadTGAImage() reads a Truevision TGA image file and returns it.
134 % It allocates the memory necessary for the new Image structure and returns
135 % a pointer to the new image.
139 % Image *ReadTGAImage(const ImageInfo *image_info,ExceptionInfo *exception)
143 % o image_info: the image info.
148 static Image *ReadTGAImage(const ImageInfo *image_info
149 *image; local
    [all...]
stegano.c 13 % Write A Steganographic Image. %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
76 % ReadSTEGANOImage() reads a steganographic image hidden within another
77 % image type. It allocates the memory necessary for the new Image structure
78 % and returns a pointer to the new image.
82 % Image *ReadSTEGANOImage(const ImageInfo *image_info,
87 % o image_info: the image info.
92 static Image *ReadSTEGANOImage(const ImageInfo *image_info
99 *image, local
    [all...]
dps.c 50 #include "MagickCore/image.h"
51 #include "MagickCore/image-private.h"
82 % ReadDPSImage() reads a Adobe Postscript image file and returns it. It
83 % allocates the memory necessary for the new Image structure and returns a
84 % pointer to the new image.
88 % Image *ReadDPSImage(const ImageInfo *image_info,ExceptionInfo *exception)
92 % o image_info: the image info.
97 static Image *ReadDPSImage(const ImageInfo *image_info,ExceptionInfo *exception)
108 Image
109 *image;
107 *image; local
    [all...]
xbm.c 54 #include "MagickCore/image.h"
55 #include "MagickCore/image-private.h"
73 WriteXBMImage(const ImageInfo *,Image *,ExceptionInfo *);
87 % IsXBM() returns MagickTrue if the image format type, identified by the
96 % o magick: compare image format pattern against these bytes.
122 % ReadXBMImage() reads an X11 bitmap image file and returns it. It
123 % allocates the memory necessary for the new Image structure and returns a
124 % pointer to the new image.
128 % Image *ReadXBMImage(const ImageInfo *image_info,ExceptionInfo *exception)
132 % o image_info: the image info
178 *image; local
    [all...]
pdb.c 13 % Read/Write Palm Database ImageViewer Image Format %
43 % * in writer: now using image color count instead of depth
63 #include "MagickCore/image.h"
64 #include "MagickCore/image-private.h"
143 WritePDBImage(const ImageInfo *,Image *,ExceptionInfo *);
157 % DecodeImage unpacks the packed image pixels into runlength-encoded
162 % MagickBooleanType DecodeImage(Image *image,unsigned char *pixels,
167 % o image: the address of a structure of type Image
275 *image; local
    [all...]
pcd.c 13 % Read/Write Photo CD Image Format %
58 #include "MagickCore/image.h"
59 #include "MagickCore/image-private.h"
79 WritePCDImage(const ImageInfo *,Image *,ExceptionInfo *);
98 % MagickBooleanType DecodeImage(Image *image,unsigned char *luma,
103 % o image: the address of a structure of type Image.
115 static MagickBooleanType DecodeImage(Image *image,unsigned char *luma
473 *image; local
    [all...]
raw.c 13 % Read/Write RAW Image Format %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
71 WriteRAWImage(const ImageInfo *,Image *,ExceptionInfo *);
85 % ReadRAWImage() reads an image of raw samples and returns it. It allocates
86 % the memory necessary for the new Image structure and returns a pointer to
87 % the new image.
91 % Image *ReadRAWImage(const ImageInfo *image_info,ExceptionInfo *exception)
95 % o image_info: the image info.
100 static Image *ReadRAWImage(const ImageInfo *image_info,ExceptionInfo *exception
104 *image; local
    [all...]
json.c 13 % Write Info About the Image in JSON Format. %
55 #include "MagickCore/image.h"
56 #include "MagickCore/image-private.h"
84 WriteJSONImage(const ImageInfo *,Image *,ExceptionInfo *);
98 % RegisterJSONImage() adds attributes for the JSON image format to
99 % the list of supported formats. The attributes include the image format
115 entry=AcquireMagickInfo("JSON","JSON","The image format and characteristics");
160 % WriteJSONImage writes the image attributes in the JSON format.
165 % Image *image,ExceptionInfo *exception
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilities.java 22 * The utility class for SWT Image and ImageData manipulation.
27 * Convert normal image to 9-patched.
28 * @return Returns 9-patched ImageData object. If image is null, returns null.
30 public static ImageData convertToNinePatch(ImageData image) {
31 if (image == null) {
34 ImageData result = new ImageData(image.width + 2, image.height + 2, image.depth,
35 image.palette);
37 final int[] colors = new int[image.width]
    [all...]
  /external/syslinux/gpxe/src/hci/commands/
image_cmd.c 27 #include <gpxe/image.h>
33 * Image management commands
44 * Fill in image command line
46 * @v image Image
51 static int imgfill_cmdline ( struct image *image, unsigned int nargs,
73 return image_set_cmdline ( image, buf );
92 "%s executable/loadable image\n",
99 * @v image_type Image type to assign (or NULL
113 struct image *image; local
267 struct image *image; local
330 struct image *image; local
393 struct image *image; local
467 struct image *image; local
520 struct image *image; local
    [all...]
  /external/ImageMagick/Magick++/tests/
readWriteBlob.cpp 74 Image image(srcdir + "test_image.miff");
75 signature = image.signature();
105 // If construction of image fails, an exception should be thrown
108 Image image( blob );
109 if ( image.signature() != signature )
113 << " Image signature "
114 << image.signature()
121 // Construct with image geometry and blob dat
136 Image image; local
152 Image image; local
    [all...]
  /external/tensorflow/tensorflow/contrib/image/
__init__.py 15 """Ops for image manipulation.
19 This module provides functions for image manipulation; currently, chrominance
23 ## Image Transformation `Ops`
34 ## Image Segmentation `Ops`
50 from tensorflow.contrib.image.python.ops.distort_image_ops import adjust_hsv_in_yiq
51 from tensorflow.contrib.image.python.ops.distort_image_ops import random_hsv_in_yiq
53 from tensorflow.contrib.image.python.ops.image_ops import angles_to_projective_transforms
54 from tensorflow.contrib.image.python.ops.image_ops import compose_transforms
55 from tensorflow.contrib.image.python.ops.image_ops import connected_components
56 from tensorflow.contrib.image.python.ops.image_ops import rotat
    [all...]
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 26 * This Sprite represents an animated image.
32 private final Image image; field in class:ImageSprite
41 * @param image the Image to be painted.
42 * @param x the variable x-coordinate of the upper-left corner of the image.
43 * @param y the variable y-coordinate of the upper-left corner of the image.
44 * @param scaleX the variable x-scale of the image.
45 * @param scaleY the variable y-scale of the image.
47 public ImageSprite(Image image
    [all...]
  /external/tensorflow/tensorflow/contrib/keras/api/keras/preprocessing/image/
__init__.py 15 """Keras data preprocessing utils for image data."""
21 from tensorflow.python.keras._impl.keras.preprocessing.image import apply_transform
22 from tensorflow.python.keras._impl.keras.preprocessing.image import array_to_img
23 from tensorflow.python.keras._impl.keras.preprocessing.image import DirectoryIterator
24 from tensorflow.python.keras._impl.keras.preprocessing.image import flip_axis
25 from tensorflow.python.keras._impl.keras.preprocessing.image import ImageDataGenerator
26 from tensorflow.python.keras._impl.keras.preprocessing.image import img_to_array
27 from tensorflow.python.keras._impl.keras.preprocessing.image import Iterator
28 from tensorflow.python.keras._impl.keras.preprocessing.image import load_img
29 from tensorflow.python.keras._impl.keras.preprocessing.image import NumpyArrayIterato
    [all...]
  /external/tensorflow/tensorflow/python/keras/preprocessing/image/
__init__.py 15 """Keras data preprocessing utils for image data."""
21 from tensorflow.python.keras._impl.keras.preprocessing.image import apply_transform
22 from tensorflow.python.keras._impl.keras.preprocessing.image import array_to_img
23 from tensorflow.python.keras._impl.keras.preprocessing.image import DirectoryIterator
24 from tensorflow.python.keras._impl.keras.preprocessing.image import flip_axis
25 from tensorflow.python.keras._impl.keras.preprocessing.image import ImageDataGenerator
26 from tensorflow.python.keras._impl.keras.preprocessing.image import img_to_array
27 from tensorflow.python.keras._impl.keras.preprocessing.image import Iterator
28 from tensorflow.python.keras._impl.keras.preprocessing.image import load_img
29 from tensorflow.python.keras._impl.keras.preprocessing.image import NumpyArrayIterato
    [all...]
  /external/ImageMagick/MagickCore/
enhance.c 13 % MagickCore Image Enhancement Methods %
64 #include "MagickCore/image.h"
65 #include "MagickCore/image-private.h"
98 % AutoGammaImage() extract the 'mean' from the image and adjust the image
103 % MagickBooleanType AutoGammaImage(Image *image,ExceptionInfo *exception)
107 % o image: The image to auto-level
112 MagickExport MagickBooleanType AutoGammaImage(Image *image
    [all...]

Completed in 839 milliseconds

1 2 3 4 5 67 8 91011>>