Xojo and HEIC images

Xojo and HEIC images.

is Xojo capable of opening HEIC images (desktop) ?

As they use NSImage for Picture.Open, it should just work.
Also CGImageSourceMBS can do it as well as NSImageMBS class.

[quote=390878:@Emile Schwarz]Xojo and HEIC images.

is Xojo capable of opening HEIC images (desktop) ?[/quote]
Yes; but only on 10.13 or newer and as for writing them…

Thank you Christian & Sam.