Improve thread/buffer shutdown using new vips_thread_shutdown method - closes #5

This commit is contained in:
Lovell Fuller
2014-01-15 21:35:44 +00:00
parent f7b8ce1287
commit 7e8af63129
3 changed files with 10 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ var outputJpgLength = 47035;
var inputPng = __dirname + "/50020484-00001.png"; // http://c.searspartsdirect.com/lis_png/PLDM/50020484-00001.png
var outputPng = __dirname + "/output.png";
var outputPngLength = 60379;
var outputPngLength = 60380;
var width = 640;
var height = 480;