mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 14:07:01 -04:00
misc: export images at 400% scale instead of 100%
This commit is contained in:
@@ -230,7 +230,7 @@ help:
|
|||||||
Note: You must restart MSE for the changes to take effect.
|
Note: You must restart MSE for the changes to take effect.
|
||||||
zoom export:
|
zoom export:
|
||||||
(When off, the cards are exported
|
(When off, the cards are exported
|
||||||
and copied at 100% size and normal rotation)
|
and copied at 400% size and normal rotation)
|
||||||
|
|
||||||
# apprentice export
|
# apprentice export
|
||||||
set code: A set code is a two character code that is used by Apprentice to refer to a set.
|
set code: A set code is a two character code that is used by Apprentice to refer to a set.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ public:
|
|||||||
Rotation getRotation() const override;
|
Rotation getRotation() const override;
|
||||||
private:
|
private:
|
||||||
bool use_zoom_settings;
|
bool use_zoom_settings;
|
||||||
double zoom = 1.0;
|
double zoom = 4.0;
|
||||||
double angle = 0.0;
|
double angle = 0.0;
|
||||||
};
|
};
|
||||||
Rotation UnzoomedDataViewer::getRotation() const {
|
Rotation UnzoomedDataViewer::getRotation() const {
|
||||||
|
|||||||
Reference in New Issue
Block a user