twui icon indicating copy to clipboard operation
twui copied to clipboard

TUIImage backed with NSImage

Open adib opened this issue 11 years ago • 1 comments

Hi,

These changes adds a subclass to TUIImage that is backed by an NSImage instance (not CGImageRef). The benefits are:

  • Supports PDF-based images.
  • Brings in NSImage's support for multi-resolution image resource files (e.g. retina display @2x files).

Thanks.

adib avatar Aug 07 '12 06:08 adib