Matthieu Nogueron

Results 12 comments of Matthieu Nogueron

Hi @brunoxd13 and thank you for the issue. I have added a new demo story for an Instagram-like pinch to zoom that you can check. This one is simply using...

@mgorabbani In order to support rotation in `PanZoom` there are some internal modifications to make. I will try to evaluate how much change it needs to work, but that's a...

@mgorabbani I have implemented a PoC in master that supports rotation. It is only available through the `rotate` function using refs and not yet available with touch control. There is...

It's suffering some heavy performance degradation that I will have to deal with before releasing a new version. So make sure you don't use the latest code on master for...

@mgorabbani I've just released `v0.2.5` that supports rotation through the `rotate` method. I am still struggling when passing from 180 to 181deg or -180 to -181deg, with some flickery transitions,...

@davwheat since now I haven't focused that much on the mobile side of this library. What you are saying is relevant and will consider including it in a new version.

I'm encountering the same issue with NEF pictures within the Memories app of Nextcloud. They are using `readImageBlob` which picks the TIFF thumbnail instead of the source file (for ref:...

@Danack Thanks for the reply, I'll look into your recommendations when I have some free time. If you want to check some example files I've sent some zipped files in...

@Danack I've quickly hacked 2 tests: 1. With your test repo creating a new standalone C file: https://github.com/mnogueron/imagemagicktest/blob/master/dngLowTIFF.c 2. With the CLI Both solutions works fine (I'm using `ImageMagick-7.1.2-3`) and...

@Danack I've been running both versions through `strace` and there is indeed something wrong in there. PHP script: ```bash ... newfstatat(AT_FDCWD, "non_working_test.DNG", {st_mode=S_IFREG|0755, st_size=21802680, ...}, AT_SYMLINK_NOFOLLOW) = 0 openat(AT_FDCWD, "non_working_test.DNG",...