Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_pdf_image_t Struct Reference

#include <pdf.h>

+ Collaboration diagram for dt_pdf_image_t:

Data Fields

int object_id
 
int name_id
 
size_t size
 
size_t width
 
size_t height
 
float bb_x
 
float bb_y
 
float bb_width
 
float bb_height
 
gboolean rotate_to_fit
 
gboolean outline_mode
 
gboolean show_bb
 

Field Documentation

◆ bb_height

float dt_pdf_image_t::bb_height

◆ bb_width

float dt_pdf_image_t::bb_width

◆ bb_x

float dt_pdf_image_t::bb_x

◆ bb_y

float dt_pdf_image_t::bb_y

◆ height

size_t dt_pdf_image_t::height

◆ name_id

int dt_pdf_image_t::name_id

◆ object_id

int dt_pdf_image_t::object_id

◆ outline_mode

gboolean dt_pdf_image_t::outline_mode

Referenced by dt_pdf_add_image(), and write_image().

◆ rotate_to_fit

gboolean dt_pdf_image_t::rotate_to_fit

Referenced by dt_pdf_add_page(), and write_image().

◆ show_bb

gboolean dt_pdf_image_t::show_bb

Referenced by write_image().

◆ size

size_t dt_pdf_image_t::size

Referenced by dt_pdf_add_image().

◆ width

size_t dt_pdf_image_t::width

The documentation for this struct was generated from the following file: