Post by impspiritguide on Jul 18, 2018 21:51:57 GMT
I've reached a point in my template where I'm considering using an export template to solve some of the annoying aspects of my template. I've begun looking at some of the mtg export templates and it's pretty much a whole new aspect to deal with. So before I dive into the deep end I'm checking to see if an export template can do what I need.
Background
My template is basically at 736x1026 pixels, due to the fact that the original cards liked to use very small fonts, for some reason in-particularly the artist credit and copyright (see 6 to 8 pt font at the 736x1026 size so when you cut it to half this is 3 to 4pt font which is pretty much illegible). Unfortunately this makes the template too large to see without reducing the view size in MSE. Because of MSE's resource usage an other aspects it also means that change elements within the full-size template can become sluggish for certain templates and options. Because of this I would like to have a "display" size that is half size and an export size that is full size.
Fortunately I have already done what is necessary in the templates to easily change the size of the elements (there is a single variable that sets the size of the displayed template at the front of the script file, if it is 2 then it displays full-size if it is 1 then half size). But this does no good without changing the starting template card width and height (which cannot be scripted). All elements reference this and take this into account (including images that are masked etc) so there isn't any functional problems with altering this variable.
What I Would Like To Do If Possible
I'd like to make an export template that resets the variable to 2, which would additionally activate certain extra card fields and deactivate others (to make the outline text look appropriate). It would then save this double size (and higher resolution, remember crap in crap out) image at the 736x1026 rather than the display size of 368x513.
Is this something the Export Templates can do or not?