Table of Contents

ZLIB image support

Name

  IMAGE_ZLIB

Header file

Configured via config/general.h.

Examples

Enable support for ZLIB images

  #define IMAGE_ZLIB               /* ZLIB images */
  

Enable support for ZLIB images and archive image management commands

  #define IMAGE_ZLIB               /* ZLIB image support */
  #define IMAGE_ARCHIVE_CMD        /* Archive image management commands */

Description

This build option enables support for ZLIB compressed images.

See also

Notes

You can create a ZLIB compressed image using the openssl zlib command.