#include "bmepsi.h"
Defines | |
#define | B2EPS_C 1 |
Inside the b2eps.c module. | |
Functions | |
static void | kw_out (BJ *bj, size_t n) |
Write keyword to output. | |
void | bmeps_eps_bb (BJ *bj) |
Show bounding box. | |
static void | translate_and_scale_if_necessary (\BJ *bj, unsigned long w, unsigned long h,\unsigned long origw, unsigned long origh, char *buffer\) |
Translate and scale the image depending on the options. | |
static void | internal_conventional (BJ *bj) |
Run non-DCT-passthrough conversion. | |
static void | transfer_file_contents (BJ *bj, dk_stream_t *ofs) |
Transfer input file directly. | |
static void | internal_dct (BJ *bj) |
Convert to EPS, use DCT-encoded data directly. | |
static void | internal_draft (BJ *bj) |
Create EPS draft. | |
static void | run_internal (BJ *bj, int howto) |
Run conversion. | |
void | bmeps_eps_conventional (BJ *bj) |
Convert to PS/EPS, use traditional encoding (no DCT). | |
void | bmeps_eps_dct (BJ *bj) |
Convert to PS/EPS, use DCT-encoded data from JPEG file directly. | |
void | bmeps_eps_draft (BJ *bj) |
Create PS/EPS draft. | |
Variables | |
static char * | kw [] |
Keywords used in output. | |
size_t | lgt_kw = sizeof(kw)/sizeof(PCHAR) |
Number of keywords. | |
static char | sccs_id [] = { "@(#) b2eps.ctr 1.17 04/14/09" } |
SCCIS ID. |
#define B2EPS_C 1 |
Inside the b2eps.c module.
void bmeps_eps_bb | ( | BJ * | bj | ) |
Show bounding box.
bj | Bmeps job. |
void bmeps_eps_conventional | ( | BJ * | bj | ) |
Convert to PS/EPS, use traditional encoding (no DCT).
bj | Bmeps job. |
void bmeps_eps_dct | ( | BJ * | bj | ) |
Convert to PS/EPS, use DCT-encoded data from JPEG file directly.
bj | Bmeps job. |
void bmeps_eps_draft | ( | BJ * | bj | ) |
Create PS/EPS draft.
bj | Bmeps job. |
static void internal_conventional | ( | BJ * | bj | ) | [static] |
Run non-DCT-passthrough conversion.
bj | Bmeps job. |
static void internal_dct | ( | BJ * | bj | ) | [static] |
Convert to EPS, use DCT-encoded data directly.
bj | Bmeps job. |
static void internal_draft | ( | BJ * | bj | ) | [static] |
Create EPS draft.
bj | Bmeps job. |
static void kw_out | ( | BJ * | bj, | |
size_t | n | |||
) | [static] |
Write keyword to output.
bj | Bmeps job. | |
n | Index of keyword to write. |
static void run_internal | ( | BJ * | bj, | |
int | howto | |||
) | [static] |
Run conversion.
bj | Bmeps job. | |
howto | 0=normal,1=dct,2=draft. |
static void transfer_file_contents | ( | BJ * | bj, | |
dk_stream_t * | ofs | |||
) | [static] |
Transfer input file directly.
bj | Bmeps job. | |
ofs | Output filter stream. |
static void translate_and_scale_if_necessary | ( | \BJ * | bj, | |
unsigned long | w, | |||
unsigned long | h, | |||
\unsigned long | origw, | |||
unsigned long | origh, | |||
char *buffer\ | ||||
) | [static] |
Translate and scale the image depending on the options.
bj | Bmeps job. | |
w | Ignored. | |
h | Ignored. | |
origw | Ignored. | |
origh | Ignored. | |
buffer | Ignored. |