On Jul 24, 2012, at 09:44:21, Paul Wilde wrote: > Is there anyway I can target normal and @2x images for Xtras in Info.plist? > Or would it need to be implemented in the codebase?
For message view styles, it should work the same as providing Retina assets in a webpage. Progressive JPEGs work, and I think WebKit provides a non-standard attribute or two for specifying an alternate image source. For everything else, I feel like Adium should intelligently pick (this would need to be implemented in the codebase): if the relevant window is 2x, look for im...@2x.ext in preference to Image.ext.