While not a common way to manage images in OS X, converting images in the terminal is a quick and easy affair. You can actually use two different methods to convert image files using the command line.
The convert command (part of ImageMagick) can change the resolution of image files faster than you can count to F in hex. The convert command from the ImageMagick suite of tools provides ways to make ...
In my last article, I had some fun looking at the children's game of rock, paper, scissors, writing a simple simulator and finding out that some strategies are better than others. Yes, I used ...