<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Burad&#039;s Blog &#187; jpeg</title>
	<atom:link href="http://www.aburad.com/blog/tag/jpeg/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aburad.com/blog</link>
	<description>A computer nerd who would soon be an MBA</description>
	<lastBuildDate>Thu, 28 Oct 2010 15:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Hide data in files with easy steganography tools</title>
		<link>http://www.aburad.com/blog/2007/01/hide-data-in-files-with-easy-steganography-tools.html</link>
		<comments>http://www.aburad.com/blog/2007/01/hide-data-in-files-with-easy-steganography-tools.html#comments</comments>
		<pubDate>Thu, 25 Jan 2007 06:05:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[hacks]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[MP3]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=161</guid>
		<description><![CDATA[Earlier I wrote about Steganography, also how data/messages can be hidden in image files in these posts : How to hide files in JPEG&#8217;s Steganography app hides a messages in plain sight today i find this article on lifehacker, It discusses some windows tools ( Hide in Picture ) that can be used to hide [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier I wrote about <a href="http://aburad.com/blog/2006/03/steganography.html">Steganography</a>, also how data/messages can be hidden in image files in these posts :<br />
<a href="http://aburad.com/blog/2006/10/how-to-hide-files-in-jpegs.html">How to hide files in JPEG&#8217;s</a><br />
<a href="http://aburad.com/blog/2006/07/steganography-app-hides-a-messages-in-plain-sight.html">Steganography app hides a messages in plain sight</a><br />
today i find this article on <a href="http://lifehacker.com/software/privacy/geek-to-live--hide-data-in-files-with-easy-steganography-tools-230915.php">lifehacker</a>, It discusses some windows tools ( <a href="http://sourceforge.net/projects/hide-in-picture/">Hide in Picture</a> ) that can be used to hide data in images.</p>
<blockquote><p>Other free Windows tools offer more filetype support. <a href="http://wbstego.wbailer.com/">wbStego</a> can encode and decode files in PDF&#8217;s, HTML files or bitmaps. <a href="http://www.petitcolas.net/fabien/steganography/mp3stego/">mp3stego</a> embeds text inside MP3 files (command line and GUI interface available.) Here are <a href="http://home.earthlink.net/%7Eemilbrandt/stego/softwarewindows.html">more Windows stego software options</a> [via <a href="http://joeanderson.co.uk/blog/2006/11/13/free-steganography-tools-hide-data-inside-other-data/">Webby's World</a>].</p></blockquote>
<p><a href="http://lifehacker.com/software/privacy/geek-to-live--hide-data-in-files-with-easy-steganography-tools-230915.php">Read More &gt;&gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/01/hide-data-in-files-with-easy-steganography-tools.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Splash image in GRUB</title>
		<link>http://www.aburad.com/blog/2006/03/splash-image-in-grub.html</link>
		<comments>http://www.aburad.com/blog/2006/03/splash-image-in-grub.html#comments</comments>
		<pubDate>Mon, 20 Mar 2006 10:12:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[operating systems]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=59</guid>
		<description><![CDATA[The splash image is the image shown in the background when GRUB (the GRand Unified Bootloader) is displaying the list of operating systems you can boot. Creating image Start the GIMP. Click on File-&#62;New or type Ctrl+N In the new image dialog, change Width to 640 pixels and Height to 480 pixels. (The image should [...]]]></description>
			<content:encoded><![CDATA[<p>The splash image is the image shown in the background when GRUB (the GRand Unified Bootloader) is displaying the list of operating systems you can boot.<br />
<h3 style="font-weight: normal;">Creating image<br /></h3>
<ol>
<li>Start the GIMP.</li>
<li>Click on File-&gt;New or type Ctrl+N</li>
<li>In the new image dialog, change Width to 640 pixels and Height to 480 pixels. (The image should be of size 640&#215;480 pixels.) Now click OK.</li>
<li>Create the image which you would like to be the splash image. It&#8217;s quite fun to experiment with the various tools of the GIMP!</li>
<li>After you have finished creating the image, hit Alt+i or right click on the image and click on Image-&gt;Mode-&gt;Indexed&#8230;</li>
<li>In the Indexed Color Conversion dialog that appears, click on the radio button &#8220;Generate optimal Palette&#8221; and in &#8220;# of colors&#8221; enter 14. Click OK.(The image should be of only 14 colors)</li>
<li>Now right-click on the image and click on File-&gt;Save As&#8230;Save the file as <span style="font-style: italic;">ImageName.xpm</span>  in a directory of your choice.</li>
</ol>
<p>You can also pickup an image and convert to required format by ImageMagik:
<pre>convert -resize 640x480 -colors 14 picture.jpg ImageName.xpm</pre>
<h3>Installing the Image</h3>
<ul>
<li>gzip ImageName.xpm</li>
<li>mount /boot</li>
<li>mv ImageName.xpm.gz /boot/grub/</li>
</ul>
<p>In the <span style="font-style: italic;">/boot/grub/grub.conf</span> you have to point splashimage to newly created image i.e</p>
<p># Splash Image<br />splashimage=(hd0,0)/grub/ImageName.xpm.gz</p>
<p>Now you just need to reboot !!</p>
<p>Here is my boot splash screen: I just added my name and Gentoo logo :</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/197/560/1600/splash1.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/197/560/320/splash1.jpg" alt="" border="0" /></a>This is converted to jpeg. As blogger doesn&#8217;t support xpm images.</p>
<p>And some others :<a href="http://www.schultz-net.dk/grub.html" class="external text" title="http://www.schultz-net.dk/grub.html" rel="nofollow">Some splash images</a></p>
<p><span style="font-weight: bold;">UPdated</span><br />For LILO you can refer to <a href="http://www.13thfloor.at/old/Software/lilo-splash/">Lilo Boot splash</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2006/03/splash-image-in-grub.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

