0

With the arrival of Windows 8 several things have changed in application development, now with the concept of Windows Store Apps (WinRT). These new applications does not use icons files, but PNG images for the tiles.

With this, it is possible to conclude that the icon file format is becoming, or already has become, obsolete?

I ask this because recently I developed a IconBitmapEncoder for wpf, an encoder to generate icon files. Then came to me this question, if I was investing my time in something that could already be obsolete.

What is your opinion about it?

  • 1
    The .ico file format supports PNG's: [The evolution of the ICO file format, part 4: PNG images](http://blogs.msdn.com/b/oldnewthing/archive/2010/10/22/10079192.aspx). Besides that, Windows will continue to support Desktop Applications for several years (if not decades) to come. – IInspectable Dec 22 '13 at 22:55
  • 1
    Do you have a programming question? Opinion style questions like this generally aren't a good match for StackOverflow. For what it's worth, ICOs have supported embedded PNGs for a number of years as well. It's just a natural progression, and will eventually be obsolete as you mentioned. Eventually. – WiredPrairie Dec 23 '13 at 00:06
  • Thank you IInspectable and WiredPrairie. – Herbert Lausmann Dec 23 '13 at 10:33
  • WiredPrairie, this is my first question on StackOverflow, so thanks for orientation relative to the kind of questions whether should be asked here. – Herbert Lausmann Dec 23 '13 at 10:36
  • 1
    Twitter is probably one better place to start discussions like these. MSDN maybe. :) Other than that - I'd be interested in finding out about a good forum for technology speculations. – Filip Skakun Dec 23 '13 at 22:32
  • Ideally a channel discussions of technology speculation focused on programming. Would very helpful, I believe. – Herbert Lausmann Dec 26 '13 at 09:10

0 Answers0