$ gnome-screenshot -f test.png
$ identify test.png
test.png PNG 1920x1080 1920x1080+0+0 8-bit DirectClass 275KB 0.000u 0:00.000
$ xwininfo -root | grep Depth
Depth: 24
It generates 8-bit images, but I want 24-bit depth screenshots.
I need to generate high quality screenshots, any idea?
I did look into --help and --help-all and --help-gtk parameters of gnome-screenshot