Re: Loading tiff files


Alex Zavatone
 

Yep.

The NSImage class itself is capable of managing image data in a variety of formats. The specific list of formats is dependent on the version of the operating system but includes many standard formats such as TIFF, JPEG, GIF, PNG, and PDF among others. AppKit manages each format using a specific type of image representation object, whose job is to manage the actual image data. You can get a list of supported formats using the methods described in Determining Supported Types of Images.


It’s odd though that the link in the doc is a link to the same doc.



On Jan 27, 2021, at 6:13 PM, Jens Alfke <jens@...> wrote:



On Jan 26, 2021, at 5:25 PM, tridiak <tridiaknz@...> wrote:

NSImage documentation not very informative what can open tiff.

Oh? It says so right in the class overview.

"The NSImage class itself is capable of managing image data in a variety of formats. The specific list of formats is dependent on the version of the operating system but includes many standard formats such as TIFF, JPEG, GIF, PNG, and PDF among others."

—Jens

Join cocoa@apple-dev.groups.io to automatically receive all group messages.