How to create icon sets in OS X
Because I’ll Forget #1023:
Problem
I know how to _USE_ icon sets and set my icons*. My issue is that I want to take a folder of, say, *.PNG files and make the icon reflect the contents. I did some digging, and the solution is pretty simple — AND elegant.
Solution
There is a relatively unknown program, at least it was to me, called “sips.” To take the generic PNG icon and replace it with a small thumbnail of the actual image you simply run sips -i {image.ext} from the command line. Beautiful!
Example
- Open a shell
- cd {folder full of icons here}
find . -name "*.{ext}" -exec sips -i '{}' \;- Wait…
- Start at the top of this page with how to change icons
Resources
*opt-cmd-i anything, select source, copy icon, select desc, paste







rob September 7th
This is also a setting in finder. I had that feeling, but I learned something new along the way.
Add Yours
YOU