annoyed that #gnome #snapshot on #postmarketos #linuxmobile displays and takes pictures with the wrong zooming/sacaling factor on #op6 or #pocof1 ?
here is the fix (you need to compile snapshot yourself):
in aperture/src/utils.rs
change on line 35:
const MAX_HEIGHT: i32 = 1080;
to
const MAX_HEIGHT: i32 = 4032;
build with ninja and snapshot is finally working as expected
image1: without fix
image2: with fix applied
**edit:**
the value might be 3840 and not 4032