@Override public DataFetcher<InputStream> getResourceFetcher(byte[] model, int width, int height) { return new ByteArrayFetcher(model); }