Create dmg with Retina background support?

cocoa, dmg, macos, retina-display

Solution

A guess: a multirepresentation TIFF file might work, see first paragraph of this Apple link. HTH.

Problem

I need to make a dmg that support both 1x and 2x background, but there seems no info about retina in hdiutil or other tools like dropdmg. I create a normal one and it apparently blurs on Retina MBP. Any one have a solution?

Original source