In-game screenshots

11 months 1 week ago #829 by Damni
Replied by Damni on topic In-game screenshots
Ah so LARK was you? I can't keep up with all these nicknames :D

Please Log in or Create an account to join the conversation.

11 months 1 week ago #830 by Damni
Replied by Damni on topic In-game screenshots
Private Roger Jenkins
 
Attachments:
The following user(s) said Thank You: snowman, Juanma66

Please Log in or Create an account to join the conversation.

11 months 1 week ago #831 by Damni
Replied by Damni on topic In-game screenshots
GG with Maki and ⓇSoldier™

Attachments:
The following user(s) said Thank You: snowman, Maquisard, jacobston

Please Log in or Create an account to join the conversation.

10 months 3 weeks ago - 10 months 3 weeks ago #832 by Damni
Replied by Damni on topic In-game screenshots
I was looking how to make polaroid style images using imagemagick and used this guy as my model

 

I don't know if this is useful to anyone out there:

magick -caption "<enter caption here>" "<enter input filename>" -pointsize "<enter text size>" -gravity center -background black +polaroid "<enter output filename>"

Here's my little function in .zshrc:
image-polaroid() {
    if [ $# -lt 3 ]; then
        echo -e "Usage: $0 <caption> <input file> <caption size>"
        echo -e "Example: $0 'some text' photo.png 28"
        return 1
    fi
    magick -caption "$1" "$2" -pointsize "$3" -gravity center -background black +polaroid "${2%.*}"_p.png
}
Attachments:
The following user(s) said Thank You: snowman, jacobston

Please Log in or Create an account to join the conversation.

10 months 3 weeks ago #833 by snowman
Replied by snowman on topic In-game screenshots
I wonder if it's possible to make the background/shadow a bit more HD

"Straight and narrow is the path."
The following user(s) said Thank You: Damni

Please Log in or Create an account to join the conversation.

10 months 3 weeks ago #834 by Damni
Replied by Damni on topic In-game screenshots
It actually looks a bit better than this. I used pngquant to shrink it for upload.
(I'm obsessed with uploading images as small as possible. It's some sort of mental disorder).

Try running it on your side on any png. The shadow actually looks like a shadow.
The following user(s) said Thank You: snowman, jacobston

Please Log in or Create an account to join the conversation.

  • dikmen birthday is in 2 days (31)
  • Kure birthday is in 6 days (27)
  • Vladelec birthday is in 7 days (28)
Powered by Kunena Forum