save_png ======== Saves the given range of cards to a PNG Options ------- range default ``:all`` the range of cards over which this will be rendered. See {file:README.md#Specifying_Ranges Specifying Ranges} dir default: ``'_output'`` the directory for the output to be sent to. Will be created if it doesn't exist. prefix default ``'card_'`` the prefix of the file name to be printed. count_format default: ``'%02d'`` the format string used for formatting the card count (e.g. padding zeros). Uses a Ruby format string (see the Ruby doc for ``Kernel::sprintf`` for specifics) rotate default: ``false`` If ``true``, the saved cards will be rotated 90 degrees clockwise. Or, rotate by the number of radians. Intended to rendering landscape instead of portrait. Possible values: ``true``, ``false``, ``:clockwise``, ``:counterclockwise`` trim default: ``0`` the space around the edge of each card to trim (e.g. to cut off the bleed margin for print-and-play). Supports :doc:`/units`. trim_radius default: ``0`` the rounded rectangle radius around the card to trim before saving. Examples --------