Lines Matching full:images
13 It has a deep assignment operator and copy constructor. Images are used
16 (which images provide).
18 In the most general form images are N-dimensional and satisfy the following
42 Two-dimensional images have additional requirements:
61 GIL images have views that model ``ImageViewConcept`` and operate on pixels.
71 Images, unlike locators and image views, don't have 'mutable' set of concepts
72 because immutable images are not very useful.
97 constructing images that are word-aligned or 8-byte aligned. The alignment is
100 1D-traversable images, because ``image_view::x_iterator`` can be used to
102 Note that when alignment is 0, packed images are aligned to the bit - i.e.
103 there are no padding bits at the end of rows of packed images.