<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Utility to c&#111;nvert 32 BBP PNG / TGA / BMP</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Utility to c&#111;nvert 32 BBP PNG / TGA / BMP]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 20:26:47 +0000</pubDate>
  <lastBuildDate>Sun, 11 Sep 2005 11:06:57 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=2871</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Utility to c&#111;nvert 32 BBP PNG / TGA / BMP : http://ark42.com/freeimage/alphahlp.exeAlphaHlp...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2871&amp;PID=8572&amp;title=utility-to-convert-32-bbp-png-tga-bmp#8572</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 2871<br /><strong>Posted:</strong> 11 September 2005 at 11:06am<br /><br /><br><a href="http://ark42.com/freeimage/alphahlp.exe" target="_blank">http://ark42.com/freeimage/alphahlp.exe</a><br><br><span style="font-family: Courier New,Courier,mono; font-weight: bold;">AlphaHlp v2.3 Usage:</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">To convert from one format to another:</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alphahlp -f(ext) -c(ext) from_filename to_filename</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">To split a 32bpp image into a 24bpp image and an 8bpp image:</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alphahlp -f(ext) -s 32bpp_filename 24bpp_filename 8bpp_filename</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">To join a 24bpp image and an 8bpp image to form a 32bpp image:</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alphahlp -f(ext) -j 24bpp_filename 8bpp_filename 32bpp_filename</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">To split a multipage image into one singlepage file per page:</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alphahlp -f(ext) -m multipage_filename file_prefix file_suffix</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">To append a singlepage image to a multipage image:</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alphahlp -f(ext) -a multipage_filename singlepage_filename</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">To split a tiled image into one smaller image per tile:</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alphahlp -f(ext) -t -w# -h# tiled_filename file_prefix file_suffix</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">To insert a single tile into a tiled image:</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alphahlp -f(ext) -i -w# -h# -c# tiled_filename singletile_filename</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">More details:</span><br style="font-family: Courier New,Courier,mono; font-weight: bold;"><span style="font-family: Courier New,Courier,mono; font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alphahlp -?</span><br>]]>
   </description>
   <pubDate>Sun, 11 Sep 2005 11:06:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2871&amp;PID=8572&amp;title=utility-to-convert-32-bbp-png-tga-bmp#8572</guid>
  </item> 
  <item>
   <title><![CDATA[Utility to c&#111;nvert 32 BBP PNG / TGA / BMP :  Hello... after struggling for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2871&amp;PID=8566&amp;title=utility-to-convert-32-bbp-png-tga-bmp#8566</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1472">lorax1284</a><br /><strong>Subject:</strong> 2871<br /><strong>Posted:</strong> 10 September 2005 at 1:58pm<br /><br />Hello... after struggling for weeks to find a tool (that isn't full PhotoShop) to create 32 BPP BMP graphics for properly antialiased toolbars, I believe I have the answer!<br><br>http://www.najmanowicz.com/temp/AlphaConv.zip<br><br>Drag and drop a .PNG with alpha channel onto this window, and you'll get a like-named BMP file in the same folder.<br><br>I tested this with the "alphaclr.bmp" file that comes with the "WinZip" UI sample, and it worked perfectly!<br><br>Now, maybe I'm missing something so obvious that this post is redundant, but for the life of me I could not find any information to perform this task so I am posting this here. Other keywords of interest:<br><br>anti-alias translucent transparent 32 bit colour color alpha channel bits per pixel BPP bitmap with convert png bmp tga icon toolbar graphic editor<br><br>Now, maybe users who search this forum for the same information will find something useful immediately! :-) Seriously, I'd love to know how this information is available elsewhere, as I couldn't find it anywhere.<br><br>by the way, I'm not a programmer... I'm a designer trying to hand off icons that the developers can use.<br><span style="font-size:10px"><br /><br />Edited by lorax1284</span>]]>
   </description>
   <pubDate>Sat, 10 Sep 2005 13:58:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2871&amp;PID=8566&amp;title=utility-to-convert-32-bbp-png-tga-bmp#8566</guid>
  </item> 
 </channel>
</rss>