You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currenty jimp native is only tested through comparing the output of any given image operation to the upstream library. Some things that could be done to improve the stability of this library:
Test JS glue code
Unit test C++ implementations using a C++ test runner
Test asyncified versions of calls better as some have extra logic to deal with running async that currently goes untested
The text was updated successfully, but these errors were encountered:
Currenty jimp native is only tested through comparing the output of any given image operation to the upstream library. Some things that could be done to improve the stability of this library:
The text was updated successfully, but these errors were encountered: