Expose runtime format availability

Aids addition of new format/method combos

Dogfood this in the test code
This commit is contained in:
Lovell Fuller
2015-02-26 19:41:33 +00:00
parent 1565522ecc
commit c7ccf6801d
7 changed files with 174 additions and 43 deletions

View File

@@ -7,5 +7,6 @@ NAN_METHOD(cache);
NAN_METHOD(concurrency);
NAN_METHOD(counters);
NAN_METHOD(libvipsVersion);
NAN_METHOD(format);
#endif // SRC_UTILITIES_H_