<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; img</title> <atom:link href="http://www.ghacks.net/tag/img/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Convert Img To Iso</title><link>http://www.ghacks.net/2011/09/07/convert-img-to-iso/</link> <comments>http://www.ghacks.net/2011/09/07/convert-img-to-iso/#comments</comments> <pubDate>Wed, 07 Sep 2011 12:53:35 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[converter]]></category> <category><![CDATA[disc image]]></category> <category><![CDATA[img]]></category> <category><![CDATA[iso]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=50199</guid> <description><![CDATA[The img file format is a common disk image format that is supported by the majority of CD and DVD burning and disk mounting programs. Sometimes though you might want to convert the img format to Iso, for instance if the program that you are using for a specific task is not supporting the img [...]]]></description> <content:encoded><![CDATA[<p>The img file format is a common disk image format that is supported by the majority of CD and DVD burning and disk mounting programs. Sometimes though you might want to convert the img format to Iso, for instance if the program that you are using for a specific task is not supporting the img format at all.</p><p>While it might work to simply rename the img file extension to iso, it sometimes is not that simple to convert the file. The Img to Iso converter has been created for those cases.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/09/convert-img-to-iso.png" alt="convert img to iso" title="convert img to iso" width="420" height="257" class="alignnone size-full wp-image-50200" /></p><p>The program interface is very minimalistic. There are barely any options available, not that one would expect a lot of options in a converter like this.</p><p>You select the source img file with a click on open. This opens the computer&#8217;s file browser where you can navigate to the folder containing the img disk file. Img to Iso supports both *.img and *.ima files. The files in the file browser are automatically filtered so that only those two formats are displayed.</p><p>A click on save in the Iso file line opens the very same file browser. This time though you need to specify a file name and location for the Iso file that the Img file is converted to.</p><p>A click on the Convert button starts the conversion process. This usually does not take long. The program does not alter or delete the Img file after the process. You may want to delete it manually after verifying that the Iso image works properly.</p><p>Windows users can download the free Img to Iso converter <a
href="http://www.imgtoiso.com/">from the</a> developer website. The program is compatible with 32-bit and 64-bit editions of Windows Vista and Windows 7. It uses Microsoft&#8217;s Virtual Hard Disk technology for its functionality, which means that the program needs to be started with elevated rights on the supported operating systems.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/09/07/convert-img-to-iso/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Win32 Disk Imager, Image Writer For Windows</title><link>http://www.ghacks.net/2010/11/01/win32-disk-imager-image-writer-for-windows/</link> <comments>http://www.ghacks.net/2010/11/01/win32-disk-imager-image-writer-for-windows/#comments</comments> <pubDate>Mon, 01 Nov 2010 15:02:18 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[disk image]]></category> <category><![CDATA[image writer]]></category> <category><![CDATA[img]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[Win32 Disk Imager]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=36423</guid> <description><![CDATA[Image Writer For Windows is a portable open source program to write disk image files with the file extension .img to removable media. Removable devices compatible with the software are for instance USB sticks and drives or SD cards. The application has been initially designed to copy Ubuntu images to USB drives. The capabilities of [...]]]></description> <content:encoded><![CDATA[<p>Image Writer For Windows is a portable open source program to write disk image files with the file extension .img to removable media. Removable devices compatible with the software are for instance USB sticks and drives or SD cards.</p><p>The application has been initially designed to copy Ubuntu images to USB drives. The capabilities of the software go beyond that however.</p><p>The program displays a simple interface on startup. It begins by selecting a suitable .img file from the local computer system. Users need to make sure that the format is correct, and that the size of the disk image does not exceed the available size of the usb device.</p><p>It should be noted that all existing files on the storage device will be overwritten in the process, so backup if you need to access the data on the stick at a later time.</p><p>Select the driver letter of the removable drive after selecting the .img file on the local hard drive. A click on the Write button writes the img file to the removable drive. If the img is bootable, it will create a bootable USB drive. That&#8217;s handy for Linux distributions and tools that come with booting options.</p><p>Img is not a format that is as widely known as iso for instance. Most Linux distributions, including Ubuntu, are now offering their disk images as ISO files instead. And for those purposes, an ISO to USB software like <a
href="http://unetbootin.sourceforge.net/">UNetbootin</a> serves the purpose just fine.</p><p>Still, I happen to come upon an .img file occasionally and a tool like <a
href="https://launchpad.net/win32-image-writer">Win32 Disk Imager</a> comes in handy in those situations.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/11/01/win32-disk-imager-image-writer-for-windows/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Bin, Cue, Img and Iso files explained</title><link>http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/</link> <comments>http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/#comments</comments> <pubDate>Tue, 23 Oct 2007 19:38:35 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[bin]]></category> <category><![CDATA[burn]]></category> <category><![CDATA[cue]]></category> <category><![CDATA[image formats]]></category> <category><![CDATA[images]]></category> <category><![CDATA[img]]></category> <category><![CDATA[iso]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/</guid> <description><![CDATA[Bin and Cue, Img and Iso files are CD and DVD formats that store all the information of the CD or DVD. Users come across them on many occasions such as Linux distributions, Open Source software distributed on CDs and of course when downloading files from P2P networks, ftp, irc or the Usenet.]]></description> <content:encoded><![CDATA[<p>Bin and Cue, Img and Iso files are CD and DVD formats that store all the information of the CD or DVD. Users come across them on many occasions such as Linux distributions, Open Source software distributed on CDs and of course when downloading files from P2P networks, FTP,  IRC or the Usenet.</p><p>All formats can be burned to CDs or DVDs depending on their size using a DVD burning software like Nero for instance. Another method favorited by many is to mount those images as a virtual drive. This lets the user access the contents on the CD or DVD without burning it first.</p><p>Pretty good if you just need to install something or watch a movie that was distributed as a bin, cue, img or iso file. Several softwares exist that can mount those filetypes, one is named Daemon Tools for instance.</p><p><span
id="more-2165"></span>You would simply create a virtual drive in Daemon Tools, browse to the location of the image file on your hard drive and select it from there. Daemon Tools will do the rest and make the contents available for further use.</p><p>This is an excellent way to store CDs and DVDs on your computer. Great if you are traveling and do not want to take the original discs with you or to save power when using a notebook. It essentially means that you do not need to use the installed CD or DVD drive which saves the power.</p><p>Microsoft is offering a free unsupported software as well that is able to mount those files if you are using Windows XP.</p><p><strong>Read More:</strong></p><p><a
href="http://download.microsoft.com/download/7/b/6/7b6abd84-7841-4978-96f5-bd58df02efa2/winxpvirtualcdcontrolpanel_21.exe">Microsoft Win XP Virtual CD Control Panel </a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/10/23/bin-cue-img-and-iso-files-explained/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> </channel> </rss>
