|
mupdf
|
#include "mupdf/pdf/document.h"

Go to the source code of this file.
Classes | |
| struct | pdf_image_rewriter_options |
Enumerations | |
| enum | { FZ_SUBSAMPLE_AVERAGE , FZ_SUBSAMPLE_BICUBIC } |
| enum | { FZ_RECOMPRESS_NEVER , FZ_RECOMPRESS_SAME , FZ_RECOMPRESS_LOSSLESS , FZ_RECOMPRESS_JPEG , FZ_RECOMPRESS_J2K , FZ_RECOMPRESS_FAX } |
| enum | { FZ_RECOMPRESS_WHEN_SMALLER , FZ_RECOMPRESS_WHEN_ALWAYS } |
Functions | |
| void | pdf_rewrite_images (fz_context *ctx, pdf_document *doc, pdf_image_rewriter_options *opts) |
| anonymous enum |
| void pdf_rewrite_images | ( | fz_context * | ctx, |
| pdf_document * | doc, | ||
| pdf_image_rewriter_options * | opts ) |