<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">A friend sent me this useful tool "resample" to make all the icons you need for iOS app based on one input (larger) image - but it requires you first install Plan9<div><br></div><div><br><div><a href="http://swtch.com/plan9port/man/man1/install.html">http://swtch.com/plan9port/man/man1/install.html</a><br><br><div><br><div>Begin forwarded message:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; color:rgba(0, 0, 0, 1.0);"><b>From: </b></span><span style="font-family:'Helvetica';">Jeff Sickel &lt;<a href="mailto:jas@corpus-callosum.com">jas@corpus-callosum.com</a>&gt;<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; color:rgba(0, 0, 0, 1.0);"><b>Subject: </b></span><span style="font-family:'Helvetica';"><b>resample(1)</b><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; color:rgba(0, 0, 0, 1.0);"><b>Date: </b></span><span style="font-family:'Helvetica';">April 14, 2014 at 2:13:36 PM MDT<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; color:rgba(0, 0, 0, 1.0);"><b>To: </b></span><span style="font-family:'Helvetica';">Andrew Stone &lt;<a href="mailto:andrew@stone.com">andrew@stone.com</a>&gt;<br></span></div><br><div>I got tired of generating iOS AppIcons by hand, now I take a source<br>1024x1024 (or grater) image and output all the app icons I need:<br><br><span class="Apple-tab-span" style="white-space:pre">        </span>% resample -i NewAppIcon.png<br><br>generates:<br><br><span class="Apple-tab-span" style="white-space:pre">        </span>NewAppIcon-29x29.png<br><span class="Apple-tab-span" style="white-space:pre">        </span>NewAppIcon-40x40.png<br><span class="Apple-tab-span" style="white-space:pre">        </span>NewAppIcon-58x58.png<br><span class="Apple-tab-span" style="white-space:pre">        </span>NewAppIcon-60x60.png<br><span class="Apple-tab-span" style="white-space:pre">        </span>NewAppIcon-76x76.png<br><span class="Apple-tab-span" style="white-space:pre">        </span>NewAppIcon-80x80.png<br><span class="Apple-tab-span" style="white-space:pre">        </span>NewAppIcon-120x120.png<br><span class="Apple-tab-span" style="white-space:pre">        </span>NewAppIcon-152x152.png<br><br><br><br>I’m sure you’ve got some easier tool too use.<br><br><br>requires <a href="http://swtch.com/plan9port/">http://swtch.com/plan9port/</a> to build…<br><br><span class="Apple-tab-span" style="white-space:pre">        </span>% cd cmd<br><span class="Apple-tab-span" style="white-space:pre">        </span>% mk o.resample<br></div></blockquote></div></div></div></body></html>