Arch
Arch
@dstango Well, resolution / dpi is not that bad, (didn't check the exported DPI of RCU screenshots though). I'm not sure we could use any other resolution as the actual...
@catflint Hello, some people suggested that already, however I'm not sure it'll work, > I recommend just saving different versions of the file as you work on the piece and...
> this is doable without the hacks, outside of xochitl. you need something to handle shortcuts like [genie](https://rmkit.dev/apps/genie) and then execute a script that captures the fb and does the...
I knew imagemagick could do it, was not sure to find the according package. I'll try an even further trickery. I'd try to zoom x2 in the drawing and take...
So I tried with GraphicsMagick (ImageMacgick fork) from opkg. https://github.com/rien/reStream/issues/28#issuecomment-717084859 This is what I did for now. I'll still investigate as it seem to not be working yet ``` cat...
I tried the same with image magick though same issue.
From the thread and an updated version of resnap got this ``` pid=$(pidof xochitl) offset=$(grep "/dev/shm/swtfb.01" /proc/$pid/maps | awk -F '-' '{print substr($2, 0, 8)}') dd if=/proc/$pid/mem bs=1 count=2628288 skip=$((0x$offset...
In my version of RM2 (last 2.6) there is no "/dev/fb0" in the /proc/$pid/maps but there is a "/dev/shm/swtfb.01" That looks like rm2 fb shime. That might have change due...
I tried the following ``` pid=$(pidof xochitl) offset=$(grep "/dev/shm/swtfb.01" /proc/$pid/maps | awk -F '-' '{print substr($2, 0, 8)}') dd if=/proc/$pid/mem bs=1 count=2628288 skip=$((0x$offset + 8)) 2>/dev/null > raw gm convert...
A bit of unearthing here but I'm having the same issue on the metada (lots of them, can't delete)