Switch to 200 DPI and JPEG as defaults for image output

This commit is contained in:
Adam Goldsmith 2021-09-16 16:04:58 -04:00
parent 1881a56e28
commit b6cf75b197
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ importClass(java.io.FileWriter);
importPackage(arkham.project);
// The resolution (in pixels per inch) of the exported images
const RESOLUTION = 300;
const RESOLUTION = 200;
// The extension of the image file format to use, e.g., png, jpg
const FORMAT = ImageUtils.FORMAT_PNG;
const FORMAT = ImageUtils.FORMAT_JPEG;
// TODO: should be defined in strange eons somewhere
const pack_code = "kyo_player";