PocketVJ aka magdesign<p>annoyed that <a href="https://fosstodon.org/tags/gnome" class="mention hashtag" rel="tag">#<span>gnome</span></a> <a href="https://fosstodon.org/tags/snapshot" class="mention hashtag" rel="tag">#<span>snapshot</span></a> on <a href="https://fosstodon.org/tags/postmarketos" class="mention hashtag" rel="tag">#<span>postmarketos</span></a> <a href="https://fosstodon.org/tags/linuxmobile" class="mention hashtag" rel="tag">#<span>linuxmobile</span></a> displays and takes pictures with the wrong zooming/sacaling factor on <a href="https://fosstodon.org/tags/op6" class="mention hashtag" rel="tag">#<span>op6</span></a> or <a href="https://fosstodon.org/tags/pocof1" class="mention hashtag" rel="tag">#<span>pocof1</span></a> ?</p><p>here is the fix (you need to compile snapshot yourself):</p><p>in aperture/src/utils.rs<br />change on line 35:<br />const MAX_HEIGHT: i32 = 1080;<br />to<br />const MAX_HEIGHT: i32 = 4032;<br />build with ninja and snapshot is finally working as expected 🤓</p><p>image1: without fix<br />image2: with fix applied</p><p><span class="h-card" translate="no"><a href="https://fosstodon.org/@linmob" class="u-url mention">@<span>linmob</span></a></span></p><p>**edit:**<br />the value might be 3840 and not 4032</p>