Switch to 200 DPI and JPEG as defaults for image output
This commit is contained in:
parent
1881a56e28
commit
b6cf75b197
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user