v1.0.4
A Mac OS X command line utility that allows users to choose between PNG, PDF, PSD, JPG, TIF, or GIF as file formats for screenshots.
May only show in some Markdown readers/viewers.
May only show in some Markdown readers/viewers.
May only show in some Markdown readers/viewers.
Note: Box shadows around screenshots were removed with the utility screenshot-shadow.
-
Download
screenshot-file-format
:curl -OL https://github.com/code-warrior/screenshot-file-format/raw/master/screenshot-file-format
-
Change permissions:
chmod 755 screenshot-file-format
-
Move the binary into your local environment:
sudo mv screenshot-file-format /usr/local/bin/
-
Run the program:
screenshot-file-format
-
Download and unzip
screenshot-file-format-master.zip
. -
Open The Terminal and navigate to the unzipped folder.
-
Move the binary into your local environment:
sudo mv screenshot-shadow /usr/local/bin
-
Run
screenshot-file-format
from The Terminal:screenshot-file-format
make
gcc -Wall main.c -ansi -pedantic -o screenshot-file-format
Linting is carried out with Splint, using flags -unrecog
to skip over warnings in order to invoke the process open (popen
) and process close (pclose
) functions, and -compdef
as a temporary measure to skip over the potential for a memory problem.
splint main.c +skip-sys-headers -unrecog -compdef
- Mac OS X 10.11