- Posts: 887
- Thank you received: 1242
In-game screenshots
- Damni
-
- Offline
- Sergeant Major
Less
More
2 years 10 months ago #829
by Damni
HD2 on Linux thread here
Replied by Damni on topic In-game screenshots
Ah so LARK was you? I can't keep up with all these nicknames

HD2 on Linux thread here
Please Log in or Create an account to join the conversation.
- Damni
-
- Offline
- Sergeant Major
Less
More
- Posts: 887
- Thank you received: 1242
2 years 10 months ago #830
by Damni
The following user(s) said Thank You: snowman, Juanma66
Please Log in or Create an account to join the conversation.
- Damni
-
- Offline
- Sergeant Major
Less
More
- Posts: 887
- Thank you received: 1242
2 years 10 months ago #831
by Damni
The following user(s) said Thank You: snowman, Maki, jacobston
Please Log in or Create an account to join the conversation.
- Damni
-
- Offline
- Sergeant Major
Less
More
- Posts: 887
- Thank you received: 1242
2 years 10 months ago - 2 years 10 months ago #832
by Damni
HD2 on Linux thread here
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:
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:
Code:
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
}
HD2 on Linux thread here
Last edit: 2 years 10 months ago by Damni.
The following user(s) said Thank You: snowman, jacobston
Please Log in or Create an account to join the conversation.
- snowman
-
Topic Author
- Offline
- Your most dear friend.
2 years 10 months ago #833
by snowman
"Straight and narrow is the path."
Replied by snowman on topic In-game screenshots
"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.
- Damni
-
- Offline
- Sergeant Major
Less
More
- Posts: 887
- Thank you received: 1242
2 years 10 months ago #834
by Damni
HD2 on Linux thread here
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.
(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.
HD2 on Linux thread here
The following user(s) said Thank You: snowman, jacobston
Please Log in or Create an account to join the conversation.
Birthdays
- RellHaiser in 2 days
- Spicy_egg234 in 5 days
- Xiadz in 10 days