You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Optional for images that use the JPXDecode filter, meaningless otherwise; A code specifying how soft-mask information encoded with image samples should be used: 0: If present, encoded soft-mask image information should be ignored. 1: The image’s data stream includes encoded soft-mask values. An application can create a soft-mask image from the information to be used as a source of mask shape or mask opacity in the transparency imaging model. 2: The image’s data stream includes color channels that have been preblended with a background; the image data also includes an opacity channel. An application can create a soft-mask image with a Matte entry from the opacity channel information to be used as a source of mask shape or mask opacity in the transparency model. If this entry has a nonzero value, SMask should not be specified
8
+
9
+
class PDF::COS::Name $.Name
10
+
---------------------------
11
+
12
+
(Required in PDF 1.0; optional otherwise) The name by which this image XObject is referenced in the XObject subdictionary of the current resource dictionary. Note: This entry is obsolescent and its use is no longer recommended.
13
+
4
14
An image dictionary—that is, the dictionary portion of a stream representing an image XObject—may contain the entries listed in Table 89 in addition to the usual entries common to all streams (see Table 5). There are many relationships among these entries, and the current colour space may limit the choices for some of them. Attempting to use an image dictionary whose entries are inconsistent with each other or with the current colour space shall cause an error. The entries described here are appropriate for a base image—one that is an [PDF::XObject::Image](https://pdf-raku.github.io/PDF-Class-raku) invoked directly with the Do operator.
5
15
6
16
Some of the entries are not applicable to images used in other ways, such as for alternate images (see 8.9.5.4, "Alternate Images"), image masks (see 8.9.6, "Masked Images"), or thumbnail images (see 12.3.4, "Thumbnail Images"). Except as noted, such irrelevant entries are simply ignored by a conforming reader
Copy file name to clipboardExpand all lines: docs/PDF/XObject/Image.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ Note that this class does the following roles:
12
12
13
13
*[PDF::Image](https://pdf-raku.github.io/PDF-Class-raku) - for low level manipulation of PDF Image objects.
14
14
15
-
*[PDF::Content](https://pdf-raku.github.io/PDF-Content-raku)::Image - for high-level image loading.
15
+
*[PDF::Content](https://pdf-raku.github.io/PDF-Content-raku/PDF/Content)::Image - for high-level image loading.
16
16
17
-
The [PDF::Content](https://pdf-raku.github.io/PDF-Content-raku)::Image role enables PDF image objects to be loaded from image files. For example.
17
+
The [PDF::Content](https://pdf-raku.github.io/PDF-Content-raku/PDF/Content)::Image role enables PDF image objects to be loaded from image files. For example.
0 commit comments