There are many different formats within the RSS world, meaning that a static approach to RSS parsing is problematic. By using DISE Parser we can customize a feed parsing. Shipped with DISE Parser is an RSS download example which can serve as a starting point.
The RSS (XML) data in the feed is run through something called XSL, which is a language to extract and restructure XML data.
Read more: XSLT Tutorial - W3C
With a little knowledge about XSL you can modify the file "rss_news.xsl" to have it include images, or to change the order the fields in the feed will appear.