Export Symbols as PNG Script (with resolution)
I'm trying to find a way to export a number of symbols as separate PNGs, at 300 dpi quality.
So far I've found a number of scripts that come close, but typically, they all export at 72 dpi and the options of those methods don't support resolution.
ExportType.PNG24 does support horizontalScale and verticalScale, and setting these to 400 is close, but not the same thing and just causes workflow bottlenecks in another place.
I've seen some scripts use imageCapture which does have an option for setting resolution, but these seem to also require getting the rectSize of the artwork to export. The rect size should be of that of the symbol, and I'm not sure how to pass that info.
I saw one script that used the artboard size, and as the symbols will never have their own artboard, that's just not going to work.
Any ideas?
