Change Mac screenshot file format in OS X

Discussion in 'Apple - macOS' started by technical, Dec 12, 2015.

  1. technical

    technical Moderator Staff Member

    Joined:
    Dec 13, 2013
    Messages:
    64,627
    Likes Received:
    4,729
    Use Terminal:

    Change the screenshot format to JPG
    Type or paste the following line into a Terminal window and hit the Return key to execute the command:

    defaults write com.apple.screencapture type jpg;killall SystemUIServer

    Change the screenshot format to GIF
    Type or paste the following line into a Terminal window and hit the Return key to execute the command:

    defaults write com.apple.screencapture type gif;killall SystemUIServer

    Change the screenshot format to PDF
    Type or paste the following line into a Terminal window and hit the Return key to execute the command:

    defaults write com.apple.screencapture type PDF;killall SystemUIServer

    Change the screenshot format to PNG
    Type or paste the following line into a Terminal window and hit the Return key to execute the command:

    defaults write com.apple.screencapture type png;killall SystemUIServer

    Change the screenshot format to TIFF
    Type or paste the following line into a Terminal window and hit the Return key to execute the command:

    defaults write com.apple.screencapture type tiff;killall SystemUIServer
     
  2. Loading...

    Similar Threads - Change screenshot file Forum Date
    i Have HP EliteBook 8570p i Want to Change MAC Address & Sn Computer Hardware Repair May 7, 2019
    How to Lenovo Yoga serial change LENOVO Dec 30, 2018
    ChangeLogo 5.0.0.2 Computer Hardware Repair Nov 23, 2018
    A1534 macbook change serial number BIOS/UEFI Nov 2, 2018
    Change Windows Product Key in Bios Computer Hardware Repair Mar 2, 2018

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice