Recently I needed to convert a bunch of PSDs to PNGs.
Here's how I did it:
I installed ImageMagick along with the dev packages.
Ran the follow command and got the job done.
mogrify -format png *.psd
More info here: http://www.noob2geek.com/how-to/batch-convert-images-using-imagemagick/
Showing posts with label Design. Show all posts
Showing posts with label Design. Show all posts
Thursday, January 17, 2013
Thursday, October 18, 2012
Designing the button - Sign in with Linkedin - using Twitter Bootstrap
<a href="/third_party_authentication/linkedin" class="btn btn-info btn-large" style="padding-top:3px;padding-bottom:3px;"> <strong> <span style="font-size: 22px">in<span style="font-size:5px">®</span></span> <span style="height: 40px;margin: 0 9px;border-right: 1px solid lightgray;border-left: 1px solid slategray;margin-left: 3px"></span> Sign in with Linkedin </strong> </a>
Subscribe to:
Comments (Atom)