View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#996
I can share Sailfish screenshots from the gallery now.
I had to install gst-plugins-base-tools
Then I wrote a little shell script that creates a jpeg from a PNG.
Code:
set -e
gst-launch-0.10 filesrc location=$1.png ! pngdec ! ffmpegcolorspace ! video/x-raw-yuv ! jpegenc ! filesink location=$1.jpg
rm $1.png
The resulting jpeg can be shared to social media accounts from the Gallery. Although the picture is rotated (of course).
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 4 Users Say Thank You to qole For This Useful Post: