mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
add bleed edge option, get_card_export_settings function
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
Function: get_card_export_settings
|
||||
|
||||
--Usage--
|
||||
> get_card_export_settings(card)
|
||||
|
||||
Get the zoom, angle and bleed with which a card is to be exported, as specified by the user in the preferences menu.
|
||||
|
||||
Returns and array whose first element is the zoom percentage, the second is the angle in degrees, and the third is the bleed edge size in pixels.
|
||||
|
||||
--Parameters--
|
||||
! Parameter Type Description
|
||||
| @input@ [[type:card]] The card you want to retrieve the export settings from.
|
||||
| @set@ [[type:set]] The set the card belongs to. This can be omited since "set" is a predefined variable.
|
||||
Reference in New Issue
Block a user