David Byttow
David Byttow
From @thomasritz In #56 @toaster added access loading options, but they are not included anymore in the code. It looks like they are still supported by libvips. What do you...
In the original version of libvips, the operations were mostly all code-generated by querying libvips library. It seems like we could do this again to stay in sync with libvips,...
Perhaps I'm missing something, but I noticed binding annotations (including @Named) don't work on providers. For example: ``` public class TestModule extends AbstractModule { @Override protected void configure() {} @Provides...