Skip to main content

Image converter for Foliant.

Project description

ImgConvert

ImgConvert is a tool to convert images from an arbitrary format into PNG.

Installation

$ pip install foliantcontrib.imgconvert

Config

To enable the preprocessor, add imgconvert to preprocessors section in the project config:

preprocessors:
    - imgconvert

The preprocessor has a number of options with the following default values:

preprocessors:
    - imgconvert:
        convert_path: convert
        cache_dir: !path .imgconvertcache
        image_width: 0
        formats: {}

convert_path : Path to convert binary. By default, it is assumed that you have this command in PATH. ImageMagick must be installed.

cache_dir : Directory to store processed images. They may be reused later.

image_width : Width of PNG images in pixels. By default (in case when the value is 0), the width of each image is set by ImageMagick automatically. Default behavior is recommended. If the width is given explicitly, file size may increase.

formats : Settings that apply to each format of source images.

The formats option may be used to define lists of targets for each format. If targets for a format are not specified explicitly, the preprocessor will be applied to all targets.

Example:

formats:
    eps:
        targets:
            - site
    svg:
        targets:
            - docx

Formats should be named in lowercase.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

foliantcontrib.imgconvert-1.0.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

foliantcontrib.imgconvert-1.0.0-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page