Screenshot feature

Brainstorm ideas of possible additions to the game. Read this before posting!

Moderator: Forum Moderators

Forum rules
Before posting a new idea, you must read the following:
User avatar
Viliam
Translator
Posts: 1341
Joined: January 30th, 2004, 11:07 am
Location: Bratislava, Slovakia
Contact:

Re: Screenshot feature

Post by Viliam »

Zamael wrote:But the .bmp file can be opened in MSPaint and saved again as a .jpg, no?
Try this: http://www.imagemagick.org/

It is a command-line tool that I use exactly for situations like this:
convert screenshot.bmp -quality 60 screenshot.jpeg
or other simple operations like
convert screenshot.bmp -resize 50% -quality 60 screenshot.jpeg

Much faster than starting a graphical editor.
Post Reply