String toBlurhash(int xComponents, int yComponents) { final ptr = blurHashForImage(_inst, xComponents, yComponents); try { return ptr.toDartString(); } finally { malloc.free(ptr); } }