diff --git a/strange_eons_to_arkhamdb.js b/strange_eons_to_arkhamdb.js index eb99bb2..8946fad 100644 --- a/strange_eons_to_arkhamdb.js +++ b/strange_eons_to_arkhamdb.js @@ -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";