class Image
- namespace: luatex.img
😱 Types incomplete or incorrect? 🙏 Please contribute!
fields
Image.attr
the image attributes for LuaTeX
Image.bbox
table with 4 boundingbox dimensions llx
, lly
, urx
and ury
overruling the pagebox
entry
Image.colordepth
the number of bits used by the color space
Image.colorspace
the color space object number
Image.depth
the image depth for LuaTeX
Image.filename
the image file name
Image.filepath
the full (expanded) file name of the image
Image.height
the image height for LuaTeX
Image.imagetype
one of pdf
, png
, jpg
, jp2
or jbig2
Image.index
the PDF image name suffix
Image.objnum
the PDF image object number
Image.page
the identifier for the requested image page
Image.pagebox
the requested bounding box, one of none
, media
, crop
, bleed
, trim
, art
Image.pages
the total number of available pages
Image.rotation
the image rotation from included PDF file, in multiples of 90 deg.
Image.stream
the raw stream data for an /Xobject
/Form
object
Image.transform
the image transform, integer number 0..7
Image.orientation
the (jpeg) image orientation, integer number 1..8 (0 for unset)
Image.width
the image width for LuaTeX
Image.xres
the horizontal natural image resolution (in \DPI)
Image.xsize
the natural image width
Image.yres
the vertical natural image resolution (in \DPI)
Image.ysize
the natural image height
Image.visiblefilename
when set, this name will find its way in the PDF file as PTEX
specification; when an empty string is assigned nothing is written to file; otherwise the natural filename is taken
Image.userpassword
the userpassword needed for opening a PDF file
Image.ownerpassword
the ownerpassword needed for opening a PDF file
Image.keepopen
keep the PDF file open
Image.nobbox
don't add a boundingbox specification for streams
Image.nolength
don't add length key nor compress for streams
Image.nosize
don't add size fields for streams