Honza M
Honza M
For me, the directory ```(mountpoint)/mnt/user/10/primary``` actually works fine. It's the directory 10 which doesn't: it doesn't show any content, but ```cd primary``` works, just like you report for ```/mnt/user/0```. However,...
And `adb shell pm list users` reports? My point was that you may need to solve the problem on lineageOS side and not in adbfs. I don't have any experience...
Can I +1 both of those?
Seems that it will be more and more important. Any progress on this?
Would mentioning we are evaluating switch to https://github.com/libvips/ruby-vips make more or less likely this ticket would be worked on?
Good. We are still evaluating (or rather, the project was interrupted by something else).
... oh. Because that function is only available in newer versions of library. Still, maybe with some detection?
I actually think that the copy_from is unnecessary, that you can just replace the image pointer ... I mean, ``` TrueColor.allocate.init_with_image(img.image_ptr) ``` like it's used in to_indexed_color. But seems that...
Well, I'm doing both based on existence of gdImagePaletteToTrueColor. Don't want to risk I have old library hanging somewhere - note that the initialization code prefers oldest library it can...
I mean, both "init_with_image" version and "copy_from(self, 0, 0, 0, 0, *sz, *sz)" version. I'll skip the version with unnecessary copy_from.