In-game screenshots

1 year 10 months 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

Check out my photos on Pixelfed

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

1 year 10 months ago #830 by Damni
Replied by Damni on topic In-game screenshots
Private Roger Jenkins
 

Check out my photos on Pixelfed
Attachments:
The following user(s) said Thank You: snowman, Juanma66

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

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


Check out my photos on Pixelfed
Attachments:
The following user(s) said Thank You: snowman, Maki, jacobston

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

1 year 9 months ago - 1 year 9 months 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
}

Check out my photos on Pixelfed
Attachments:
The following user(s) said Thank You: snowman, jacobston

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

1 year 9 months 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.

1 year 9 months 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.

Check out my photos on Pixelfed
The following user(s) said Thank You: snowman, jacobston

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

  • Lukasz birthday is in 3 days (41)
  • spartacus birthday is in 10 days (63)
Powered by Kunena Forum