I do have a problem in mind. It’s a frivolous, first world problem but it is a problem nonetheless. Let me set the stage for you:
I have a Chrome Extension that allows you to upload instagram pics right from your Mac. The Problem is Instagram doesn’t accept PNG images but it does take JPG. So, whenever I take a screenshot it’s a PNG file and I have to open it in Photoshop to save another version as a JPG. I don’t want to change the utility setting for screen grabs to be JPG because I consider PNG files to be more useful.
What I want to do is have the CMD + Shift + 4 key combination save a PNG like normal as well as have a JPG of the same file created in another folder. I realize that may not be possible so I’m hoping an automation/script. can be created that says:
- Every time there is a new PNG on the desktop
- Create a JPG in “____” folder
I may be missing some steps in between. Don’t judge me too harshly, I’m a beginner at this.